Apps
Returns applications owned by the account.
Table-Specific Information
Select
Returns all applications associated with your account.
SELECT * FROM Apps;
SELECT Id, Name FROM Apps;
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the App. |
| AccountId | String | The ID of the Account. |
| Name | String | The name of the application. |