Licenses
Get a list of licenses updates
This API let’s you to fetch a list of licenses updates with multiple query parameters
GET
/
license_updates
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
nextToken
string
Pagination token used as a marker to get records from next page.
account_id
string
Filter option to filter based on account id.
pageSize
integer
Maximum page size expected by client to return the record list.
NOTE: Max page size cannot be more than 50. Also 50 is the default page size if no value is provided.
licenseId
string
License Id to filter
effectiveFrom
string
effectiveFrom to filter
Response
200 - application/json
Get license updates response
data
object[]
requirednextToken
string
Maximum length:
500