Filters Using GET

Filters Using GET

Lists filters by endpoint

Request
URI
GET
https://{api_host}//localhost:8090/content/api/marketplace/sources/{sourceId}/filters
COPY
Path Parameters
string
sourceId
Required

Content Source Id

Query Parameters
boolean
expand
Optional

expand


Responses
200

Marketplace filters

Returns MarketplaceFilterSchema of type(s) application/json
{
    "filters": [
        {
            "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"
        }
    ]
}
filters
Optional

filters


404

Source not found

Operation doesn't return any data structure