List Implements
GET
OAuth Scope Required: eq1
Request URI
GET https://sandboxapi.deere.com/platform/organizations/{orgId}/implements
Accept: application/vnd.deere.axiom.v3+json
Parameters
Parameter | Type | Description & Example | In |
---|---|---|---|
orgId Required | string | Organization. Example: 23421 | path |
serialNumbers | string | Implement serial numbers to include. Separate multiple embeds with commas. Example: imp12345 | query |
x-deere-signature | string | x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. Example: 4r5392615e4b4e1c92018026f47109bb | header |
Response Details
Field | Type | Description & Example |
---|---|---|
x-deere-signature | string | A new x-deere-signature response header will be included if the response has changed since last api call. Example: 3b4392615e4b4e1c92013026f47109bb |
id | string | Implement ID Example: 257963 |
equipmentMake | EquipmentMake | Equipment make of the implement Example: See sample response below. |
equipmentModel | EquipmentModel | Equipment model of the implement Example: See sample response below. |
equipmentType | EquipmentType | Equipment type of the implement Example: See sample response below. |
GUID | string | Implement GUID Example: b2b69591-b502-8k25-8253-e7760c1e524e |
name | string | Implement Name Example: Seeder 1 |
owningOrganization | Organization | Organization that owns the implement Example: See sample response below. |
vin | string | Implement PIN. May not be present. Example: 1L06215RJDR782108 |
Sample Response [JSON]
Content-Type: application/vnd.deere.axiom.v3+json
x-deere-signature: 9b5392615e4b4e1c92013026f47109bb
{ "links": [ { "rel": "self", "uri": "https://sandboxapi.tal.deere.com/platform/organizations/286568/implements" } ], "total": 1, "values": [ { "@type": "Implement", "GUID": "69ea38d6-5516-4146-a7ed-5372b1f47527", "owningOrganization": { "@type": "Organization", "member": false, "id": "286568" }, "id": "257963", "name": "Implement 1", "equipmentMake": { "@type": "EquipmentMake", "name": "JOHN DEERE", "ERID": "0e8031fe-fe81-11ea-bec7-124fe3772e59", "certified": false, "id": "1" }, "equipmentType": { "@type": "EquipmentType", "name": "Forwarder", "GUID": "90de5729-9061-4fe3-b851-7218fc85e3dd", "category": "Implement", "certified": true, "marketSegment": "Forestry", "id": "149" }, "equipmentModel": { "@type": "EquipmentModel", "name": "1058", "GUID": "f22e2691-35c6-11e7-af34-123e49453e98", "certified": true, "classification": "Implement", "id": "26053" }, "links": [ { "self": "https://sandboxapi.deere.com/platform/implements/257963" } ] } ] }