API for a tool to craftsmen used to register working hours, material usage and quality assurance.
Endpoint
`/api/v1/` should be used for API communication.
Authentication
URL query authentication: `?api_key={api_key}` (from Apacta settings)
Pagination
Supported on endpoints returning a `pagination` object. Currently only page changes via `?page={page_number}`.
Search/Filter
Experimental feature, details vary by endpoint.
Ordering
Experimental, implemented on some endpoints via URL queries (e.g., `?sort=field&direction=asc`).
Associations
Experimental feature, can embed related objects (e.g., `?include=Contacts,Projects`).
Project Files
- `/projects/{project_id}/files`: For wall post/form files
- `/projects/{project_id}/project_files`: For general project files
Error Handling
422 (Validation) error object contains failed validation properties.
Code Examples
- Swift, Java (OkHttp), JavaScript (Native & jQuery), NodeJS, Python, C#, Ruby, PHP, Shell (cURL)
Contact [email protected] for assistance.