Get policy documents with filters
Get policy documents with filters.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001Query parameters
textSearchstringOptionalExample:
Text search
ExampleschemasstringOptionalExample:
Schemas
["#001, #002"]ownersstringOptionalExample:
Owners
["001, 002"]tokensstringOptionalExample:
Tokens
["001, 002"]relatedstringOptionalExample:
Related
["001, 002"]pageIndexnumberOptionalExample:
The number of pages to skip before starting to collect the result set
0pageSizenumberOptionalExample:
The numbers of items to return
20Responses
200
Documents.
application/json
Responsestring[]
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/policies/{policyId}/search-documentsLast updated