---
title: "Detail workgroup info"
method: GET
path: "/v1/workgroups/{workgroup_id}/detail"
tags: ["Workgroup"]
---

# Detail workgroup info

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

Detail workgroup info

## Path parameters

- `workgroup_id` string, required

## Response `200`

Successful retrieval

- WorkgroupExpandVO — Java type: com.noosh.nooshapi.vo.WorkgroupExpandVO
  - `result` WorkgroupDetailVO — Java type: com.noosh.nooshapi.vo.WorkgroupDetailVO
    - `address_line1` string
    - `address_line2` string
    - `address_line3` string
    - `city` string
    - `country` string
    - `country_code` string
    - `custom_fields` PropertyPaAndAttVO[]
      - `date_value` string, date
      - `number_value` unknown
      - `param_id` integer
      - `param_name` string
      - `property_attribute_id` integer
      - `string_value` string
    - `default_currency` string
    - `portal` string
    - `postal` string
    - `state` string
    - `workgroup_id` integer
    - `workgroup_name` string
  - `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)
