ScheduleListPostQueryParameters Data Type

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

Example

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