GET api/UserList/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Userlist| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Districtid | integer |
None. |
|
| Roleid | integer |
None. |
|
| Mobilecarrierid | integer |
None. |
|
| Notificationid | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| Firstname | string |
None. |
|
| Lastname | string |
None. |
|
| Emailaddress | string |
None. |
|
| Textphonenumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Districtid": 1,
"Roleid": 2,
"Mobilecarrierid": 1,
"Notificationid": 1,
"Username": "sample string 3",
"Password": "sample string 4",
"Firstname": "sample string 5",
"Lastname": "sample string 6",
"Emailaddress": "sample string 7",
"Textphonenumber": "sample string 8"
}
application/xml, text/xml
Sample:
<Userlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Districtid>1</Districtid> <Emailaddress>sample string 7</Emailaddress> <Firstname>sample string 5</Firstname> <Id>1</Id> <Lastname>sample string 6</Lastname> <Mobilecarrierid>1</Mobilecarrierid> <Notificationid>1</Notificationid> <Password>sample string 4</Password> <Roleid>2</Roleid> <Textphonenumber>sample string 8</Textphonenumber> <Username>sample string 3</Username> </Userlist>