License
Get the list of entities attached to a license.
Get the list of entities attached to a license.
get/api/v2/licenses/{id}/entities
Path parameters
idinteger required
The id of the license requested.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30
Example:10
The number of result items in a single response.
querystring
Example:example.com
The value will be searched in the Domain, CompanyName and AttachDate fields.
Response
Success
Example response
[
{
"LicenseEntityId": 113,
"CompanyId": 22,
"CompanyName": "Acme Inc",
"EcosystemId": 13,
"AttachDate": "2022-10-25T16:47:31.592Z"
}
]