Skip to main content

SpringAPI Endpoint: GET Award Cycle ID and Name (CURRENT cycle only for an institution)

About

Type: Read-only

Endpoint:

GET /api/award-cycles/current

Description: Retrieves the currently active award cycle for the institution.


Authentication


Success Response

200 OK

{
  "id": 1,
  "name": "2025 Fall - 2026 Spring"
}

Response Fields

Field

Type

Description

id

number

Unique identifier of the current award cycle

name

string

Name of the current award cycle


Error Responses

HTTP Code

Description

401 Unauthorized

Missing or invalid API token


Notes

  • Only one award cycle can be active at a time

  • The returned id can be used as the awardCycleId parameter in other SpringAPI endpoints

Did this answer your question?