Apply filters endpoint is used to filter Medical Services by filters requested from GET /v1/services/filters endpoint. The result of the request is the filtered Medical Service list.
Not all service properties are supported in this view. See GET /v1/services/features/:countryCode endpoint to get information about accessible Service properties.
The maximal result count is 250, except when radius filtering is applied. The maximum filterable radius is 10 KM or M.
Request
Request Header additional fields
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
The expected language of the response |
Request body parameters
All the parameters are optional, except location.
Specialization values differ between countries. See POST /v1/services/filters/borderChange endpoint for details.
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
string? |
Medical Service name filter value |
|
|
Gender[]? |
Medical Service gender filter values Only filters doctors, all other services will be displayed |
|
|
string[]? |
Medical Service specializations filter Array can include maximum 15 elements |
|
|
string[]? |
Filter Medical Services by supported insurers |
|
|
TypeScript
|
Optional filtering of Medical Services by opening hours, see Filters documentation for details. |
|
|
An object of latitude-longitude pair This endpoint, unlike others, does not support |
|
|
|
|
Limit result by number or radius. When limiting by radius, a radius unit of KM (kilometers) or MI (milestones) is required. Maximal result count is 250, except when radius filtering is applied. The maximum filterable radius is 10 KM or MI. |
|
|
number? |
Number of elements to skip from the beginning of the results – usable for pagination. |
|
|
number? |
Number of elements to return – usable for pagination. |
|
|
TypeScript
|
Optional selector parameter to reduce the returned data size.
|
Response
Response Body data structure
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
number |
Number of total results, without |
|
|
The Medical Service result array, that can be limited by When |
|
|
|
|
Marks whether all features are available in the response. If not, a localised text that can be shown to the user containing the action to be taken, and affected field list is sent. |
The items property is an array of Services. See Service model for documentation.
Items property data structure
When selector parameter is used, only selected properties of Service model will be returned.
Example response