Skip to content

Get collection filters

GET
/api/collections/filters/{collection_id}

Get collection filters.

Parameters

Path Parameters

collection_id*

Collection identifier

Type
integer
Required
Example2

Responses

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
  
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI