List Product Category
GET/product-category
Available Filter
Value Type | Example |
---|---|
float | 40.3 |
date | 2010-02-02T20:23:05+07:00 |
Operator Type | Description |
---|---|
gte | Greater Than or Equal |
gt | Greater Than |
lte | Lower Than or Equal |
lt | Lower Than |
eq | Equal |
Field Type | Value Type |
---|---|
name | string |
min_temperature | float |
max_temperature | float |
created_on | date |
updated_on | date |
Example Filter
Field | Operator | Value |
---|---|---|
min_temperature | eq | 40.23 |
max_temperature | in | 20.2, 40.2, 30 |
created_on | lt | 2023-02-02T20:13:05+07:00 |
updated_on | gt | 2022-02-02T20:23:05+07:00 |
Available Sort
Operator Type | Description |
---|---|
asc | Smallest to Largest |
desc | Largest to Smallest |
Field | Description | Example |
---|---|---|
name | Product Category Name | name asc |
min_temperature | Product Category Field Min Temperature | min_temperature desc |
max_temperature | Product Category Field Max Temperature | max_temperature asc |
created_on | Product Category Created At | created_on desc |
updated_on | Product Category Updated At | updated_on desc |
Available Search
Field | Example |
---|---|
name | Aqua Gelas |
Request
Responses
- 200
- 400
- 401
OK
Bad Request
Unauthorized