All Venues
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{venue}}
Last modified:2025-04-14 01:03:34
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 | 4765066450c0bd66325.48403130 | 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 |
---|---|---|---|
list | (empty) | Show all data without pagination. Optional | string |
per_page | 10 | Number of items per page. Optional | string |
page | 2 | Page number for pagination. Optional | string |
keyword | (empty) | Search by keyword. Optional | string |
venues_ids | 52 | Filter by venue IDs. Optional | string |
status | 1 | Filter by status: 0 (inactive), 1 (active). Optional | string |
with_out_lang | (empty) | Display English and Arabic together. Optional | string |
sort_by | height_desc | Sort by: id , name , width , etc. Optional | string |
min_width | 100 | Minimum width filter. Optional | string |
max_width | 510 | Maximum width filter. Optional | string |
min_height | (empty) | Minimum height filter. Optional | string |
max_height | (empty) | Maximum height filter. Optional | string |
min_capacity | (empty) | Minimum capacity filter. Optional | string |
max_capacity | (empty) | Maximum capacity filter. Optional | string |
address | 6 Updated St | Search by address. Optional | string |
phone | 1234567 | Search by phone. Optional | string |
email | ated@email.comق | Search by email. Optional | string |
website | http://updatedgrandhall.comh | Search by website. Optional | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/{{venue}}?list=&per_page=10&page=2&keyword=&venues_ids=52&status=1&with_out_lang=&sort_by=height_desc&min_width=100&max_width=510&min_height=&max_height=&min_capacity=&max_capacity=&address=6 Updated St&phone=1234567&email=ated@email.comق&website=http://updatedgrandhall.comh' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "Venues Data",
"data": {
"current_page": 1,
"data": [
{
"id": 39,
"uuid": "b40917f4-930b-491f-9dc3-18c9c0bdbf9c",
"business_id": "259",
"width": "1000",
"height": "300",
"longitude": "46.6753",
"latitude": "24.7136",
"status": "1",
"created_at": "2025-03-24T14:35:36.000000Z",
"updated_at": "2025-03-24T14:35:36.000000Z",
"capacity": 400,
"address": "PM7G+C4M, Al Olaya, Riyadh 12251, Saudi Arabia",
"phone": "1234567890",
"email": "kegejif579@javnoi.com",
"website": "http://grandhall.com",
"name": "لييب V2",
"venue_categories": [
{
"id": 110,
"title": "Category Name AR"
}
],
"attributes": [
{
"id": 157,
"name": "لييب المميز",
"gates": [
{
"id": 231,
"type": 1,
"name": "Gate A",
"catalogs": []
},
{
"id": 232,
"type": 1,
"name": "Gate B",
"catalogs": []
},
{
"id": 233,
"type": 2,
"name": "Gate B",
"catalogs": []
},
{
"id": 234,
"type": 2,
"name": "Gate B",
"catalogs": []
}
]
},
{
"id": 158,
"name": "لييب المميز",
"gates": [
{
"id": 235,
"type": 1,
"name": "Gate A",
"catalogs": []
},
{
"id": 236,
"type": 1,
"name": "Gate B",
"catalogs": []
},
{
"id": 237,
"type": 2,
"name": "Gate B",
"catalogs": []
},
{
"id": 238,
"type": 2,
"name": "Gate B",
"catalogs": []
}
]
}
]
}
],
"first_page_url": "http://localhost:8000/api/venues/venues?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8000/api/venues/venues?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8000/api/venues/venues?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://localhost:8000/api/venues/venues",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
Request
Query Params
list
string
optional
per_page
string
optional
Example:
10
page
string
optional
Example:
2
keyword
string
optional
venues_ids
string
optional
Example:
52
status
string
optional
Example:
1
with_out_lang
string
optional
sort_by
string
required
Example:
height_desc
min_width
string
optional
Example:
100
max_width
string
optional
Example:
510
min_height
string
optional
max_height
string
optional
min_capacity
string
optional
max_capacity
string
optional
address
string
optional
Example:
6 Updated St
phone
string
optional
Example:
1234567
email
string
optional
Example:
ated@email.comق
website
string
optional
Example:
http://updatedgrandhall.comh
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:
4765066450c0bd66325.48403130
Accept-Language
string
required
Example:
ar
Body Params application/json