Get Period
This endpoint retrieves a specific period by its ID.
GET
/Period/GetPeriod
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodId
stringThe ID of the period to be retrieved.
Format:
"uuid"
Returns the period if found.