Member: list
Overview
Return a collection of member that match the API request parameters.
API URL
/api/person/query
HTTP Method
GET
URL Parameters
Name | Type | Required | Description |
---|---|---|---|
access_token or user_access_token | String | Requires | Specify the API access_token of the account or the user_access_token obtained after the user logged in. |
Response
An HTTP code of 200 is responded for each successful data requests. The message body contains a JSON object listing all member .
Examples
{
"code": 0,
"msg": "Successful operation",
"msg_en": "Successful operation",
"data": [
{
"id": 1,
"serialnumber": "1",
"name": "Name1",
"classify": 18,
"sex": 0,
"age": 18,
"avatar": "184",
"facenumber": "",
"create_time": "2022-02-08T07:49:49Z",
"update_time": "2022-02-10T04:52:03Z",
"status": 1,
"img1": null,
"img2": null,
"img3": null,
"img1_point": null,
"img2_point": null,
"img3_point": null,
"pic_name": "1644223120.jpg",
"cname": "Staff",
"cp_name": "1531724810.png",
"msgs": "v",
"object_id": 1,
"tag_serialnumber": "0322",
"warninglevel": 0,
"img1_path": null,
"img2_path": null,
"img3_path": null,
"tag_id": 38
},
......
],
"exe_time": "0.002053"
}