GET api/Personal_By_Mobile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Personal_By_Mobile
NameDescriptionTypeAdditional information
mobile

string

String length: inclusive between 0 and 15

status

string

String length: inclusive between 0 and 50

haskids

string

String length: inclusive between 0 and 50

sex

string

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
[
  {
    "mobile": "sample string 1",
    "status": "sample string 2",
    "haskids": "sample string 3",
    "sex": "sample string 4"
  },
  {
    "mobile": "sample string 1",
    "status": "sample string 2",
    "haskids": "sample string 3",
    "sex": "sample string 4"
  }
]