---
title: "List Smartadvocate Case Types"
method: GET
path: "/smartadvocate/intake-draft/case-types"
tags: ["SmartAdvocate"]
---

# List Smartadvocate Case Types

`GET /smartadvocate/intake-draft/case-types`

List the firm's SmartAdvocate case types for a case group (for the promote dialog).

## Query parameters

- `case_group_id` integer, required

## Response `200`

Successful Response

- SmartAdvocatePicklistItem[]
  - `id` integer, required
  - `description` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
