An App instance resource represents a single app entity.
Resource Attributes
Attribute | Description |
---|---|
id | A 23 to 26 characters long string that uniquely identifies this app. |
accountId | The unique id of the account that created this app. |
name | Account wide unique, URL friendly name of the app. |
friendlyName | Human friendly name of the app. |
profileId | Id of the app profile that this app is generated from. |
description | Optional. A brief about this app. |
tags | Optional. Tags associated with this app. |
dataStore | Optional. App specific, customer managed external data store information to stream app data. |
locked | if locked, entity cannot be modified, deleted. |
dateCreated | The date that this api client was created in ISO 8601 format. |
dateModified | The date that this api client was modified in ISO 8601 format. |
{
"id": "_app_530976712669455460",
"accountId": "_acc_530308970920181397",
"name": "atm-monitor",
"friendlyName": "ATM Monitoring App",
"profileId": "_apf_923380075976645455",
"description": "Remotely monitor connected ATMs.",
"tags": [
"test"
],
"locked": false,
"dateCreated": "2017-04-29T12:54:40.010Z",
"dateModified": "2017-04-29T12:54:40.010Z"
}