Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleUnder Development

The following endpoints can be used to access and manipulate resources. Resources are grouped in collections against objects. 

 

  1. Company
  2. Contact
  3. Prospect
  4. Issue
  5. Contract
  6. Job
  7. Quote

...

METHODENDPOINTDESCRIPTION
GET/:object_type/:object_id/collectionsReturns an array of collections for a given object.
POST/:object_type/:object_id/collections/:collection_id/resources  Upload an attachment to given object's collection.
GET/resources/:resource_idView details about a specific resource. This will not download the file resource. To do this please see the download endpoint.
GET/resourcesView a list of resource details. Like get single resource this endpoint will not download the resources file. To do this please see the download endpoint.
GET/resources/:resource_id/downloadDownload a resource file.