Skip to main content
POST
/
user-tables
/
filters
{
  "object": {
    "identifier": "<string>",
    "user": "<string>",
    "tableKey": "<string>",
    "name": "<string>",
    "filter": {}
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

space
string

Space Identifier

Body

application/json
tableKey
string
required
Maximum string length: 255
name
string
required
Maximum string length: 255
filter
object
required

Response

The stored filter

object
object