GET api/v1/memberloginwithDeviceID?username={username}&password={password}&deviceid={deviceid}&devicetype={devicetype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| password | string |
Required |
|
| deviceid | string |
Required |
|
| devicetype | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MemberLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| usertype | integer |
None. |
|
| photo | string |
None. |
|
| state | integer |
None. |
|
| district | integer |
None. |
|
| tehsil | integer |
None. |
|
| grampanchayat | integer |
None. |
|
| hashcode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"msg": "sample string 1",
"id": 2,
"name": "sample string 3",
"usertype": 4,
"photo": "sample string 5",
"state": 6,
"district": 7,
"tehsil": 8,
"grampanchayat": 9,
"hashcode": "sample string 10"
},
{
"msg": "sample string 1",
"id": 2,
"name": "sample string 3",
"usertype": 4,
"photo": "sample string 5",
"state": 6,
"district": 7,
"tehsil": 8,
"grampanchayat": 9,
"hashcode": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfMemberLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/zoobopdatapoint">
<MemberLogin>
<district>7</district>
<grampanchayat>9</grampanchayat>
<hashcode>sample string 10</hashcode>
<id>2</id>
<msg>sample string 1</msg>
<name>sample string 3</name>
<photo>sample string 5</photo>
<state>6</state>
<tehsil>8</tehsil>
<usertype>4</usertype>
</MemberLogin>
<MemberLogin>
<district>7</district>
<grampanchayat>9</grampanchayat>
<hashcode>sample string 10</hashcode>
<id>2</id>
<msg>sample string 1</msg>
<name>sample string 3</name>
<photo>sample string 5</photo>
<state>6</state>
<tehsil>8</tehsil>
<usertype>4</usertype>
</MemberLogin>
</ArrayOfMemberLogin>