Entity overview
Document
Upload, categorize, and retrieve documents linked to employees, clients, or projects.
Endpoints
https://api.flowtly.eu/documents
List documents
Retrieves the collection of DocumentType resources.
https://api.flowtly.eu/documents
Create document
Creates a DocumentType resource.
https://api.flowtly.eu/documents/action-needed
List action needed
Retrieves the collection of Document resources.
https://api.flowtly.eu/documents/{id}
Get document by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/documents/{id}
Delete document
Remove the resource.
https://api.flowtly.eu/documents/{id}
Update document
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/document-types
List documents
Retrieves the collection of DocumentType resources.
https://api.flowtly.eu/document-types
Create document
Creates a DocumentType resource.
https://api.flowtly.eu/document-types/{id}
Get document by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/document-types/{id}
Update document
Update resource fields using JSON Merge Patch.
Use cases
Schema fields
Document-document.read_storage.read| Field | Type | Description |
|---|---|---|
id |
integer | id field. |
documentType |
string | documentType field. |
relationId |
integer | relationId field. |
expiringAt |
string | null | expiringAt field. |
storage |
object | storage field. |
notes |
string | null | notes field. |