RoleSearchMedia
RoleSearchMedia
Request object for searching roles based on filters and sorting criteria
JSON Example
{
"filters": {
"and": [
{
"key": "string",
"values": [
"string"
],
"operator": "string"
}
],
"or": [
{
"key": "string",
"values": [
"string"
],
"operator": "string"
}
]
},
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"sort_by": "string",
"sort_order": "string"
}
object
_links
Optional
The resource HATEOAS links. Usually includes a "self" link for this resource
string
sort_by
Optional
Field name by which the result will be sorted, e.g., 'client_id'
string
As ^(?i)(ASC|DESC)$
sort_order
Optional
Order in which results will be sorted: 'asc' or 'desc'