Convert process model content from json to xml or vice versa
POST {{baseUrl}}/models/conversion
Convert process model content from json to xml or vice versa.
Sample request body :
{
modelType
: xml/json
,modelContent
: encoded BPMN xml content for xml type / plain BPMN json for json type
}
Request Body
{"modelContent"=>"encoded BPMN xml content for xml type / plain BPMN json for json type", "modelType"=>"xml/json"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"modelContent":"encoded BPMN xml content for xml type / plain BPMN json for json type","modelType":"xml/json"}