Agco Ats
Tool for the agco-ats API.
- Base URL:
https://secure.agco-ats.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
aftermarketservices_getcerts— GET /api/v2/AftermarketServices/Certificates — No Documentation Found.aftermarketservices_getengineiqacodes— GET /api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes — Get injector codes given engine.aftermarketservices_getproductiondata— GET /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData — Get production calibration data for given engine.aftermarketservices_getconnectionstatus— GET /api/v2/AftermarketServices/Hello — Check whether there is connectivity to AGCO Power Web Servicesaftermarketservices_getuserstatus— GET /api/v2/AftermarketServices/UserStatuses — Retrieve the status of an EDT Kit Registration with AGCO Power Web Servicesauthentication_isalive— GET /api/v2/Authentication/IsAlive — Acknowledges the connection to the API
Inputs
apiKey— your agco-ats 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: aftermarketservices_getcerts
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: aftermarketservices_getcerts, aftermarketservices_getengineiqacodes, aftermarketservices_getproductiondata, aftermarketservices_getconnectionstatus, aftermarketservices_getuserstatus, authentication_isalive |
serialNumber |
string | no | — | Path parameter serialNumber (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |