Overview

Retrieves the definition data for a gateway

Summary

This endpoint will retrieve the JSON encoded definition data for the Process Definition gateway identified by the record input parameter.

Request Arguments

Name Type Description Required
record String The value for the gat_uid field in the pmse_bpmn_gateway record True

Response Arguments

Name Type Description
success Boolean The status of the response
data Array The definition data for the gateway

Response

{
    "success":true,
    "data":
    [
        {
            "flo_uid":"985528634573cabc8901d04029355451",
            "flo_condition":"[{\u0022expType\u0022:\u0022BUSINESS_RULES\u0022,\u0022expLabel\u0022:\u0022Action # 1 is equal to \\\u0022TRUE\\\u0022\u0022,\u0022expValue\u0022:\u0022TRUE\u0022,\u0022expOperator\u0022:\u0022equals\u0022,\u0022expField\u0022:\u0022b6d2500c-bf29-2ad7-67a2-569d5debc7d9\u0022}]"
        }
    ]
}