πŸ—ƒοΈEndpoints - Tags

List tags

get

List tags

ParamΓ¨tres de requΓͺte
pageinteger | nullableOptionnel

The page number in a paginated set of results

limitinteger | nullableOptionnel

The limit of results to be returned per page

name[eq]stringOptionnel

Get a tag by a specific name

name[contains]stringOptionnel

Get a tag that contains this name

RΓ©ponses
200

Tags returned successfully

application/json
get
/v1/tags

Create a tag

post

Create a tag

Corps
namestringRequis

Name of the tag

emojistringOptionnel

Emoji of the tag

RΓ©ponses
post
/v1/tags

Get a tag

get

Get a tag

Paramètres de chemin
tagIdstringRequis

The id of the tag

RΓ©ponses
200

Tag found and returned successfully

application/json
get
/v1/tags/{tagId}

Delete a tag

delete

Delete a tag

Paramètres de chemin
tagIdstringRequis

The id of the tag

RΓ©ponses
delete
/v1/tags/{tagId}

Aucun contenu

Update a tag

put

Update a tag

Paramètres de chemin
tagIdstringRequis

The id of the tag

Corps
namestringOptionnel

The name of the tag

emojistring | nullableOptionnel

The emoji of the tag

RΓ©ponses
200

Tag successfully updated

application/json
put
/v1/tags/{tagId}

Assign multiple spot members to a tag

post

Assign spot members to a tag

Paramètres de chemin
tagIdstringRequis

The id of the tag

Corps
spotMemberIdsstring[]Requis

The ids of the spotMembers to assign to the tag

RΓ©ponses
post
/v1/tags/{tagId}/spotMembers~bulkAssign

Aucun contenu

Unassign multiple spot members to a tag

post

Unassign spot members to a tag

Paramètres de chemin
tagIdstringRequis

The id of the tag

Corps
spotMemberIdsstring[]Requis

The ids of the spotMembers to unassign to the tag

RΓ©ponses
post
/v1/tags/{tagId}/spotMembers~bulkUnassign

Aucun contenu

List tagged members

get

List Tagged members

Paramètres de chemin
tagIdstringRequis

The id of the tag

ParamΓ¨tres de requΓͺte
pageinteger | nullableOptionnel

The page number in a paginated set of results

limitinteger | nullableOptionnel

The limit of results to be returned per page

email[in]string[]Optionnel

The emails of spot member to include in the result

firstname[in]string[]Optionnel

The firstnames of spot member to include in the result

lastname[in]string[]Optionnel

The lastnames of spot member to include in the result

registrationDate[before]integerOptionnel

Spot members where registration date is before a specific date (Unix timestamp format)

registrationDate[after]integerOptionnel

Spot members where registration date is after a specific date (Unix timestamp format)

RΓ©ponses
200

Tagged members returned successfully

application/json
get
/v1/tags/{tagId}/spotMembers

Create multiple tags

post

Create multiple tags

Corpsobject[]
namestringRequis

Name of the tag

emojistringOptionnel

Emoji of the tag

RΓ©ponses
post
/v1/tags~bulkCreate

Mis Γ  jour

Ce contenu vous a-t-il Γ©tΓ© utileβ€―?