ClientTokenQuery
ClientTokenQuery
Search, filter, and sort parameters for API clients and API tokens
JSON Example
{
"filters": {
"tokenStatus": [
"string"
],
"tokenType": [
"string"
]
},
"searchTerms": {
"allOf": [
{
"field": "string",
"operator": "string",
"terms": [
"string"
]
}
],
"anyOf": [
{
"field": "string",
"operator": "string",
"terms": [
"string"
]
}
]
}
}
filters
Optional
Field values that can be used to filter API client and API token data
searchTerms
Optional
Groupings of search conditions to match in API client and API token lists