Get collection filters
GET
/api/collections/filters/{collection_id}
Get collection filters.
Parameters
Path Parameters
collection_id*
Collection identifier
Type
Requiredinteger
Example
2Responses
Filters of the collection with identifier id.
application/json
JSON { "id": 12, "negate": false, "tags": [ ], "places": [ { "id": 23, "name": "Place name" } ], "actors": [ { "ap_id": "AP_ID" } ], "collectionId": 3 }
[
]

