Changes 2025.02.20
GET
/api/process-manager/processTokens/{processTokenId}
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Added property
processInstanceInit
(object)- Property
externalSources
(object) - Property
faceUploads
(object)
- Property
- Added property
PUT
/api/process-manager/processTokens/{processTokenId}
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Added property
processInstanceInit
(object)
- Added property
GET
/api/process-manager/processInstances/{processInstanceId}
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Added property
externalSources
(object)
- Added property
Note externalSources
will only be present in a response if the process instance was created from a token which has externalSources
set as part of its processInstanceInit
.
GET
/api/process-manager/processInstances/{processInstanceId}/withParameters
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Added property
externalSources
(object)
- Added property
Note externalSources
will only be present in a response if the process instance was created from a token which has externalSources
set as part of its processInstanceInit
.
POST
/api/process-manager/processInstances/create
Return Type:
Changed response : 201 Created
- Changes to content type :
application/json
- Added property
externalSources
(object)
- Added property
Note externalSources
will only be present in a response if the process instance was created from a token which has externalSources
set as part of its processInstanceInit
.
GET
/api/process-manager/processInstances
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Changed property
content
(array). Added new propertyexternalSources
(object)
Note externalSources
will only be present in a response if the process instance was created from a token which has externalSources
set as part of its processInstanceInit
.
POST
/api/process-manager/processTokens
Request:
Changes to content type : application/json
- Added property
processInstanceInit
(object)
Return Type:
Changed response : 201 Created
- Changes to content type :
application/json
- Added property
processInstanceInit
(object)
- Added property
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata
Return Type:
Changed response : 200 OK
- Changes to content type :
*/*
- Added property
external
to face (i.e.userdata.faces.external
).
- Added property
The property external
is returned when the face is uploaded from an external source only. In the event that the face image is not an external source, this property is not returned. This field will only be returned if the optimized flag is set to true.
GET
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/getdata
Return Type:
Changed response : 200 OK
- Changes to content type :
*/*
- Changed property
data
(string -> string). The format has changed from byte to binary
- Changed property
GET
/api/arthr/apiKeys/{apiKeyId}
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- New optional properties: -
description
- New optional properties: -
POST
/api/arthr/apiKeys/{apiKeyId}
Request:
Changes to content type : application/json
New optional properties:
description
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- New optional properties: -
description
- New optional properties: -
POST
/api/arthr/apiKeys
Request:
Changes to content type : application/json
New optional properties:
description
Return Type:
Changed response : 201 Created
- Changes to content type :
application/json
New optional properties:
- description
GET
/api/arthr/apiKeys
Return Type:
Changed response : 200 OK
- Changes to content type :
application/json
- Changed property
content
(array). New optional properties:description
which is part of the content returned.
- Changed property
POST
/api/process-manager/processInstances/csv
Request:
Changes to content type : application/json
- Changed property
config
(object) - Changed property
password
(string -> string). Changed format of string to be password.
POST
/api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdataarchive
Request:
Changes to content type : application/json
- Changed property
config
(object) - Changed property
password
(string -> string). Changed format of string to be password.