v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUser & Permission
This endpoint provides a list of Catalog Permissions, it can be paginated with the pagination=true parameter
Retrieves the collection of PermissionCatalog resources.
get/permissions/catalogs
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
order[id]'asc' | 'desc'
order[name]'asc' | 'desc'
Response
PermissionCatalog collection
Example response
[
{
"classifications": [
"classification_id_1",
"classification_id_2"
],
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example",
"users": [
{
"id": "identifier_example"
}
]
}
]