Tags APIGET/api/v1/tags/entity/{entityType}/{entityId}
Product availabilityAlgaPSAAlgaDesk
List tags for entity
Lists tags attached to entity route params.
Path parameters
entityTypestringRequired
Tagged entity type from route segment.
entityIdstringRequired
Tagged entity id from route segment.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for tag resource action.
404
Target resource not found.
500
Unexpected controller/service failure.