ScheduleListPostQueryParameters Data Type

Properties
name data type constraints description
page string  
size string  
filterOrNameLike string  
filter string  
guids array of string  
orderBy string  
direction string  
nameLike string  
orderRequestCorrect boolean required boolean

Example

{
  "page" : "...",
  "size" : "...",
  "filterOrNameLike" : "...",
  "filter" : "...",
  "guids" : [ "...", "..." ],
  "orderBy" : "...",
  "direction" : "...",
  "nameLike" : "...",
  "orderRequestCorrect" : true
}