Skip to main content
GET
Get external grader

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials flow. Contact timeback@trilogy.com to request credentials for your application.

Path Parameters

graderId
string<uuid>
required

External grader identifier (UUID)

Response

Successful operation

External grader as visible to the registering caller. authenticationCredential is deliberately absent — write-only material never leaves the platform.

id
string<uuid>
required

Stable identifier. Content items bind to graders by this id.

url
string<uri>
required

Grading endpoint URL.

authenticationType
enum<string>
required

How the platform authenticates outbound calls to the grader.

Available options:
none,
api_key
status
enum<string>
required

Lifecycle state of an external grader

Available options:
active,
revoked
dateCreated
string<date-time>
required

ISO 8601 timestamp of registration.

dateLastModified
string<date-time>
required

ISO 8601 timestamp of the last modification.