List
Developing
DEVELOPMENT
https://api.flavours.sa/dev/api/v2
DEVELOPMENT
https://api.flavours.sa/dev/api/v2
GET
https://api.flavours.sa/dev/api/v2
Request Body
Validation :
Field | Type | Rule | Description |
---|---|---|---|
page | integer | nullable min:1 | Read more on the Pagination page |
per_page | integer | nullable min:1 | Read more on the Pagination page |
search | string | nullable | |
sort | string | nullable | Read more on the Sorting page |
includes | array | nullable | Read more on the Includables page |
filter.sector_id | integer | nullable | Id from Sector model |
filter.market_id | string | nullable | Id from Market model |
filter.branch_id | string | nullable | Id from Branch model |
filter.product_categories_ids | array | nullable | Array of id from ProductCategory model |
Request
Query Params
page
integer
optional
Example:
1
per_page
integer
optional
Example:
20
search
string
optional
sort
string
optional
includes
array[string]
optional
filter[sector_id]
integer
optional
filter[market_id]
string
optional
filter[branch_id]
string
optional
filter[product_categories_ids]
array[string]
optional