v1

latestOpenAPI 3.0.3MIT License2026-07-138912.6 KB
Year Group

Retrieve a year's group

get/years-groups/{id}

Path parameters

ID of the year's group to retrieve

Response

Year's group retrieved successfully

idstring

Id of the year group

namestring

Name of the year group

positioninteger

Used to order the year group in ascending or descending direction

Example response

{
  "id": "612103bb20aaf1e4d5e84bd4",
  "name": "2020s",
  "position": 1
}