action noosh_get_v1_workgroups_workgroup_id_quotes { label: "List the quotes of workgroup level" description: "List the quotes of workgroup level" provider: noosh method: GET path: "/v1/workgroups/{workgroup_id}/quotes" encoding: json input: { type: "object" properties: { "quote_state_id, use filters={\"quote_state_id\":111111}": { type: "string" } workgroup_id: { type: "string" } } required: ["workgroup_id"] additionalProperties: false } output: { description: "Java type: com.noosh.nooshapi.vo.QuoteOfWgLevelSimpleVO" properties: { currency: { type: "string" } grand_total: { description: "Java type: java.math.BigDecimal" type: "object" } project: { description: "Java type: com.noosh.nooshapi.vo.ProjectBaseVO" properties: { project_id: { type: "integer" format: "int64" } project_name: { type: "string" } project_number: { type: "string" } } } quote_id: { type: "integer" format: "int64" } quote_title: { type: "string" } rfq: { description: "Java type: com.noosh.nooshapi.vo.RfqBaseVO" properties: { received_date: { type: "string" format: "date" } rfq_id: { type: "integer" format: "int64" } rfq_title: { type: "string" } status: { type: "string" } } } status: { type: "string" } submit_date: { type: "string" format: "date" } transactional_currency: { type: "string" } transactional_grand_total: { type: "object" additionalProperties: true } } } }