Skip to main content

Get Data Filters

info

All JSON array responses have been shortened for readability.

GET/<ApplicationID/collections/<CollectionID>/datafilters/<DataFilterID>
Endpoint Requires Authentication


warning

Data Filters are primarily used with the frontend interface at go.centrix.world. They can only be used with a valid collection parent.

Example
https://api.centrix.world/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/datafilters/641c1177ebc8b2f3c195b042
Description

Returns an object containing the given data filter.

Returns
{
"timestamp": "2023-03-23T13:20:37.679Z",
"data": [
{
"_id": "641c34e68fde9d1d8a0e0c95",
"owner": "627a5d6cea128a40043bf6aa",
"name": "Area 1",
"isPublic": true,
"allowPublicEditing": false,
"filter": {
"name": {
"$eq": "Area 1"
}
},
"createdAt": "2023-03-23T11:15:50.592Z",
"updatedAt": "2023-03-23T11:15:50.592Z",
"__v": 0
}
]
}