Changes 1.0.16.6
What's New
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata/checks
POST
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataarchive
What's Changed
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata
Updated Reporting Names:
- As specified in Advance Notices, the value of the name field will be updated in order to provide improved clarification for 'Acceptable Document Type' report. The change in name is being introduced in order to avoid confusion with naming.
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/getdata
Return Type:
Changed response : 200 OK
- New content type :
*/*
- Deleted content type :
application/json
The change in content type from application/json
to */*
is due to to move to generated API documentation. This change in content type can be ignored and should not be considered a breaking change.
Changed response : 400 Bad Request
- New content type :
*/*
- Deleted content type :
application/json
The change in content type from application/json to / is due to to move to generated API documentation. This change in content type can be ignored and should not be considered a breaking change.
Changed response : 401 Unauthorized
- New content type :
*/*
- Deleted content type :
application/json
The change in content type from application/json to / is due to to move to generated API documentation. This change in content type can be ignored and should not be considered a breaking change.
POST
/api/process-manager/processTokens
Request:
Changed content type : application/json
- Changed property
forTest
(boolean)
The parameter 'forTest' should be considered deprecated. This is an optional parameter that will be removed in a future release.
Return Type:
Changed response : 201 Created
- Changed property
forTest
(boolean)
The parameter 'forTest' should be considered deprecated. This is an optional parameter that will be removed in a future release.
GET
/api/process-manager/processTokens
Return Type:
Changed response : 200 OK
Changed items (object):
The parameter 'forTest' should be considered deprecated. This is an optional parameter that will be removed in a future release.
- Added property
forTest
(boolean) - Changed property
lastUpdatedDtm
(string) - marked as readOnly - Changed property
startProcessAddress
(string) - marked as readOnly