[
{
"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
}
]
Fetch the list of all the entitlement periods from all uploaded entitlements licenses.
[
{
"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
}
]
OK
The response is of type object[]
.
Was this page helpful?