Last updated 1 year ago
Was this helpful?
GET /policies/{policyId}/documents
GET
/policies/{policyId}/documents
Get policy documents. Only users with the Standard Registry role are allowed to make the request.
policyId*
String
Policy identifier.
pageSize*
Page size.
pageIndex*
Page index.
type*
Document type.
includeDocument*
Boolean
Include document field.
headers: X-Total-Count: description: Total documents count. content: application/json: schema: type: array items: type: object
content: application/json: schema: $ref: '#/components/schemas/InternalServerErrorDTO'