Get a list of all quotes under an RFQ

SecurityAuthToken
Request
path Parameters
rfqId
required
string <uuid>

The id of the rfq

query Parameters
page
integer

indicates what page of a list of query results you want to view

page-size
integer

indicates the how many items to return per page in a list request

ordering
string

determines which column to sort by. Prepend with '-' to sort desc

include_failures
boolean

If true, include failed Quotes in the result set

header Parameters
X-Company-Id
string

allows request to retrieve information about the company given in the header instead of the company associated with the requesting user

Responses
200

Successfully returned a list of quotes

Response Schema: application/json
page_size
integer
Array of objects (Quote)
total_count
integer
total_pages
integer
default

Default error response

get/quoting/rfqs/{rfqId}/quotes/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2024. All right reserved.