ScheduleListPostQueryParameters Data Type

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

Example

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