Endpoints - Channels
Derniรจre mise ร jour
Cet article vous a-t-il รฉtรฉ utile ?
Derniรจre mise ร jour
Cet article vous a-t-il รฉtรฉ utile ?
List Channel members
/v1/channels/{channelId}/spotMembers
The id of the channel
The page number in a paginated set of results
The limit of results to be returned per page
The emails of spot member to include in the result
The firstnames of spot member to include in the result
The lastnames of spot member to include in the result
The roles of spot member to include in the result
Spot members where registration date is before a specific date (Unix timestamp format)
Spot members where registration date is after a specific date (Unix timestamp format)
Add member to a channel
/v1/channels/{channelId}/spotMembers
The id of the channel
An uuid representing the unique identifier of the spot member to add to channel
No body
Create a channel
/v1/channels
The name of the channel.
The description of the channel
The emoji of the channel
Whether the channel should be auto-joined by new members.
Whether the channel should show its members.
Privacy setting of the channel
Private
, Public
List channels
/v1/channels
The page number in a paginated set of results
The limit of results to be returned per page
Delete a channel
/v1/channels/{channelId}
The id of the channel
No body
Update a channel
/v1/channels/{channelId}
The id of the channel
The name of the channel.
The description of the channel
The emoji of the channel
Whether the channel should be auto-joined by new members.
Whether the channel should show its members.
Privacy setting of the channel
Private
, Public
Get a channel
/v1/channels/{channelId}
The id of the channel
Add members to a channel
/v1/channels/{channelId}/spotMembers~bulkAdd
The id of the channel
An array of strings representing the unique identifiers of spot members to add to channel
Remove members from a channel
/v1/channels/{channelId}/spotMembers~bulkRemove
The id of the channel
An array of strings representing the unique identifiers of spot members to remove from channel
Create multiple channels
/v1/channels~bulkCreate
The name of the channel.
The description of the channel
The emoji of the channel
Whether the channel should be auto-joined by new members.
Whether the channel should show its members.
Privacy setting of the channel
Private
, Public
Link a group
/v1/channels/{channelId}/groups
The id of the channel
The id of the group to link
No body
list a group
/v1/channels/{channelId}/groups
The id of the channel
The page number in a paginated set of results
The limit of results to be returned per page
Unlink a group from a channel
/v1/channels/{channelId}/groups/{groupId}
The id of the channel
The id of the group
No body
Link groups
/v1/channels/{channelId}/groups~bulkAdd
The id of the channel
The ids of the groups to link
No body
Unlink groups from a channel
/v1/channels/{channelId}/groups~bulkRemove
The id of the channel
The ids of the groups to link
No body