---
title: "List the sell orders of workgrop"
method: GET
path: "/v1/workgroups/{workgroup_id}/sellOrders"
tags: ["Order"]
---

# List the sell orders of workgrop

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

List the sell orders of workgrop

## Path parameters

- `workgroup_id` string, required

## Response `200`

Successful retrieval

- OrderWorkgroupLevelListVO — Java type: com.noosh.nooshapi.vo.OrderWorkgroupLevelListVO
  - `results` OrderWorkgroupLevelSimpleVO[]
    - `buyer_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
      - `workgroup_id` integer
      - `workgroup_name` string
    - `change_orders` OrderSimpleBaseVO[]
      - `buyer_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
        - `workgroup_id` integer
        - `workgroup_name` string
      - `comments` string
      - `completion_date` string, date
      - `currency` string
      - `grand_total` unknown
      - `last_changed` string, date
      - `last_status_change` string, date
      - `order_id` integer
      - `order_number` string
      - `order_title` string
      - `payment_reference` string
      - `print_order_ids` integer[]
      - `purchase_method` string
      - `status` string
      - `status_comments` string
      - `supplier_reference` string
      - `supplier_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
        - `workgroup_id` integer
        - `workgroup_name` string
      - `transactional_currency` string
      - `transactional_grand_total` unknown
    - `closing_change_orders` OrderSimpleBaseVO[]
      - `buyer_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
        - `workgroup_id` integer
        - `workgroup_name` string
      - `comments` string
      - `completion_date` string, date
      - `currency` string
      - `grand_total` unknown
      - `last_changed` string, date
      - `last_status_change` string, date
      - `order_id` integer
      - `order_number` string
      - `order_title` string
      - `payment_reference` string
      - `print_order_ids` integer[]
      - `purchase_method` string
      - `status` string
      - `status_comments` string
      - `supplier_reference` string
      - `supplier_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
        - `workgroup_id` integer
        - `workgroup_name` string
      - `transactional_currency` string
      - `transactional_grand_total` unknown
    - `comments` string
    - `completion_date` string, date
    - `currency` string
    - `grand_total` unknown
    - `grand_total_with_changes` unknown
    - `last_changed` string, date
    - `last_status_change` string, date
    - `order_id` integer
    - `order_number` string
    - `order_title` string
    - `payment_reference` string
    - `print_order_ids` integer[]
    - `project` ProjectBaseVO — Java type: com.noosh.nooshapi.vo.ProjectBaseVO
      - `project_id` integer
      - `project_name` string
      - `project_number` string
    - `purchase_method` string
    - `status` string
    - `status_comments` string
    - `supplier_reference` string
    - `supplier_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
      - `workgroup_id` integer
      - `workgroup_name` string
    - `transactional_currency` string
    - `transactional_grand_total` unknown
    - `transactional_grand_total_with_changes` unknown
  - `status_code` integer
  - `status_reason` string

## 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)
