latestOpenAPI 3.0.32026-08-0613775357.6 KB
e4c439ac13f2
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.
Example response
{
"discipline_id": 1,
"value": "Developer"
}