Time Management of forms
name | data type | description |
---|---|---|
at | number | Get the timestamp at which the form will be published |
version | ItemVersion | Form Version that will be published at the timestamp |
offlineAt | number | Time at which the form will be taken offline |
Example
{ "at" : 12345, "version" : { "number" : "...", "timestamp" : 12345, "editor" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." } }, "offlineAt" : 12345 }