GET api/UserList

Request Information

URI Parameters

None.

Body Parameters

Collection of ICriterion

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Userlist
NameDescriptionTypeAdditional 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"
  },
  {
    "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:
<ArrayOfUserlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject">
  <Userlist>
    <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>
  <Userlist>
    <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>
</ArrayOfUserlist>