documentv2
getDocuments
Internal documentv2/getDocuments operation. Authentication requirements are derived from the active route allowlist.
post/documentv2/getDocuments
Request body
Example request
{
"client_id": 1,
"document_type": "example_document_type",
"is_deleted": true,
"progress_status": "example_progress_status",
"search": "example_search",
"status": "example_status"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.