Versions Compared

Key

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

...

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.