Export a process to a json file

Request

GET https://{hostname}:{port}
    /cli/process/export?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
process string true Name or ID of the generic process
version int false Version of the process to export. Default is the latest version.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true  

Related CLI command: exportGenericProcess.