List company documentsAsk AIpost https://api.safetyculture.io/companies/v1beta/documentsLists documents for a company based on applied filters, with support for sorting and pagination.Body Paramscompany_idstringrequiredRequired. The ID of the contractor company.filterobjectfilter objectsort_fieldstringenumThe field to sort by.DOCUMENT_SORT_FIELD_CREATED_ATDOCUMENT_SORT_FIELD_MODIFIED_ATDOCUMENT_SORT_FIELD_TITLEDOCUMENT_SORT_FIELD_FILE_NAMEDOCUMENT_SORT_FIELD_TYPEDOCUMENT_SORT_FIELD_ISSUE_DATEDOCUMENT_SORT_FIELD_EXPIRATION_DATEDOCUMENT_SORT_FIELD_EXPIRY_STATUSShow 8 enum valuessort_directionstringenumDefaults to SORT_DIRECTION_UNSPECIFIEDThe sort order.SORT_DIRECTION_UNSPECIFIEDSORT_DIRECTION_ASCSORT_DIRECTION_DESCAllowed:SORT_DIRECTION_UNSPECIFIEDSORT_DIRECTION_ASCSORT_DIRECTION_DESCpage_sizeint32The number of results to return in a single request.page_tokenstringIf present, will fetch the next page of results. This must be the value of next_page_token from the response.searchobjectSearch on a Company Document's name objectResponses 200A successful response. defaultAn unexpected error response.Updated 21 days ago