Page Summary
-
The App resource represents an app in Checks.
-
An App has a resource name (
name) and a title (title). -
You can get a specific app or list all apps under a given account using the available methods.
Resource: App
Represents an app in Checks.
| JSON representation |
|---|
{ "name": string, "title": string } |
| Fields | |
|---|---|
name |
The resource name of the app. Example: |
title |
The app's title. |
Methods |
|
|---|---|
|
Gets an app. |
|
Lists the apps under the given account. |