Query entities

get

/serviceapi/entityModel/data/entities/license

Gets the license details of entities.

API View: Standard

Request

Supported Media Types
Query Parameters
  • the Add on package of the entities to be looked up
  • the displayNamePattern of the entities to be looked up
  • Collection Format: multi
    the entity name of the entities to be looked up
  • Collection Format: multi
    Pattern of an entity name to be looked up
  • Collection Format: multi
    the entity type of the entities to be looked up
  • the license package of the entities to be looked up
  • the number of entries in the result to be returned in one REST call
    Default Value: 2000
  • the offset into the result list when doing a query with limit
    Default Value: 0
  • a comma separated list of attributes with order (asc/desc) to be used for ordering the returned entities.Accepted attributes: entityType, entityName
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LicenseEntityQueryResponse
Type: object

Describes output for REST end point to query the license details of entities for a tenant.

Show Source
Back to Top