A brief description
request URL
request method
Request parameter example
{
"token": "8b10364c4624d515b5401dbaba2f7b2d",
"page": 1,
"limit": 50,
"search": {
"value": "test"
},
"columns": [
{
"name": "name",
"search": {
"value": ""
}
},
{
"name": "notes",
"search": {
"value": ""
}
}
],
"tag": ""
}
Request json field description
| Parameter | Required | Type | Description |
|---|
| token | Yes | string | authentication token |
| page | Yes | string | page number |
| limit | no | string | The number of displayed results per page, the default is 10 items per page |
| search | no | object | fast Search |
| value | no | string | Search content, the supported fields are profileId name |
| columns | no | array | Filter by specified field |
| name | no | string | Profile display name |
| tag | no | string | Collect by group name ( tagId also possible) |
Remark