Get Data Filters
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/collections/<CollectionID>/datafilters
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/datafilters
Description
Returns an array of objects containing data filters linked to the given collection.
Returns
{
"timestamp": "2023-03-23T11:15:55.551Z",
"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
}
]
}