Invite Settings
Get all invite settings
Returns a list of all invite settings for all channels. The list can be filtered by invite settings ID or channel ID.
Parameters
Query Parameters
Name | Description |
---|---|
id | The invite settings ID |
channel-id | The channel ID to retrieve invite settings for. |
Responses
200 - List of all invite settings for all channels.
Name | Description |
---|---|
application/json | InviteSettingsAllFields |
|
401 - Unauthorized
Updates all settings
Updates parts of all invite settings with the same event-type ID for all channels
Parameters
Query Parameters
Name | Description |
---|---|
event-type-id | The event-type ID for the invite settings you wish to update |
Body
Content-Type | Type |
---|---|
application/json | InviteSettingsAllUpdateRequestBody |
|
Responses
200 - List of updated invite settings for all channels
Name | Description |
---|---|
application/json | InviteSettingsAllFields |
|
401 - Unauthorized
Get specific invite settings
Returns invite settings for the provided ID
Parameters
Route Parameters
Name | Description |
---|---|
id | The invite settings ID |
Responses
200 - invite settings
Name | Description |
---|---|
application/json | InviteSettingsAllFieldsInitial |
|
401 - Unauthorized
404 - Not found
Update specific invite settings
Updates parts of invite settings for the provided invite settings ID
Parameters
Route Parameters
Name | Description |
---|---|
id | The invite settings ID |
Body
Content-Type | Type |
---|---|
application/json | InviteSettingsSpecificUpdateRequestBody |
|
Responses
200 - Updated invite settings
Name | Description |
---|---|
application/json | InviteSettingsAllFields |
|
400 - Bad Request
Name | Description |
---|---|
application/json |
Error
string
ErrorDescription
string
|
|
401 - Unauthorized
InviteSettingsAllUpdateRequestBody
Properties
enabled
boolean
productInviteConfiguration
object
Properties
sendingDelayInDays
number
sendingTimeOfDay
string
The time at which the invitation will be sent out in 24h UTC format without time zone
inviteTemplateId
string
questionnaireTemplateId
string
enabled
boolean
serviceInviteConfiguration
object
Properties
sendingDelayInDays
number
sendingTimeOfDay
string
The time at which the invitation will be sent out in 24h UTC format without time zone
inviteTemplateId
string
questionnaireTemplateId
string
enabled
boolean
The time at which the invitation will be sent out in 24h UTC format without time zone
The time at which the invitation will be sent out in 24h UTC format without time zone
InviteSettingsSpecificUpdateRequestBody
Properties
enabled
boolean
productInviteConfiguration
object
Properties
sendingDelayInDays
number
sendingTimeOfDay
string
The time at which the invitation will be sent out in 24h UTC format without time zone
inviteTemplateId
string
questionnaireTemplateId
string
enabled
boolean
serviceInviteConfiguration
object
Properties
sendingDelayInDays
number
sendingTimeOfDay
string
The time at which the invitation will be sent out in 24h UTC format without time zone
inviteTemplateId
string
questionnaireTemplateId
string
enabled
boolean
The time at which the invitation will be sent out in 24h UTC format without time zone
The time at which the invitation will be sent out in 24h UTC format without time zone
Need further support?
Visit the Help Centre for further information, or contact us. Are some words or terms unfamiliar? Then visit the glossary for clarification.