Get user tags for a node
GET/v1/groups/:groupId/nodes/:nodeId/tags
Returns the user-defined tags for a specific node within the caller's group. The caller must have access to the specified group.
Request
Responses
- 200
- 400
- 401
- 403
- 500
User tags retrieved successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error