1. Home
  2. Docs
  3. API
  4. Introduction
  5. Request Structure

Request Structure

The resource must be specified in the request URL: <base url>/<resource>. For example the url for agents resource is

https://www.apiremoteaccess.com/en/api/json/agents

Available request methods are:

  • GET: Retrieves data from the specified resource.
  • PUT: Adds the supplied information to the specified resource. Returns an error if the item is not found. In the request URL you must specify the id of the resource.
  • POST: Creates an item to the specified resource, with the supplied information.
  • DELETE: Deletes an item to the specified resource. In the request URL you must specify the id of resource.