MngGetCustomerStatusesByFilter¶
Returns paginated customer status dictionary records.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
limit |
int | Yes | Maximum rows, from 1 to 50000 |
offset |
int | Yes | Pagination offset |
Request¶
{
"command": "MngGetCustomerStatusesByFilter",
"extID": "1",
"data": {
"limit": 100,
"offset": 0
}
}
Response Data¶
{
"rows": [
{
"id": 1,
"brand": "default",
"type": 4,
"status_name": "Verified",
"status_color": "#2f9e44",
"sort": 10
}
],
"count": 1
}