Get external grader

Fetches a single external grader by id. Only the registering caller can read it.

Path Parameters
  • graderId
    Type: string Format: uuid
    required

    External grader identifier (UUID)

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/content/1.0/external-graders/{graderId}
curl https://platform.dev.timeback.com/content/1.0/external-graders/123e4567-e89b-12d3-a456-426614174000 \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "url": "https://example.com",
  "authenticationType": "none",
  "status": "active",
  "dateCreated": "2026-07-17T08:31:45.191Z",
  "dateLastModified": "2026-07-17T08:31:45.191Z"
}