v1

latestSwagger 2.02026-07-13107214235.7 KB
Quote

List the quotes of workgroup level

List the quotes of workgroup level

get/v1/workgroups/{workgroup_id}/quotes

Path parameters

workgroup_idstring required

Query parameters

quote_state_id, use filters={"quote_state_id":111111}string

Quote Object State Id, use /workgroups/{workgroup_id}/quoteStates to get correct value

Response

Successful retrieval

currencystring
{"stackTrail":"components:schemas:BigDecimal","oasType":"schema","type":"unknown","description":"Java type: java.math.BigDecimal"}
quote_idinteger
quote_titlestring
statusstring
submit_datestring date
transactional_currencystring
{"stackTrail":"components:schemas:BigDecimal","oasType":"schema","type":"unknown","description":"Java type: java.math.BigDecimal"}

Example response

{
  "currency": "sample currency",
  "project": {
    "project_name": "sample project_name",
    "project_number": "sample project_number"
  },
  "quote_title": "sample quote_title",
  "rfq": {
    "rfq_title": "sample rfq_title",
    "status": "sample status"
  },
  "status": "sample status",
  "transactional_currency": "sample transactional_currency"
}