REST entity for the form, contained in the Content Staging package.
name | data type | description |
---|---|---|
description | string | Form description |
languages | array of string | Form languages |
successPageId | string | ID of the success page |
successNodeId | string | ID of the success node |
data | object | Form data in JSON format |
version | StagedObjectVersion | Get object version. |
Properties inherited from StagingBase |
||
name | string | |
id | string |
Example
{ "description" : "...", "languages" : [ "...", "..." ], "successPageId" : "...", "successNodeId" : "...", "data" : { }, "version" : { "timestamp" : 12345, "versionNumber" : "...", "type" : "current", "publishAt" : 12345, "online" : true, "timeOff" : 12345 }, "name" : "...", "id" : "..." }