---
title: "Get Object Action Types"
method: GET
path: "/utilities/object-type-action-types"
tags: ["Object Action"]
---

# Get Object Action Types

`GET /utilities/object-type-action-types`

Gets a list of Object Types and their associated Action Types, ex.Client-SMS-Recipient.

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string

## Headers

- `x-api-key` string, required

## Response `200`

object types

- ResponseObjectTypeActions — Object Type and their associated actions and roles
  - `object_type_actions` ResponseObjectTypeActionDTO[], required — ObjectTypeActionDTO List
    - `object_type_id` integer, required — Record Identifier
    - `object_type` string, required — object type label
    - `action_type_id` integer — action type id
    - `action_type` string — action type label
    - `action_role_id` integer — action role id
    - `action_role` string — action role label
  - `pagination` Pagination, required — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/versions/974500ca0714/schema)
