You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a single doctor in a facility Extensions: * `doctor.addresses` - with this parameter in url, query results will return a list of all the doctor addresses in a given facility * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors * `address.booking_extra_fields` - with this parameter in url, query results will return required parameters requested from patient in the booking flow * `address.online_only` - with this parameter in url, query results will return additional parameter indicating if an address is dedicated to video consultations * `address.visit_payment` - with this parameter in url, query results will return additional parameter indicating when visit payments are enabled
15
+
Get a single doctor in a facility Extensions: * `doctor.profile_url` - with this parameter in url, query results will contain urls to doctors profiles * `doctor.addresses` - with this parameter in url, query results will return a list of all the doctor addresses in a given facility * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors * `address.booking_extra_fields` - with this parameter in url, query results will return required parameters requested from patient in the booking flow * `address.online_only` - with this parameter in url, query results will return additional parameter indicating if an address is dedicated to video consultations * `address.visit_payment` - with this parameter in url, query results will return additional parameter indicating when visit payments are enabled
16
16
17
17
### Example
18
18
```php
19
19
<?php
20
20
require_once(__DIR__ . '/vendor/autoload.php');
21
21
22
-
// Configure OAuth2 access token for authorization: OAuth 2.0
22
+
// Configure OAuth2 access token for authorization: oauth2
$apiInstance = new DocPlanner\Client\Api\DoctorsApi(
@@ -55,7 +55,7 @@ Name | Type | Description | Notes
55
55
56
56
### Authorization
57
57
58
-
[OAuth 2.0](../../README.md#OAuth 2.0)
58
+
[oauth2](../../README.md#oauth2)
59
59
60
60
### HTTP request headers
61
61
@@ -69,14 +69,14 @@ Name | Type | Description | Notes
69
69
70
70
71
71
72
-
Get a list of doctors in a facility Extensions: * `doctor.specializations` - with this parameter in url, query results will contain specialization of doctors * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors
72
+
Get a list of doctors in a facility Extensions: * `doctor.profile_url` - with this parameter in url, query results will contain urls to doctors profiles * `doctor.specializations` - with this parameter in url, query results will contain specialization of doctors * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors
73
73
74
74
### Example
75
75
```php
76
76
<?php
77
77
require_once(__DIR__ . '/vendor/autoload.php');
78
78
79
-
// Configure OAuth2 access token for authorization: OAuth 2.0
79
+
// Configure OAuth2 access token for authorization: oauth2
0 commit comments