Showroom List
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/api/v1/inventories_list
Last modified:2025-05-08 17:28:28
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | You must contact support to get the apikey. Required | string |
apiconnection | appmobile | You must contact support to get the apiconnection. Required | string |
secure-business-key | 140356399db2b2c32f0.25237063 | You must contact support to get the secure-business-key. Required | string |
Key | Value | Description | Type |
---|---|---|---|
name | Abdo Inventory2 | Search by name | string |
order_by | id | Order by: id or name | string |
order_direction | asc | Order direction: asc or desc | string |
per_page | 6 | Display the required number on one page | string |
page | 2 | The page number you want to go to | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.testecommerce.vodoerp.com/api/v1/inventories_list?name=Abdo Inventory2&order_by=id&order_direction=asc&per_page=6&page=2&inv_pos=2' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "done",
"data": {
"current_page": 1,
"data": [
{
"id": 25,
"name": "مخزن تجريبى",
"type": "Master",
"keepers": [
"",
""
],
"acc_inv_id": 71
},
{
"id": 46,
"name": "Mando",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 85
},
{
"id": 83,
"name": "تجريبى",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 122
},
{
"id": 86,
"name": "تجريبى_2",
"type": "Master",
"keepers": [
"",
""
],
"acc_inv_id": 125
},
{
"id": 88,
"name": "هايبر الرياض",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 127
},
{
"id": 91,
"name": "مندوب_123",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 130
},
{
"id": 198,
"name": "Abdulrahman Ahmed",
"type": "Master",
"keepers": [
"",
""
],
"acc_inv_id": 18
},
{
"id": 199,
"name": "Abdulrahman Ahmed2",
"type": "Master",
"keepers": [
"",
"Jamalia Tate"
],
"acc_inv_id": 19
},
{
"id": 200,
"name": "Abdulrahman Ahmed3",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 20
},
{
"id": 201,
"name": "Abdulrahman Ahmed4",
"type": "Master",
"keepers": [
"",
""
],
"acc_inv_id": 21
},
{
"id": 202,
"name": "Abdulrahman Ahmed",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 22
},
{
"id": 203,
"name": "Abdulrahman Ahmed",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 23
},
{
"id": 204,
"name": "Abdulrahman Ahmed",
"type": "Master",
"keepers": [
"name test"
],
"acc_inv_id": 24
},
{
"id": 205,
"name": "dsvsdvbdsvsdvdsvdsv",
"type": "Master",
"keepers": [
""
],
"acc_inv_id": 25
},
{
"id": 206,
"name": "test",
"type": "Master",
"keepers": [
"",
""
],
"acc_inv_id": 26
}
],
"first_page_url": "http://localhost:8000/api/v1/inventories_list?page=1",
"from": 1,
"last_page": 2,
"last_page_url": "http://localhost:8000/api/v1/inventories_list?page=2",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8000/api/v1/inventories_list?page=1",
"label": "1",
"active": true
},
{
"url": "http://localhost:8000/api/v1/inventories_list?page=2",
"label": "2",
"active": false
},
{
"url": "http://localhost:8000/api/v1/inventories_list?page=2",
"label": "Next »",
"active": false
}
],
"next_page_url": "http://localhost:8000/api/v1/inventories_list?page=2",
"path": "http://localhost:8000/api/v1/inventories_list",
"per_page": 15,
"prev_page_url": null,
"to": 15,
"total": 19
}
}
Request
Query Params
name
string
optional
Example:
Abdo Inventory2
order_by
string
optional
Example:
id
order_direction
string
optional
Example:
asc
per_page
string
optional
Example:
6
page
string
optional
Example:
2
inv_pos
string
required
Example:
2
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
Body Params application/json