MarketplaceFilter

MarketplaceFilter
MarketplaceFilter
JSON Example
{
    "entries": {
        "_embedded": [
            {
                "count": 0,
                "id": "string",
                "name": "string"
            }
        ],
        "_links": [
            {
                "deprecation": "string",
                "href": "string",
                "hreflang": "string",
                "media": "string",
                "rel": "string",
                "templated": false,
                "title": "string",
                "type": "string"
            }
        ],
        "page": {
            "number": 0,
            "size": 0,
            "totalElements": 0,
            "totalPages": 0
        }
    },
    "id": "string",
    "name": "string",
    "type": "string",
    "valueType": "string"
}
entries
Optional

entries

string
id
Optional

Filter Id

string
name
Optional

Filter Display Name

string
type
Optional

Filter Type

Possible values are : COLLECTION, DATE, NUMBER,
string
valueType
Optional

Filter Value Type

Possible values are : RANGE, SINGLE, MULTIPLE,