Skip to main content
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

licenseId
string
periodIndex
integer<int32>
startDate
string
endDate
string
licenseUploadTime
integer<int64>
currentContractYear
boolean
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
}
]