The following macros are not currently supported in the header:
  • style

Quotes

Resource Endpoints

ResourceDescription
GET quotesReturns a list of quotes.
GET quotes/countReturns the total number of quotes.
GET quotes/:idReturns a specific quotes identified by its id.
POST /quotesCreates a new quote
PUT /quote/:idUpdates a given quote
GET /quotes/:id/collections Returns a list of resource(attachment) collections for the given quote
POST /quotes/:id/collections/:collection_id/resourcesUploads resource(attachment) to the given collection.