Returns a zip file containing policy project data
GET /policies/{policyId}/export-documents
Returns a zip file containing policy project data.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy ID
ids
string
Ids
textSearch
string
Text Search
schemas
string
Schemas
owners
string
Owners
tokens
string
Tokens
related
string
Related
pageIndex
number
The number of pages to skip before starting the result set.
pageSize
number
The number of items to return
Response
{
description: Successful operation. Response zip file.
content:
application/json:
schema:
type: string
}
Last updated