PermissionTest
[Obsolete] - Endpoint requiring the 'SubmitAnswers' permission.
Authorizations
Responses
401
Unauthorized
403
Forbidden
500
Internal Server Error
get
GET /api/PermissionTest/Candidate HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.4",
"title": "Forbidden",
"status": 403,
"detail": "An 'Unauthorized' error has occurred.",
"traceId": "trace-id"
}
[Obsolete] - Endpoint requiring the 'ManageAccounts' permission.
Authorizations
Responses
401
Unauthorized
403
Forbidden
500
Internal Server Error
get
GET /api/PermissionTest/Admin HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.4",
"title": "Forbidden",
"status": 403,
"detail": "An 'Unauthorized' error has occurred.",
"traceId": "trace-id"
}
[Obsolete] - Endpoint requiring the 'ReviewSubmission' permission.
Authorizations
Responses
401
Unauthorized
403
Forbidden
500
Internal Server Error
get
GET /api/PermissionTest/Moderator HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.4",
"title": "Forbidden",
"status": 403,
"detail": "An 'Unauthorized' error has occurred.",
"traceId": "trace-id"
}
[Obsolete] - Endpoint that allows anonymous access.
Authorizations
Responses
401
Unauthorized
403
Forbidden
500
Internal Server Error
get
GET /api/PermissionTest/Anonymous HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.4",
"title": "Forbidden",
"status": 403,
"detail": "An 'Unauthorized' error has occurred.",
"traceId": "trace-id"
}