Methods

  • POST — Get an app item by ID
  • GET — Get an app item by ID

Resource

{
    "error": "string",
    "item": {
        "<key>": {}
    },
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
item object

Object

Optional
item.<key> map of object Optional
success boolean

Successful request flag

Optional