Get Period
This endpoint retrieves a specific period by its ID.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodId?string
The ID of the period to be retrieved.
Format
uuidResponse Body
curl -X GET "https://loading/Period/GetPeriod"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}Empty
Empty