/
Resources (Attachments)
The following macros are not currently supported in the header:
  • style

Resources (Attachments)

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.

Related content

Quotes
Quotes
More like this
Upload attachment (resource)
Upload attachment (resource)
More like this
GET /quotes
GET /quotes
More like this
Get asset
Get asset
More like this
GET /issues
GET /issues
More like this
GET /issues/:id
GET /issues/:id
More like this