Retrieve a list of created Label documents

Return a list of all label documents.

get

Returns all label documents.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
definitionIdstringRequired

policy label Identifier

Example: 000000000000000000000001
Query parameters
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
Responses
200

Successful operation.

application/json
get
/policy-labels/{definitionId}/documents

Last updated