Autotask
Connector for the autotask API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://webservices5.autotask.net/ATServicesRest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
actiontypes_queryentityinformation— GET /V1.0/ActionTypes/entityInformationactiontypes_queryfielddefinitions— GET /V1.0/ActionTypes/entityInformation/fieldsactiontypes_queryuserdefinedfielddefinitions— GET /V1.0/ActionTypes/entityInformation/userDefinedFieldsactiontypes_urlparameterquery— GET /V1.0/ActionTypes/queryactiontypes_urlparameterquerycount— GET /V1.0/ActionTypes/query/countactiontypes_queryitem— GET /V1.0/ActionTypes/{id}
Inputs
apiKey— your autotask API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: actiontypes_queryentityinformation
apiKey: <your key>