REST API - getParameterValue
The table summarizes the REST API - getParameterValue.
Request
Format | GET <baseurl>/process/param/value/<processid>/<parameter> |
Path parameters |
|
Response
JSON | Returns a JSON representation of the content of the getParameterValueOutputelement. |
XML | Returns the content of the getParameterValueOutputelement (from the ProcessManagementschema). |
Example
Request | GET <baseurl>/process/param/value/pvm:0a12n/ContactName |
Response | { "xml-fragment": "Bob Campanella" } |