GET api/Athikalai_Bhakthi/GetUserList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of userlist
NameDescriptionTypeAdditional information
id

integer

None.

date_time

string

None.

created_by

string

None.

user_name

string

None.

mobile

string

None.

dob

string

None.

locality

string

None.

city

string

None.

country

string

None.

state

string

None.

longitude

string

None.

latitude

string

None.

as_volunteer

integer

None.

as_recruiter

integer

None.

as_cantidate

integer

None.

father

string

None.

email

string

None.

education

string

None.

language

string

None.

gender

string

None.

resume

string

None.

relocate

integer

None.

status

string

None.

volunter_id

string

None.

volunter_name

string

None.

profile

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date_time": "sample string 2",
    "created_by": "sample string 3",
    "user_name": "sample string 4",
    "mobile": "sample string 5",
    "dob": "sample string 6",
    "locality": "sample string 7",
    "city": "sample string 8",
    "country": "sample string 9",
    "state": "sample string 10",
    "longitude": "sample string 11",
    "latitude": "sample string 12",
    "as_volunteer": 13,
    "as_recruiter": 14,
    "as_cantidate": 15,
    "father": "sample string 16",
    "email": "sample string 17",
    "education": "sample string 18",
    "language": "sample string 19",
    "gender": "sample string 20",
    "resume": "sample string 21",
    "relocate": 22,
    "status": "sample string 23",
    "volunter_id": "sample string 24",
    "volunter_name": "sample string 25",
    "profile": "sample string 26"
  },
  {
    "id": 1,
    "date_time": "sample string 2",
    "created_by": "sample string 3",
    "user_name": "sample string 4",
    "mobile": "sample string 5",
    "dob": "sample string 6",
    "locality": "sample string 7",
    "city": "sample string 8",
    "country": "sample string 9",
    "state": "sample string 10",
    "longitude": "sample string 11",
    "latitude": "sample string 12",
    "as_volunteer": 13,
    "as_recruiter": 14,
    "as_cantidate": 15,
    "father": "sample string 16",
    "email": "sample string 17",
    "education": "sample string 18",
    "language": "sample string 19",
    "gender": "sample string 20",
    "resume": "sample string 21",
    "relocate": 22,
    "status": "sample string 23",
    "volunter_id": "sample string 24",
    "volunter_name": "sample string 25",
    "profile": "sample string 26"
  }
]