Get a list of company’s tasks.
{
"collection": [
{
"id": 14,
"cost_center_id": 17087,
"cost_center_name": "Cost center name that people use a lot",
"name": "Task A",
"notes": "Some very important task",
"start_date": "2025-02-01",
"end_date": "2025-03-01",
"state": "in_progress",
"external_id": "42",
"monthly_limit_minutes": null,
"is_time_limit_hard": false,
"is_billable": true,
"billable_amount_cents": 5000,
"billable_amount_currency": "EUR",
"billable_amount_unit": "hour"
}
],
"pagination": {
"current_page": 1,
"total_pages": 1,
"total_count": 1
}
}
| Param name | Description |
|---|---|
|
page
optional |
Page number. Validations:
|
|
per_page
optional |
Number of records per page. Default: 50. Validations:
|
|
cost_center_id
optional |
Cost center ID to filter tasks by. Validations:
|
|
q
optional |
Pass query to filter tasks by name (case-insensitive). Validations:
|
|
state
optional |
State to filter tasks by. Validations:
|
|
sort_by
optional |
Sort by field. Default: Validations:
|
|
order
optional |
Sorting order (descending or ascending). Default: Validations:
|
{
"id": 1608,
"cost_center_id": 17090,
"cost_center_name": "Apollo",
"name": "Bookkeeping",
"notes": "A task for bookkeeping",
"start_date": null,
"end_date": null,
"state": "in_progress",
"external_id": "42",
"monthly_limit_minutes": null,
"is_time_limit_hard": false,
"is_billable": false,
"billable_amount_cents": 0,
"billable_amount_currency": "EUR",
"billable_amount_unit": "hour"
}
| Param name | Description |
|---|---|
|
id
required |
Task ID Validations:
|
| Param name | Description |
|---|---|
|
task
required |
Task parameters. Validations:
|
|
task[cost_center_id]
optional |
Cost center (project) ID. Validations:
|
|
task[name]
required |
Task name. Validations:
|
|
task[notes]
optional |
Additional notes. Validations:
|
|
task[start_date]
optional |
Start date, e.g. “2025-01-20”. Validations:
|
|
task[end_date]
optional |
End date, e.g. “2025-02-28”. Validations:
|
|
task[state]
optional |
Task state. Default: Validations:
|
|
task[external_id]
optional |
Task ID in an external service. Validations:
|
|
task[monthly_limit_minutes]
optional |
Monthly time limit (estimated time in offer), in minutes. Validations:
|
|
task[is_time_limit_hard]
optional |
Is the time limit hard ( Validations:
|
|
task[is_billable]
optional |
Is the task billable ( Validations:
|
|
task[billable_amount_cents]
optional |
Amount billed to the customer, in cents. Only applicable for billable tasks. Example: for a billable amount of €100.00, send Validations:
|
|
task[billable_amount_currency]
optional |
Billable amount’s currency code per ISO 4217 standard. Example: send Validations:
|
|
task[billable_amount_unit]
optional |
Billlable amount’s unit. Default: Validations:
|
| Param name | Description |
|---|---|
|
id
required |
Task ID Validations:
|
|
task
required |
Task parameters. Validations:
|
|
task[cost_center_id]
optional |
Cost center (project) ID. Validations:
|
|
task[name]
required |
Task name. Validations:
|
|
task[notes]
optional |
Additional notes. Validations:
|
|
task[start_date]
optional |
Start date, e.g. “2025-01-20”. Validations:
|
|
task[end_date]
optional |
End date, e.g. “2025-02-28”. Validations:
|
|
task[state]
optional |
Task state. Default: Validations:
|
|
task[external_id]
optional |
Task ID in an external service. Validations:
|
|
task[monthly_limit_minutes]
optional |
Monthly time limit (estimated time in offer), in minutes. Validations:
|
|
task[is_time_limit_hard]
optional |
Is the time limit hard ( Validations:
|
|
task[is_billable]
optional |
Is the task billable ( Validations:
|
|
task[billable_amount_cents]
optional |
Amount billed to the customer, in cents. Only applicable for billable tasks. Example: for a billable amount of €100.00, send Validations:
|
|
task[billable_amount_currency]
optional |
Billable amount’s currency code per ISO 4217 standard. Example: send Validations:
|
|
task[billable_amount_unit]
optional |
Billlable amount’s unit. Default: Validations:
|
| Param name | Description |
|---|---|
|
id
required |
Task ID Validations:
|