Get a specific Dimension value by id
GET/v1/tenants/:tenantId/companies/:companyName/dimensionvalues/:id
This GET method returns a Dimension value based on its id
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Successfully retrieved dimension value
Bad request
Token not provided or invalid
Forbidden to access the given resource
Dimension value not found
Rate limit exceeded
An unexpected error has occurred