Autotask integration (Productivity, Data). Imported from open-connector.
https://webservices.autotask.net/atservicesrest/
/{entity}/query
| Param | Type | Required | Description |
|---|---|---|---|
| entity | string | required | Autotask entity to query. |
| filter | array | optional | Autotask filter expressions. |
| includeFields | array | optional | Autotask field names to include in the response. |
| maxRecords | integer | optional | Maximum records to return. Autotask allows 1 to 500 per page. |
/{entity}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| entity | string | required | Autotask entity to query. |
| id | integer | required | Numeric Autotask record ID. |
/{entity}/entityInformation{suffix}
| Param | Type | Required | Description |
|---|---|---|---|
| entity | string | required | Autotask entity to query. |
| section | string | optional | Autotask entityInformation section to retrieve. |
| suffix | string | required | Path parameter: suffix |