Returns a list of brands that the logged-in account has access to.
Query parameters
Field Name | Type | Description |
---|---|---|
q | Mavryx/Types/String | Query |
a[] | Mavryx/Types/Array | Arguments |
sort[] | Mavryx/Types/Array | Sort |
start | Mavryx/Types/Integer | Start from |
limit | Mavryx/Types/Integer | How many items to return (default: 50) |
Example response
{
"header": {
"version": 20240101,
"endpoint": "/api/brand/list",
"referer": "https://swagger-dev.mavryx.software",
"raycast": "5d06f2af11af3b71ddae73a827fbc32d",
"request_id": "0bffb5478ea1f203e1ec75b1a138e905",
"response_id": "b474beeb6f8d8226fd487a71d362ebef",
"status": 200,
"message": "OK"
},
"response": {
"response_type": "list",
"type": "Mavryx/Brand",
"items_count": 1,
"filtered_count": 1,
"total_count": 123,
"list": [
{
"uuid": "069aa47b-1dd8-4273-8dsa-1b4dadea8ff4",
"type": "Mavryx/Brand",
"created_time": 1571156658,
"updated_time": null,
"deleted_time": null,
"owner_account_uuid": "069aa47b-1dd8-1234-eeee-1b4dadea8ff4",
"organisation_uuid": "069aa47b-efef-1234-eeee-1b4dadea8ff4",
"name": "IVG Salts",
},
]
}
}