timelink integration (Productivity). Imported from open-connector.
https://api.timelink.io/api/v1/clients
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| search | string | optional | A search string matched by Timelink. |
| ids | array | optional | A list of Timelink record IDs to fetch. |
| orders | array | optional | The Timelink sort rules to apply. |
| active | boolean | optional | Filter clients by active state. |
| withLimitedPartOfProjects | boolean | optional | Whether Timelink should include a limited subset of each client's projects. |
| projectsLimit | integer | optional | The number of nested projects to include per client. |
/clients/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | A Timelink ULID identifier. |
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| search | string | optional | A search string matched by Timelink. |
| ids | array | optional | A list of Timelink record IDs to fetch. |
| orders | array | optional | The Timelink sort rules to apply. |
| active | boolean | optional | Filter projects by active state. |
| clientId | string | optional | Filter projects by the linked client identifier. |
/projects/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | A Timelink ULID identifier. |
/services
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| search | string | optional | A search string matched by Timelink. |
| ids | array | optional | A list of Timelink record IDs to fetch. |
| orders | array | optional | The Timelink sort rules to apply. |
| active | boolean | optional | Filter services by active state. |
/services/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | A Timelink ULID identifier. |
/timeEntries
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| search | string | optional | A search string matched by Timelink. |
| ids | array | optional | A list of Timelink record IDs to fetch. |
| orders | array | optional | The Timelink sort rules to apply. |
| withRelations | boolean | optional | Whether Timelink should include related entities. |
| start | string | optional | Filter time entries starting from this timestamp. |
| end | string | optional | Filter time entries ending before this timestamp. |
| onlyDeleted | boolean | optional | Whether to return only deleted time entries. |
| isInterrupt | boolean | optional | Filter time entries by interruption state. |
| isBilled | boolean | optional | Filter time entries by billed state. |
| isBillable | boolean | optional | Filter time entries by billable state. |
| searchInDescription | string | optional | The Timelink description search mode or term passed through to the API. |
| clientId | string | optional | Filter time entries by client identifier. |
| projectId | string | optional | Filter time entries by project identifier. |
| serviceId | string | optional | Filter time entries by service identifier. |
| userId | string | optional | Filter time entries by user identifier. |
| userIds | array | optional | Filter time entries by multiple user identifiers. |
| extToolId | string | optional | Filter time entries by external tool identifier. |
| exact | boolean | optional | Whether the Timelink search should be exact. |
/timeEntries/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | A Timelink ULID identifier. |
/timeEntries/active
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of active time entries to return. |
| withRelations | boolean | optional | Whether Timelink should include related entities. |
/timeEntries/fieldsRequired
/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| search | string | optional | A search string matched by Timelink. |
| ids | array | optional | A list of Timelink record IDs to fetch. |
| orders | array | optional | The Timelink sort rules to apply. |
| active | boolean | optional | Filter users by active state. |
/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | A Timelink ULID identifier. |
/company
/token