GET api/Employees?first={first}&last={last}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| first | string |
Required |
|
| last | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Person| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| FullName | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Phone | string |
None. |
|
| Username | string |
None. |
Response Formats
application/json, text/json, text/javascript, application/xml, text/xml
Sample:
Sample not available.