---
title: "List the quotes of workgroup level"
method: GET
path: "/v1/workgroups/{workgroup_id}/quotes"
tags: ["Quote"]
---

# List the quotes of workgroup level

`GET /v1/workgroups/{workgroup_id}/quotes`

List the quotes of workgroup level

## Path parameters

- `workgroup_id` string, required

## Query parameters

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

## Response `200`

Successful retrieval

- QuoteOfWgLevelSimpleVO — Java type: com.noosh.nooshapi.vo.QuoteOfWgLevelSimpleVO
  - `currency` string
  - `grand_total` unknown
  - `project` ProjectBaseVO — Java type: com.noosh.nooshapi.vo.ProjectBaseVO
    - `project_id` integer
    - `project_name` string
    - `project_number` string
  - `quote_id` integer
  - `quote_title` string
  - `rfq` RfqBaseVO — Java type: com.noosh.nooshapi.vo.RfqBaseVO
    - `received_date` string, date
    - `rfq_id` integer
    - `rfq_title` string
    - `status` string
  - `status` string
  - `submit_date` string, date
  - `transactional_currency` string
  - `transactional_grand_total` unknown

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
