Query categories
Queries all categories using a filter. The filter supports globs and can match the category names. All matching is case insensitive.
Authorization
bearerAuth AuthorizationBearer <token>
The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
filter*string
The filter string to match category names. Category names are delimited by / if they are hierarchical. The filter supports globs.
Response Body
application/json
application/json
application/json
curl -X POST "http://localhost:21721/category/query" \ -H "Content-Type: application/json" \ -d '{ "filter": "**" }'{
"found": [
"97458c07-75c0-4f9d-a06e-92d8cdf67c40"
]
}{
"message": "string"
}Empty
Empty
{
"error": {
"cause": {},
"stackTrace": [],
"suppressed": [],
"localizedMessage": "string",
"message": "string"
}
}