🗃️Endpoints - Les tags
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 tags
/v1/tags
The page number in a paginated set of results
The limit of results to be returned per page
Get a tag by a specific name
Get a tag that contains this name
Create a tag
/v1/tags
Name of the tag
Emoji of the tag
Get a tag
/v1/tags/{tagId}
The id of the tag
Delete a tag
/v1/tags/{tagId}
The id of the tag
No body
Update a tag
/v1/tags/{tagId}
The id of the tag
The name of the tag
The emoji of the tag
Assign spot members to a tag
/v1/tags/{tagId}/spotMembers~bulkAssign
The id of the tag
The ids of the spotMembers to assign to the tag
No body
Unassign spot members to a tag
/v1/tags/{tagId}/spotMembers~bulkUnassign
The id of the tag
The ids of the spotMembers to unassign to the tag
No body
List Tagged members
/v1/tags/{tagId}/spotMembers
The id of the tag
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)
Create multiple tags
/v1/tags~bulkCreate
Name of the tag
Emoji of the tag