GET api/Employees/GetProfile
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmployeeProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| displayName | string |
None. |
|
| photoUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"displayName": "sample string 1",
"photoUrl": "sample string 2"
}
application/xml, text/xml
Sample:
<EmployeeProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Employee"> <displayName>sample string 1</displayName> <photoUrl>sample string 2</photoUrl> </EmployeeProfileModel>