Response containing a list of pages assigned to a task
name | data type | description |
---|---|---|
pages | array of PageTask | Assigned pages |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "pages" : [ { "pageId" : "...", "completeOn" : "move" }, { "pageId" : "...", "completeOn" : "delete" } ], "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "SUCCESS", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 }, { "fieldName" : "...", "message" : "...", "type" : "SUCCESS", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 } ], "responseInfo" : { "responseCode" : "NOTFOUND", "responseMessage" : "...", "property" : "..." } }