v1

latestOpenAPI 3.0.32026-08-0613775357.6 KB
disciplines

Fetch discipline

Returns the discipline with the matching ID.

get/disciplines/{discipline_id}

Path parameters

discipline_idinteger required

The ID of the discipline.

Response

The matching discipline object.

discipline_idinteger

Unique identifier for the discipline.

valuestring required

The name of the discipline.

Example response

{
  "discipline_id": 1,
  "value": "Developer"
}