List external graders

Lists the external graders registered by the caller. Cross-client visibility is not exposed.

OAuth scopes
  • https://timeback-platform.trilogy.com/content/scope/content.read
Responses
  • application/json
  • application/json
  • application/json
Request Example for get/content/1.0/external-graders
curl https://platform.dev.timeback.com/content/1.0/external-graders \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "graders": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "url": "https://example.com",
      "authenticationType": "none",
      "status": "active",
      "dateCreated": "2026-08-31T14:02:40.808Z",
      "dateLastModified": "2026-08-31T14:02:40.808Z"
    }
  ]
}