Entity Tag
Last updated
Last updated
This endpoint retrieves all the tags of an entity.
/entities/{entityId}/tags
The Id of the user performing the request.
dummy-userid
The API key for authentication
test
The secret key for authentication
test-secret
The token for user authentication.
dummy-token
This endpoint allows to add a tag for an entity.
/entities/{entityId}/tags
The Id of the user performing the request.
dummy-userid
The API key for authentication
test
The secret key for authentication
test-secret
The token for user authentication.
dummy-token
tag-101
This is our new tag
This endpoint allows to update a tag for an entity.
/entities/{entityId}/tags/{tagId}/update
The Id of the user performing the request.
dummy-userid
The API key for authentication
test
The secret key for authentication
test-secret
The token for user authentication.
dummy-token
tag-101
This is our new tag
This endpoint allows to delete a tag for an entity.
/entities/{entityId}/tags/{tagId}/delete
The Id of the user performing the request.
dummy-userid
The API key for authentication
test
The secret key for authentication
test-secret
The token for user authentication.
dummy-token
This endpoint retrieves all the entity tags for a user.
/entities/{entityId}/users/{forUserId}/tags
The API key for authentication
test
The secret key for authentication
test-secret
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
This endpoint allows to add an entity tag for a user.
/entities/{entityId}/users/{forUserId}/tags/{tagId}/add
The API key for authentication
test
The secret key for authentication
test-secret
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
This endpoint allows to remove an entity tag for a user.
/entities/{entityId}/users/{forUserId}/tags/{tagId}/remove
The API key for authentication
test
The secret key for authentication
test-secret
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token