get https://zalary-beta-gateway-external-client-api.azurewebsites.net/api/v1/tenants//financial-years
Responses
401User is not authorized.
403User does not have the required roles to access this action.
401User is not authorized.
403User does not have the required roles to access this action.
xxxxxxxxxx
GET /api/v1/tenants/tenantUid/financial-years HTTP/1.1
Accept: application/json
Host: zalary-beta-gateway-external-client-api.azurewebsites.net
Examplexxxxxxxxxx
22{
"hasNextPage": true,
"nextPageToken": "string",
"totalRecords": 0,
"totalDisplayRecords": 0,
"data": [
{
"uid": "string",
"fromDate": "2025-05-05T10:18:18.078Z",
"toDate": "2025-05-05T10:18:18.078Z",
"status": "string",
"periods": [
{
"uid": "string",
"fromDate": "2025-05-05T10:18:18.078Z",
"toDate": "2025-05-05T10:18:18.078Z",
"status": "string"
}
]
}
]
}