🗃️Endpoints - Forums
Dernière mise à jour
Cet article vous a-t-il été utile ?
Dernière mise à jour
Cet article vous a-t-il été utile ?
Get a forum
/v1/forums/{forumId}
The id of the forum
Update a forum
/v1/forums/{forumId}
The id of the forum
The name of the forum
The description of the forum
The emoji of the forum
Privacy of the forum
Private
, Secret
Delete a forum
/v1/forums/{forumId}
The id of the forum
No body
List forums
/v1/forums
The page number in a paginated set of results
The limit of results to be returned per page
Search Forum with a specified name
Search Forum that contains this value in his name
Create a forum
/v1/forums
Name of the forum
Description of the forum
Emoji of the forum
Privacy of the forum
Private
, Secret
List Forum Members
/v1/forums/{forumId}/spotMembers
The id of the forum
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 forum
/v1/forums/{forumId}/spotMembers
The id of the forum
An uuid representing the unique identifier of the spot member to add to forum
No body
Add members to a forum
/v1/forums/{forumId}/spotMembers~bulkAdd
The id of the forum
An array of strings representing the unique identifiers of spot members to add to forum
Remove members from a forum
/v1/forums/{forumId}/spotMembers~bulkRemove
The id of the forum
An array of strings representing the unique identifiers of spot members to remove from forum
Create multiple forums
/v1/forums~bulkCreate
Name of the forum
Description of the forum
Emoji of the forum
Privacy of the forum
Private
, Secret