Virtual Services endpoint can be used to get filtered Virtual Services.
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 type and location.
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
The requested virtual service types |
|
|
|
string? |
Medical Service name filter value |
|
|
string[]? |
Medical Service specializations filter |
|
|
TypeScript
|
Optional filtering of Virtual Services by opening hours, see Filters documentation for details. |
|
|
An object of latitude-longitude pair. Mutually exclusive with countryCode. |
|
|
|
A valid two letter Country Code. Mutually exclusive with location. |
|
|
|
number? |
Number of elements to skip from the beginning of the results – usable for pagination. |
|
|
number? |
Number of elements to return – usable for pagination. |
Response
Response Body data structure
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
number |
Number of total results, without |
|
|
The Virtual Service result array, that can be limited by |
The items property is an array of VirtualServices. See VirtualService model for documentation.
Example response