v1
latestOpenAPI 3.1.02026-07-24318141.2 MBGet List of Base Roles
get/base-roles/
Query parameters
client_idstring
Filter roles by a specific application
created_sincestring
Filter by creation date since a particular timestamp
created_untilstring
Filter by creation date until a particular timestamp
Response
200
Example response
{
"count": 3,
"results": [
{
"id": "a0f3cce6-d615-455e-95ae-b354ddc1a4fd",
"url": "https://cf-blast-dig.livelikecdn.com/api/v1/base-roles/a0f3cce6-d615-455e-95ae-b354ddc1a4fd/",
"client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
"name": "report base role",
"key": "report-base-role",
"permissions": [
{
"id": "547af9bc-e7e5-469c-930b-6d1e35ee0f80",
"url": "https://cf-blast-dig.livelikecdn.com/api/v1/permissions/547af9bc-e7e5-469c-930b-6d1e35ee0f80/",
"name": "create-chat-room-message-report",
"key": "create-chat-room-message-report",
"created_at": "2024-06-07T12:20:13Z"
}
],
"created_at": "2024-05-30T10:45:34Z",
"is_active": true
}
]
}