Forum Discussion
jbenson
5 years agoHelper III
Request URI
Looking for some help on where to start to get data off this website into power bi for live reporting from mulitply accounts. i have copied in what they look for to pull data but i am not sure where to start. Any helped would be greatly appriciated.
GET /organizations/{orgID}/clients
List Clients in an Org
View a list of clients in a specified organization. For each client, the response will include links to the following resources:
- fields: View the fields associated with the client.
- farms: View the farms associated with the client.
- owningOrganization: View details about the client's organization.
Request URI
GET https://sandboxapi.deere.com/platform/organizations/{orgID}/clients
Accept: application/vnd.deere.axiom.v3+json
Parameters Field Type Example Description In Required?
| orgID | string | 6789 | Organization | path | true |
| x-deere-signature | GUID | 8r839261-5e4b-4e1c-9201-8026f47109bb | 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 GUID next time. | header | false |
Response Details Field Type Example Description
| x-deere-signature | GUID | 5a539261-5e4b-4e1c-9201-3026f47109bb | A new x-deere-signature response header will be included if the response has changed since last api call. |
| id | GUID | f1161eba-7c82-4a80-9eeb-383451b4c46e | Client ID |
| name | string | Captain Nemo | Client Name |
Available Links Object Name Example Description
| fields | https://sandboxapi.deere.com/platform/organizations/6789/clients/f1161eba-7c82-4a80-9eeb-383451b4c46e/fields | Fields Link. |
| farms | https://sandboxapi.deere.com/platform/organizations/6789/clients/f1161eba-7c82-4a80-9eeb-383451b4c46e/farms | Farms Link. |
| owningOrganization | https://sandboxapi.deere.com/platform/organizations/6789 | Organizations Link. |
1 Reply
- v-yalanwu-msftCommunity Support
Hi , jbenson ;
you colud refer to this video.
https://www.youtube.com/watch?v=fXbJeIY2CgE
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.