Search value set items with a request body
POST/v2/valuesets/items/search
Retrieve a paginated list of value set items using the same filters as GET /v2/valuesets/items, but supplied as a JSON body instead of query parameters.
Prefer this endpoint over the GET variant whenever filter values are user-supplied or numerous:
• Values containing a comma are matched literally. The GET variant splits values on commas, so a member such as RED,GREEN is searched as two separate values and is never found.
• Large filter sets are not constrained by URL length, so no batching across several requests and no risk of an HTTP 414.
Returns the same paginated payload as the GET variant.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully retrieved paginated list of value set items matching the search criteria
Invalid request body, malformed filter data, or validation errors
Authentication credentials are missing or invalid
Insufficient permissions to access value set items or authentication required
Unexpected server error occurred while retrieving value set items