Skip to main content
GET
/
v1
/
views
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/views
[
  {
    "id": "<string>",
    "key": "<string>",
    "name": "<string>",
    "scope": "<string>",
    "stage_filter": [
      "<string>"
    ]
  }
]

Response

OK

id
string
required
key
string
required
name
string
required
scope
string
required
stage_filter
string[] | null
required