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 getParameterValueOutput element.
XML Returns the content of the getParameterValueOutput element (from the ProcessManagement schema).

Example

Request
GET <baseurl>/process/param/value/pvm:0a12n/ContactName
Response
{
"xml-fragment": "Bob Campanella"
}