One Gallery
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{Galleries}}/3
Last modified:2025-04-14 01:11:41
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 |
---|---|---|---|
without_lang | (empty) | Include both English and Arabic titles/descriptions if present. Optional | string |
Key | Value | Description | Type |
---|---|---|---|
id | 3 | Unique identifier of the gallery. Required | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/{{Galleries}}/3?without_lang=' \
--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": "Gallery data",
"data": {
"id": 3,
"uuid": "ceb6957f-994f-4abd-9f24-ccaba4370b47",
"business_id": "47",
"image": null,
"title_en": "Brand Name ENsac",
"description_en": "dfdf",
"title_ar": "Brand Name ARac",
"description_ar": null,
"created_at": "2023-08-03T19:27:19.000000Z",
"updated_at": "2025-03-20T13:06:51.000000Z"
}
}
Request
Query Params
without_lang
string
required
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