Management API
...
License
Usage Histories
List License Usage Histories
4min
Show all license usage histories the requesting manager has access permissions to.
URL: /api/v1/license-histories/
Method: GET
Default pagination is 20 results per page.
- limit - Number of results to return per page.
- Example: limit=20
- offset - The initial index from which to return the results.
- Example: offset=21
The results can be filtered by various attributes on license activation history or related to the license activation history.
Possible filters:
- license
- ts__gte
- ts__lte
- ts__date__gte
- ts__date__lte
Code: 200 OK
Content Examples:
Updated 05 Sep 2023
Did this page help you?