Get App Views

Get saved views for an app

Parameters

ParameterTypeRequiredDescription
app_idnumberRequiredThe app to get views for

Examples

MCP Tool Call

{
  "name": "tape_getAppViews",
  "arguments": {
    "app_id": 12345
  }
}

REST API

curl -X POST https://api.syncello.io/v1/tools/tape/getAppViews \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "app_id": 12345
}'