Error
A valid request URL is required to generate request examples[
{
"licenseId": "1698256262000",
"periodIndex": 0,
"startDate": "2022-12-23",
"endDate": "2023-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
},
{
"licenseId": "1698256262000",
"periodIndex": 1,
"startDate": "2023-12-23",
"endDate": "2024-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": true
},
{
"licenseId": "1698256262000",
"periodIndex": 2,
"startDate": "2024-12-23",
"endDate": "2025-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
}
]List all entitlement periods
Fetch the list of all the entitlement periods from all uploaded entitlements licenses.
GET
/
entitlements
/
periods
Error
A valid request URL is required to generate request examples[
{
"licenseId": "1698256262000",
"periodIndex": 0,
"startDate": "2022-12-23",
"endDate": "2023-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
},
{
"licenseId": "1698256262000",
"periodIndex": 1,
"startDate": "2023-12-23",
"endDate": "2024-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": true
},
{
"licenseId": "1698256262000",
"periodIndex": 2,
"startDate": "2024-12-23",
"endDate": "2025-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
}
]Response
200 - */*
OK
Example:
[
{
"licenseId": "1698256262000",
"periodIndex": 0,
"startDate": "2022-12-23",
"endDate": "2023-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
},
{
"licenseId": "1698256262000",
"periodIndex": 1,
"startDate": "2023-12-23",
"endDate": "2024-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": true
},
{
"licenseId": "1698256262000",
"periodIndex": 2,
"startDate": "2024-12-23",
"endDate": "2025-12-23",
"licenseUploadTime": 1698256262000,
"currentContractYear": false
}
]Was this page helpful?
⌘I