---
title: "List Spec Templates of Workgroup Level"
method: GET
path: "/v1/workgroups/{workgroup_id}/specTemplates"
tags: ["Spec Template"]
---

# List Spec Templates of Workgroup Level

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

List Spec Templates of Workgroup Level

## Path parameters

- `workgroup_id` string, required

## Response `200`

Successful retrieval

- SpecTemplateListVO — Java type: com.noosh.nooshapi.vo.SpecTemplateListVO
  - `results` SpecTemplateSimpleVO[]
    - `created_by` PersonVO — Java type: com.noosh.nooshapi.vo.PersonVO
      - `email` string
      - `first_name` string
      - `last_name` string
      - `middle_name` string
    - `created_date` string, date
    - `is_active` boolean
    - `is_externally_published` boolean
    - `is_locked` boolean
    - `last_updated_date` string, date
    - `spec_template_id` integer
    - `spec_template_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)
