v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Documents
Reads all Documents
Query parameters
flag to indicate if the document belongs to a bookkeeper.
flag to indicate if the document belongs to a bookkeeper.
flag to indicate if the document is pending assignment.
flag to indicate if the document is pending assignment.
flag to indicate if the document is in the trash bin.
flag to indicate if the document is in the trash bin.
flag to indicate if the document doesn't have a folder.
flag to indicate if the document doesn't have a folder.
list of employee identifiers.
list of employee identifiers.
[ "1", "2", "3" ]
folder identifier.
folder identifier.
list of document identifiers.
list of document identifiers.
[ "1", "2", "3" ]
leave identifier associated to the document, refers to /timeoff/leaves endpoint.
leave identifier associated to the document, refers to /timeoff/leaves endpoint.
Response
OK
Example response
{
"data": [
{
"author_id": "1",
"company_id": "1",
"content_type": "application/pdf",
"created_at": "2020-01-01T00:00:00Z",
"employee_id": "1",
"extension": "pdf",
"file_size": 1024,
"filename": "document.pdf",
"folder_id": "1",
"id": "1",
"is_company_document": true,
"is_management_document": true,
"is_pending_assignment": true,
"leave_id": "1",
"public": true,
"signature_status": "pending",
"space": "company_public",
"updated_at": "2020-01-01T00:00:00Z",
"deleted_at": "2020-01-01T00:00:00Z"
}
]
}