Filter Group Edit the file on GitHub
A Filter Group is a collection of filters of the same kind.
Table of Contents
Linked resources
List FilterGroups
GET /categories/:category_id/filter_groups
GET https://api.skroutz.gr/categories/40/filter_groups
View Response Params{
"per": 2
}
Show Headers
Status: 200
{
"filter_groups": [
{
"id": 48636,
"name": "Μέγεθος Οθόνης",
"active": true,
"category_id": 40,
"created_at": null,
"updated_at": "2016-10-04T22:30:54+03:00",
"hint": "",
"combined": false,
"filter_type": 2
},
{
"id": 75300,
"name": "Μέγεθος Μνήμης RAM",
"active": true,
"category_id": 40,
"created_at": "2014-12-24T19:40:50+02:00",
"updated_at": "2016-10-04T22:30:54+03:00",
"hint": "",
"combined": false,
"filter_type": 2
}
],
"meta": {
"pagination": {
"total_results": 13,
"total_pages": 7,
"page": 1,
"per": 2
}
}
}
Filter Types
Currently our filter types are the following:
Value | Type |
---|---|
0 | Price |
1 | Keyword |
2 | Spec |
3 | Synced Spec |
4 | Custom Range |
5 | Sizes |