---
title: "List Smartadvocate Appointment Types"
method: GET
path: "/smartadvocate/appointment-types"
tags: ["SmartAdvocate"]
---

# List Smartadvocate Appointment Types

`GET /smartadvocate/appointment-types`

List the customer's appointment type visibility rules, ordered by name.

## Response `200`

Successful Response

- SmartAdvocateAppointmentTypesResponse — All appointment type visibility rules for the customer
  - `appointment_types` SmartAdvocateAppointmentTypeResponse[], required
    - `smartadvocate_appointment_type_id` string, uuid, required
    - `name` string, required
    - `category` string, nullable
    - `action` 'provide_details' | 'transfer_to_calendar', required
    - `active` boolean, required

---

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