---
title: "Get Repetition End Types"
method: GET
path: "/communications/recurrence/repeat-end-types"
tags: ["Repetition End Types"]
---

# Get Repetition End Types

`GET /communications/recurrence/repeat-end-types`

Get Repetition End Types for Tasks, ex. ends on a date, ends after x occurrences.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `x-api-key` string, required

## Response `200`

list of all CustomerTwilioNumbers for a customer

- ResponseRepetitionEndTypes — returns list of repetition end types with pagination
  - `end_types` RepetitionEndTypeDTO[], required — repetition units
    - `end_type_id` integer, required — Repetition End Type identifier
    - `end_type` string, required — Repetition End Type 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.dev/wodify/apis/leads.md) · [All operations](https://skmtc.dev/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
