List
DEVELOPMENT
DEVELOPMENT
GET
https://api.flavours.sa/dev/api/v2/tables
Request Body
Validation
Field | Type | Rule | Description |
---|---|---|---|
search | string | nullable | |
includes[] | array | nullable | Read more on the Includables page |
filter[market_id] | string | nullable | Id from Market model |
filter[branch_id] | string | nullable | Id from Branch model |
page | integer | nullable | Read more on the Pagination page |
per_page | integer | nullable default:20 | Read more on the Pagination page |
Field | Rule | Condition |
---|---|---|
filter[market_id] | required | User authentication role SUBSCRIBER |
filter[branch_id] | required | User authentication role SUBSCRIBER |
Request
Query Params
search
string
optional
includes[]
array[string]
optional
Example:
["market","branch"]
filter[market_id]
string
optional
Example:
b5d70a92-5d2e-4f89-8e52-1827cfbd01f4
filter[branch_id]
string
optional
Example:
6b14ac8c-8f23-4473-beb5-6777116363a1
page
integer
optional
Example:
1
per_page
integer
optional
Example:
20
Request samples
Responses
Modified at 2025-03-25 06:17:11