Get TracerCategory for a TracerCategoryId
GET/api/tracerCategory/:tracerCategoryId
API used to get the TracerCategory for a specific TracerCategoryId
Request
Responses
- 200
- 403
- 404
- 500
Returns the TracerCategory
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the TracerCategoryId specified does not exist
Internal error that prevented the retreival of TracerCategory