Skip to main content
POST
/
api
/
saved-views
/
v1
/
batch-get
BatchGet
curl --request POST \
  --url https://developer.synq.io/api/saved-views/v1/batch-get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "views": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string<uuid>[]

Ids to fetch (1–200, unique).

Required array length: 1 - 200 elements

Response

200 - application/json

Success

views
object

Views keyed by id. Ids the caller cannot see or that do not exist are absent.