The following macros are not currently supported in the header:
- style
Quotes
Resource Endpoints
Resource | Description |
---|---|
GET quotes | Returns a list of quotes. |
GET quotes/count | Returns the total number of quotes. |
GET quotes/:id | Returns a specific quotes identified by its id. |
POST /quotes | Creates a new quote |
PUT /quote/:id | Updates a given quote |
GET /quotes/:id/collections | Returns a list of resource(attachment) collections for the given quote |
POST /quotes/:id/collections/:collection_id/resources | Uploads resource(attachment) to the given collection. |