Apps

An App instance resource represents a single app entity.

Resource Attributes

AttributeDescription
idA 23 to 26 characters long string that uniquely identifies this app.
accountIdThe unique id of the account that created this app.
nameAccount wide unique, URL friendly name of the app.
friendlyNameHuman friendly name of the app.
profileIdId of the app profile that this app is generated from.
descriptionOptional. A brief about this app.
tagsOptional. Tags associated with this app.
dataStoreOptional. App specific, customer managed external data store information to stream app data.
lockedif locked, entity cannot be modified, deleted.
dateCreatedThe date that this api client was created in ISO 8601 format.
dateModifiedThe 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"
}