All Galleries
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/api/galleries
Last modified:2025-04-14 01:11:03
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 140356399db2b2c32f0.25237063 | Business-specific key; contact support for valid values. Required | string |
lang | ar | Language preference: ar for Arabic, en for English. Optional | string |
Key | Value | Description | Type |
---|---|---|---|
page | 2 | Page number for pagination. Optional | string |
keyword | حديقة | Filter by search term (e.g., "garden"). Optional | string |
list | (empty) | Show all data without pagination. Optional | string |
per_page | 10 | Number of items per page. Optional | string |
sort_order | desc | Sort direction: asc , desc . Optional | string |
sort_by | title | Sort by: id , title , created_at , updated_at . Optional | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.testecommerce.vodoerp.com/api/galleries?page=2&keyword=حديقة&list=&per_page=10&sort_order=desc&sort_by=title' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'lang: ar' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "Galleries data",
"data": {
"current_page": 1,
"data": [
{
"id": 6,
"uuid": "77d649f0-7f75-4eda-ab5b-01f488a1cc10",
"business_id": "47",
"image": "http://127.0.0.1:8000/data/47/lfm/category/لوحة-دائرية-ذهبية-جدار-مزخرف.jpg",
"created_at": "2025-03-20T09:53:03.000000Z",
"updated_at": "2025-03-20T09:53:03.000000Z",
"title": "معرض الصور",
"description": "معرض الصور"
},
{
"id": 5,
"uuid": "fb72584f-67ea-49c7-b280-5805fc87a4c4",
"business_id": "47",
"image": "http://127.0.0.1:8000/data/47/lfm/product/images.jpeg",
"created_at": "2025-03-20T09:14:27.000000Z",
"updated_at": "2025-03-20T09:51:16.000000Z",
"title": "جديد",
"description": "جديد..........."
},
{
"id": 4,
"uuid": "8137c67b-4f72-4174-a68c-f9d63bacfaa6",
"business_id": "47",
"image": "https://ecommerce.vodoglobal.com/data/product/Tickets/1.webp",
"created_at": "2023-08-03T19:27:43.000000Z",
"updated_at": "2023-08-03T19:27:43.000000Z",
"title": "العاب الحظ",
"description": "يتجول الزوار بين الأكشاك لخوض تجربة الألعاب والفوز بجوائزها"
},
{
"id": 3,
"uuid": "ceb6957f-994f-4abd-9f24-ccaba4370b47",
"business_id": "47",
"image": null,
"created_at": "2023-08-03T19:27:19.000000Z",
"updated_at": "2025-03-20T13:06:51.000000Z",
"title": "Brand Name ARac",
"description": "dfdf"
},
{
"id": 2,
"uuid": "7dc573a9-1475-4447-a03b-661b172e6fd2",
"business_id": "47",
"image": "https://ecommerce.vodoglobal.com/data/product/Tickets/5.webp",
"created_at": "2023-08-03T19:26:50.000000Z",
"updated_at": "2025-03-20T09:13:55.000000Z",
"title": "العاب الكترونية جديده جديده",
"description": "استعد لتجربة مجموعة متنوعة من الرياضات والألعاب الألكترونية جديده"
}
],
"first_page_url": "http://localhost:8000/api/galleries?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8000/api/galleries?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8000/api/galleries?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://localhost:8000/api/galleries",
"per_page": 20,
"prev_page_url": null,
"to": 5,
"total": 5
}
}
Request
Query Params
page
string
optional
Example:
2
keyword
string
optional
Example:
حديقة
list
string
optional
per_page
string
optional
Example:
10
sort_order
string
optional
Example:
desc
sort_by
string
optional
Example:
title
Header Params
apikey
string
required
Example:
5f28583f26a1a
apiconnection
string
required
Example:
appmobile
secure-business-key
string
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
140356399db2b2c32f0.25237063
lang
string
required
Example:
ar
Body Params application/json