{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Runtime API", "version": "v1" }, "items": [ { "info": { "name": "Runtime", "type": "folder" }, "items": [ { "info": { "name": "Query for activity instances", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/query/activity-instances", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "All supported JSON parameter fields allowed are exactly the same as the parameters found for getting a collection of historic task instances, but passed in as JSON-body arguments rather than URL-parameters to allow for more advanced querying and preventing errors with request-uri’s that are too long." }, { "info": { "name": "Signal event received", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/runtime/signals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Signal event received" }, { "info": { "name": "Get the binary data for a variable instance", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/runtime/variable-instances/:varInstanceId/data", "params": [ { "name": "varInstanceId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The response body contains the binary value of the variable. When the variable is of type binary, the content-type of the response is set to application/octet-stream, regardless of the content of the variable or the request accept-type header. In case of serializable, application/x-java-serialized-object is used as content-type." }, { "info": { "name": "Query for variable instances", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/cmmn-query/variable-instances", "params": [ { "name": "sort", "value": "", "type": "query", "description": "The field to sort by. Defaults to 'variableName'." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "All supported JSON parameter fields allowed are exactly the same as the parameters found for getting a collection of variable instances, but passed in as JSON-body arguments rather than URL-parameters to allow for more advanced querying and preventing errors with request-uri’s that are too long. " }, { "info": { "name": "Get the binary data for a variable instance", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/variable-instances/:varInstanceId/data", "params": [ { "name": "varInstanceId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The response body contains the binary value of the variable. When the variable is of type binary, the content-type of the response is set to application/octet-stream, regardless of the content of the variable or the request accept-type header. In case of serializable, application/x-java-serialized-object is used as content-type." } ] } ], "bundled": true }