Get Policy Documents

Get policy documents.

GET /policies/{policyId}/documents

Get policy documents. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyId*

String

Policy identifier.

Query Parameters

NameTypeDescription

pageSize*

String

Page size.

pageIndex*

String

Page index.

type*

String

Document type.

includeDocument*

Boolean

Include document field.

headers:
            X-Total-Count:
              description: Total documents count.
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object

Last updated