Retrieve a specific value set by ID
GET/v2/valuesets/:id
Fetch detailed information about a single value set using its unique identifier.
This endpoint returns complete value set information including name, type, descriptions, and audit trail data. Use this when you need to display or edit a specific value set.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved the requested value set
Invalid ID parameter provided
Authentication credentials are missing or invalid
Insufficient permissions to access this value set
Value set with the specified ID does not exist or is not accessible
Unexpected server error occurred while retrieving the value set