FormResponse Data Type

Response containing an item

Properties
name data type description
stagingStatus StagingStatus
Properties inherited from AbstractItemResponse
item object Item contained in the response
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "stagingStatus" : {
    "packageName" : "...",
    "included" : true
  },
  "item" : { },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}