action openchannel_get_apps_app_id { label: "Returns a single APPROVED or SUSPENDED app" description: "- A 'view' event is recorded when trackViews is set to true\n" provider: openchannel method: GET path: "/apps/{appId}" encoding: json input: { type: "object" properties: { appId: { type: "string" } trackViews: { type: "boolean" } userId: { type: "string" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }