Click or drag to resize

PublishingMonitorServicesGetPendingPublishes Method


Retrieves the listing of pending Publishing Tasks

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<PendingPublishesModel> GetPendingPublishes()

Return Value

Type: XHRServiceResponseGenericPendingPublishesModel

Collection of pending Publishing Tasks

Examples
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "Pending": [{
            "ID": "PublishingTasks/233",
            "Name": "Staging Monitor",
            "PubTargetName": "Staging",
            "RootPageID": "x5",
            "IsFullPublish": false,
            "SubmitTime": "20140128T19:37:43",
            "SubmitUserID": "ingeniux\\awang",
            "Pages": ["x89", "x11", "x12", "x15", "x9"],
            "PagesCount": 5
        }]
    }
}
See Also