Status |
---|
colour | Yellow |
---|
title | Under Development |
---|
|
The following endpoints can be used to access and manipulate resources. Resources are grouped in collections against objects.
- Company
- Contact
- Prospect
- Issue
- ContractIssue
- Job
- Quote
resourcesresources | Upload an attachment to given object's collection. |
GET | /resources/:resource_id | View details about a specific resource. This will not download the file resource. To do this please see the download endpoint. |
GET | /resources | View 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/download | Download a resource file. |