v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBPresets
Create a Preset
Create a new preset.
post/presets
Query parameters
fieldsstring[]
Control what fields are being returned in the object.
metastring
What metadata to return in the response.
Request body
Example request
{
"collection": "articles",
"title": "Highly rated articles",
"filters": [
{
"key": "aHKLAakdVghzD",
"field": "rating",
"operator": "gte"
}
]
}Response
Successful request