REST API
The Field Nation REST API allows you to manage work orders using standard HTTP GET, PUT, POST, and DELETE methods. All requests return a JSON response.
Important things to know.
- All requests need to append the access_token as parameter in the url.
- For continious pull of data subscribe to webhooks and get the information, limit your REST API usage for only Create, Update or Delete data.