---
title: "Retrieve all Invite Settings in the Account"
method: GET
path: "/invite-settings"
---

# Retrieve all Invite Settings in the Account

`GET /invite-settings`

Produces the collection of all Invite Settings entity objects across all Channels in the Account, in which the request originates. 

The list can be filtered by any subsets of the following query constraint parameters:
- Invite Settings identifier,
- Event Type identifier,
- Channel identifier.

_Note_: 
* If no parameters are provided, all Invite Settings entity objects in the Account will be produced.
* **_Limitation_**: To retrieve more than 5000 Invite Settings entity objects at once, implement pagination using the query string parameters.

## Query parameters

- `id` string
- `channel-id` string
- `event-type-id` string

## Response `200`

The collection of all Invite Settings entity objects across all Channels in the Account, in which the request originates.

- InviteSettingsAllFields[]
  - `id` string, required
  - `channelId` string, required
  - `eventTypeId` string, required
  - `enabled` boolean, required
  - `productInviteConfiguration` object, required
    - `sendingDelayInDays` number, required
    - `sendingTimeOfDay` string, ^([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]Z$, required — The time of day at which Product Review Invites should be scheduled to be sent, in 24h UTC format, without timezone specification.
    - `inviteTemplateId` string, required
    - `questionnaireTemplateId` string, required
    - `enabled` boolean, required
  - `serviceInviteConfiguration` object, required
    - `sendingDelayInDays` number, required
    - `sendingTimeOfDay` string, ^([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]Z$, required — The time of day at which Service Review Invites should be scheduled to be sent, in 24h UTC format, without timezone specification.
    - `inviteTemplateId` string, required
    - `questionnaireTemplateId` string, required
    - `enabled` boolean, required
  - `createdAt` string, datetime, required
  - `updatedAt` string, datetime, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/versions/649ef7dac98c/schema)
