core_applications_check_access_retrieve
GET/core/applications/:slug/check_access/
Check access to a single application by slug
Request
Path Parameters
slug stringrequired
Query Parameters
for_user integer
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
passing booleanrequired
messages string[]required
log_messages
object[]
required
timestamp date-timerequired
log_level LogLevelEnum (string)required
Possible values: [critical
, exception
, error
, warn
, warning
, info
, debug
, notset
]
logger stringrequired
event stringrequired
attributes
object
required
{
"passing": true,
"messages": [
"string"
],
"log_messages": [
{
"timestamp": "2024-09-27T14:26:18.048Z",
"log_level": "critical",
"logger": "string",
"event": "string",
"attributes": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...