v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01234055.7 KB
Entities Management

Get entities by template identifier

Retrieve a paginated list of entities with optional sorting

get/api/v1/entities/{templateIdentifier}

Path parameters

templateIdentifierstring required

Query parameters

Page number for pagination. Defaults to 0.

Number of items per page. Defaults to 20.

Optional filter query using a simple expression language. See more details in the API documentation. Example: name:idp for entities with names containing 'idp'.

Sorting criteria in the format: property(,asc|desc). Defaults to identifier,asc.

Response

Paginated entities retrieved successfully