Documents
Get List of Documents
Use this API to retrieve a list of policies, standards, procedures, or privacy notices by the specified compliance document type.
get/v1/{complianceType}/list
Path parameters
complianceType'policies' | 'standards' | 'procedures' | 'privacynotices' required
The type of compliance document.
Query parameters
pageinteger
The page number of the results.
sizeinteger
The number of results per page.
sortstring
The sort criteria that dictates the order of the results.
Response
OK
Example response
[
{
"effectiveDate": "2024-12-13",
"expirationDate": "2024-12-31"
}
]