V2 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.

  1. All requests need to append the access_token as parameter in the url.
  2. For continious pull of data subscribe to webhooks and get the information, limit your REST API usage for only Create, Update or Delete data.