| name | data type | constraints | description |
|---|---|---|---|
| direction | string | ||
| filterOrNameLike | string | ||
| filter | string | ||
| size | string | ||
| orderBy | string | ||
| orderRequestCorrect | boolean | required boolean | |
| nameLike | string | ||
| guids | array of string | ||
| page | string |
Example
{
"direction" : "...",
"filterOrNameLike" : "...",
"filter" : "...",
"size" : "...",
"orderBy" : "...",
"orderRequestCorrect" : true,
"nameLike" : "...",
"guids" : [ "...", "..." ],
"page" : "..."
}