Apacta

Apacta

Apacta provides an API for integrating with external systems, enabling automation of workflows and synchronization of financial, project, and CRM data.
                  {
  "data": [
    {
      "company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "created": "string",
      "created_by_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "deleted": "string",
      "hex_code": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "modified": "string",
      "name": "string"
    }
  ],
  "pagination": {
    "count": 0,
    "current_page": "string",
    "has_next_page": true,
    "has_prev_page": true,
    "limit": 0,
    "page_count": "string"
  },
  "success": true
}
              

Response example. If you want to see more check the documentation.

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.