List of Browser Profiles

A brief description
  • without
request URL
  • {{url}}/v1/profile/list
request method
  • post
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
ParameterRequiredTypeDescription
tokenYesstringauthentication token
pageYesstringpage number
limitnostringThe number of displayed results per page, the default is 10 items per page
searchnoobjectfast Search
valuenostringSearch content, the supported fields are profileId name
columnsnoarrayFilter by specified field
namenostringProfile display name
tagnostringCollect by group name ( tagId also possible)
Remark