All Categories
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{venue categories}}
Last modified:2025-04-14 01:01:16
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
lang | ar | Language preference: ar for Arabic, en for English. Optional | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 4765066450c0bd66325.48403130 | Business-specific key; contact support for valid values. Required | string |
Key | Value | Description | Type |
---|---|---|---|
keyword | Category Name Ertyjrrj | Filter by search term. Optional | string |
view | list | Show all data without pagination. Optional | string |
sort_order | status__desc | Sort by: id__desc , id__asc , title__desc , etc. Optional | string |
per_page | 10 | Number of items per page. Optional | string |
status | 0 | Filter by status: 0 (inactive), 1 (active). Optional | string |
page | 2 | Page number for pagination. Optional | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/{{venue categories}}?keyword=Category Name Ertyjrrj&view=list&sort_order=status__desc&per_page=10&status=0&page=2' \
--header 'apikey: 5f28583f26a1a' \
--header 'lang: ar' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "Categories Data",
"data": {
"current_page": 1,
"data": [
{
"id": 112,
"image": null,
"title": "Test Name EN",
"parent": "",
"top": 0,
"status": 1,
"sort": 10,
"type": "Custom",
"descriptions": [
{
"title": "Test Name EN"
}
]
},
{
"id": 111,
"image": null,
"title": "Test Name EN",
"parent": "",
"top": 0,
"status": 0,
"sort": 10,
"type": "Custom",
"descriptions": [
{
"title": "Test Name EN"
}
]
},
{
"id": 110,
"image": null,
"title": "Category Name EN",
"parent": "",
"top": 0,
"status": 1,
"sort": 10,
"type": "Custom",
"descriptions": [
{
"title": "Category Name EN"
}
]
}
],
"first_page_url": "http://localhost:8000/api/v1/venue_categories?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8000/api/v1/venue_categories?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8000/api/v1/venue_categories?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://localhost:8000/api/v1/venue_categories",
"per_page": 10,
"prev_page_url": null,
"to": 3,
"total": 3
}
}
Request
Query Params
keyword
stringÂ
optional
Example:
Category Name Ertyjrrj
view
stringÂ
optional
Example:
list
sort_order
stringÂ
optional
'id__desc',
'id__asc',
'title__desc',
'title__asc',
'sort__desc',
'sort__asc',
'parent__desc',
'parent__asc',
'status__desc',
'status__asc'
Example:
status__desc
per_page
stringÂ
optional
Example:
10
status
stringÂ
optional
Example:
0
page
stringÂ
optional
Example:
2
Header Params
apikey
stringÂ
required
Example:
5f28583f26a1a
lang
stringÂ
required
Example:
ar
apiconnection
stringÂ
required
Example:
appmobile
secure-business-key
stringÂ
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
4765066450c0bd66325.48403130
Body Params application/json