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
Name
Type
Description
policyId*
String
Policy identifier.
Query Parameters
Name
Type
Description
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: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?