pageTaskListResponse element
Type: | pageTaskListResponse |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Response containing a list of pages assigned to a task
Example JSON
{
"pages" : [ {
"pageId" : "...",
"completeOn" : "publish"
}, ... ],
"messages" : [ {
"fieldName" : "...",
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}