GET api/user/getconfig/{EmpID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"data": "sample string 2"
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VerifyAPI.Models"> <data>sample string 2</data> <status>sample string 1</status> </APIResponse>