---
title: "Check if a calendar group is used by any task flows"
method: GET
path: "/api/servicetodo/processes/taskFlows/checkCalendarGroupUsage"
tags: ["taskFlows"]
---

# Check if a calendar group is used by any task flows

`GET /api/servicetodo/processes/taskFlows/checkCalendarGroupUsage`

## Query parameters

- `calendarGroupUuid` string, uuid, required
- `companyUuid` string, uuid, required

## Response `200`

Returns an array of task flows that use the calendar group

- object
  - `data` object
    - `taskFlows` object[]
      - `uuid` string, uuid
      - `title` string
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
