Skip to main content
Documentation

Domain

Documents capabilities

8 capabilities, all acting on a document. A reference to one from another domain is spelled document_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
documents.listPOST /api/v1/documents/listSearch the shop's document library by title, kind or tagread-only
documents.getPOST /api/v1/documents/getGet one document's details and what happened to itread-only
documents.for_recordPOST /api/v1/documents/for_recordList the documents filed against one customer, job or vehicleread-only
documents.signature_requestsPOST /api/v1/documents/signature_requestsCheck which signature documents are signed, sent or waitingread-only
documents.readinessPOST /api/v1/documents/readinessCheck whether a job's signing document has everything it needsread-only
documents.timelinePOST /api/v1/documents/timelineRead what has happened to one document — sent, opened, signedread-only
documents.signaturePOST /api/v1/documents/signatureCheck who signed a document and whether the file still matchesread-only
documents.library_statsPOST /api/v1/documents/library_statsCount what is in the document library and the tags in useread-only

← Every domain