PermissionTest

Deprecated

[Obsolete] - Endpoint requiring the 'SubmitAnswers' permission.

get

[Obsolete] - Endpoint requiring the 'SubmitAnswers' permission.

Authorizations
Responses
401

Unauthorized

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"
}
Deprecated

[Obsolete] - Endpoint requiring the 'ManageAccounts' permission.

get

[Obsolete] - Endpoint requiring the 'ManageAccounts' permission.

Authorizations
Responses
401

Unauthorized

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"
}
Deprecated

[Obsolete] - Endpoint requiring the 'ReviewSubmission' permission.

get

[Obsolete] - Endpoint requiring the 'ReviewSubmission' permission.

Authorizations
Responses
401

Unauthorized

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"
}
Deprecated

[Obsolete] - Endpoint that allows anonymous access.

get

[Obsolete] - Endpoint that allows anonymous access.

Authorizations
Responses
401

Unauthorized

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"
}