v1
latestOpenAPI 3.0.12026-07-243266138.0 KBEndpoints
Retrieve all Invite Reminder Settings in the Account
Returns a list of all Invite Reminder Settings for an account.
The list can be filtered by Invite Reminder Settings id, Event Type id or Channel id.
- Note: If no query string parameters are provided, all Invite Reminder Settings will be returned.
- Limitation: To retrieve more than 5000 Invite Reminder Settings at once, implement pagination using the query string parameters.
get/invite-reminder-settings
Query parameters
idstring
a concrete Invite Reminder Settings id
channel-idstring
the Channel id to filter the Invite Reminder Settings by
event-type-idstring
the Event Type id to filter the Invite Reminder Settings by
Response
Collection of all Invite Reminder Settings for the active Account, in which the request originated.
Example response
[
{
"id": "irs-2e2734bd-9ec4-4eb8-97ee-2499dd869196",
"accountId": "acc-8f0ac134-1ebf-44d0-b407-c3ee6a0a0a1d",
"channelId": "chl-89861a03-2fa9-42e6-bc9f-77f270d965f1",
"eventTypeId": "ety-3ecaa096-05a3-43e6-a0bf-e157d638b9be",
"enabled": true,
"serviceInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
},
"productInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
},
"createdAt": "2022-08-10T17:00:00.000Z",
"updatedAt": "2022-08-10T17:09:19.000Z"
}
]