Changes 2024.07.22
What's Changed
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata
Return Type:
Changed response : 200 OK
- Changed content type :
*/*
New properties: - data
- Added new property ''. This new property is only returned if Custom Pages functionality is used.
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/getdata
Return Type:
Changed response : 200 OK
- Changed content type :
*/*
Updated required properties:
- data
- Changed property
data
(array -> string), the format of this field has been changed to reflect that base64 data is returned. This field is now marked as type string, format binary.
GET
/api/process-manager/processInstances/search
Parameters:
Deleted: requestBodyDto
in query
POST
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataarchive
Request:
Changed content type : application/json
- Changed property
config.password
(array -> string). the format of this field was incorrectly documented. This field is a string field.
On This Page
Changes 2024.07.22GET /api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataReturn Type:GET /api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/getdataReturn Type:GET /api/process-manager/processInstances/searchParameters:POST /api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataarchiveRequest: