Changes 2024.10.23
What's New
POST
/api/process-manager/processInstances/csv
GET
/api/theme-server/customPages
POST
/api/theme-server/customPages
GET
/api/theme-server/customPages/{name}/{version}
POST
/api/theme-server/customPages/previews
POST
/api/theme-server/customPages/{id}/status/{status}
DELETE
/api/theme-server/customPages/{id}/archive
GET
/api/theme-server/customPages/{id}
POST
/api/theme-server/customPages/{id}
DELETE
/api/theme-server/customPages/{id}
GET
/api/theme-server/customPages/{name}/versions
API References now recognize the date
string format.
What's Changed
POST
/api/process-manager/processInstances/create
Return Type:
Changed response : 201 Created
- Added property
tenantId
(string) - Added property
cdnUrl
(string)
This addition of these new fields should not be considered a breaking change. The fields are only only returned when custom domains are in use. This will not impact on pre-existing customers.
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata/checks
Return Type:
Changed response : 200 OK
- Changed property
displayName
(string) > A human readable display name. This value is typically used in user interface and should not be relied upon for application logic. - Changed property
description
(string) > A human readable description. This value is typically used in user interface and should not be relied upon for application logic.
This is a correction of the previous revision of the API documentation. There has been no change to the API only the description has been changed.
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/getdata
Parameters:
Changed: path
in query
Return Type:
Changed response : 200 OK
- Changed property
data
(array -> string)
This is a correction of the previous revision of the API documentation. There has been no change to the API only the documentation relating to the format of the data has been changed.
POST
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataarchive
Request:
Changed content type : application/json
- Changed property
config
(object) - Changed property
password
(array -> string)
This is a correction of the previous revision of the API documentation. There has been no change to the API only the documentation relating to the format of the data has been changed.