v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

LicenseEntityIdinteger required
CompanyIdinteger required

The ID of the company monitored by this license entity.

CompanyNamestring

The name of the company monitored by this license entity.

EcosystemIdinteger nullable

The ID of the ecosystem monitored by this license entity. This field is valid when the customer is in Multi-Tenant mode. In Multi-Tenant mode remaning license count is decremented by one for each different ecosystem-company pair, whereas, in normal mode license count is decremented for each unique company.

AttachDatestring datetime

The date time that the company started to be monitored.

Example response

[
  {
    "LicenseEntityId": 113,
    "CompanyId": 22,
    "CompanyName": "Acme Inc",
    "EcosystemId": 13,
    "AttachDate": "2022-10-25T16:47:31.592Z"
  }
]