WorkflowRequest Data Type

Request for modifying a page in the workflow

Properties
name data type description
message string Get the message
group number Get the group ID
delete boolean

Example

{
  "message" : "...",
  "group" : 12345,
  "delete" : true
}