GET api/v1/healthprofessional
Gets the health professional identified by token header
Request Information
Headers
URI Parameters
None.
Body Parameters
None.
Response Information
Headers
Resource Description
HealthProfessionalDemographics| Name | Description | Type | Additional information |
|---|---|---|---|
| UserAccountId |
Gets or sets the user account identifier. |
integer |
None. |
| HealthProfessional |
Gets or sets the health professional. |
HealthProfessional |
None. |
| Person |
Gets or sets the person. |
Person |
None. |
Response Formats
application/json
Sample:
{
"UserAccountId": 1,
"HealthProfessional": {
"HealthProfessionalId": "sample string 1",
"Status": "sample string 2"
},
"Person": {
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Phone": "sample string 3",
"MobilePhone": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6"
}
}