Toggle menu

getDeployments

This function returns the details of all the deployments on the server. Typically there will be one deployed process definition per deployment.

Parameters

NameRequiredTypeDescription
This function does not take any parameters

Sample Response

{
    "jsonrpc": "2.0",
    "id": 70,
    "result": {
        "id": "_9",
        "result": {
            "result": [{
                "id": "506",
                "deploymentTime": "2017-01-13T15:41:32Z",
                "category": null,
                "processDefinitionIds": "fileupload:2:509",
                "name": "fileupload",
                "resourceNames": "fileupload-V-2.bpmn20.xml,fileupload-V-2.fileupload.png"
            }, {
                "id": "502",
                "deploymentTime": "2017-01-13T15:40:25Z",
                "category": null,
                "processDefinitionIds": "fileupload:1:505",
                "name": "fileupload",
                "resourceNames": "fileupload-V-1.bpmn20.xml,fileupload-V-1.fileupload.png"
            }, {
                "id": "452",
                "deploymentTime": "2017-01-13T11:10:50Z",
                "category": null,
                "processDefinitionIds": "onlineauction:1:455",
                "name": "Online Auction",
                "resourceNames": "Online Auction-V-12.bpmn20.xml,Online Auction-V-12.onlineauction.png"
            }]
        },
        "jsonrpc": "2.0"
    }
}

Last modified on March 10, 2020

Share this page

Facebook icon Twitter icon email icon

Print

print icon