GET api/UserLogin/GetAllUserMobile
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AllMobileNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Mobile": "sample string 1"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Mobile":"sample string 1"},{"$ref":"1"}]