本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
categories.read
- Categories Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://echo.apifox.com/anything/categories/search'
active
or intentionally concealed from view hidden
. It essentially controls whether the category is publicly displayed or kept private within the system.with=translations
query parameter.translations
object will return two entries: ar
for Arabic and en
for English.with=items
query parameter.{
"status": 200,
"success": true,
"data": [
{
"id": 558898595,
"name": "الفساتين",
"urls": {
"customer": "https://salla.sa/dev-k9dn7fok0vih4p70/category/mENQjb",
"admin": "https://s.salla.sa/categories"
},
"parent_id": 0,
"status": "active",
"sort_order": 0,
"update_at": "2024-10-02 13:10:17",
"metadata": {
"title": "dresses",
"description": "dresses",
"url": "dresses"
}
},
{
"id": 1181713494,
"name": "البلايز",
"urls": {
"customer": "https://salla.sa/dev-k9dn7fok0vih4p70/category/NDYwBg",
"admin": "https://s.salla.sa/categories"
},
"parent_id": 0,
"status": "hidden",
"sort_order": 2,
"update_at": "2024-02-05 16:33:11",
"metadata": {
"title": "tshirts",
"description": "tshirts",
"url": "tshirts"
}
}
],
"pagination": {
"count": 2,
"total": 2,
"perPage": 20,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升