Title
Create new category
Edit page index title
Edit category
Edit link
Changes 2025.02.20
GET /api/process-manager/processTokens/{processTokenId}
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonAdded property
processInstanceInit(object)Property
externalSources(object)Property
faceUploads(object)
PUT /api/process-manager/processTokens/{processTokenId}
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonAdded property
processInstanceInit(object)
GET /api/process-manager/processInstances/{processInstanceId}
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonAdded property
externalSources(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 .
GET /api/process-manager/processInstances/{processInstanceId}/withParameters
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonAdded property
externalSources(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/processInstances/create
Return Type:
Changed response : 201 Created
Changes to content type :
application/jsonAdded property
externalSources(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 .
GET /api/process-manager/processInstances
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonChanged 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/jsonAdded property
processInstanceInit(object)
GET /api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata
Return Type:
Changed response : 200 OK
Changes to content type :
*/*Added property
externalto face (i.e.userdata.faces.external).
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
GET /api/arthr/apiKeys/{apiKeyId}
Return Type:
Changed response : 200 OK
Changes to content type :
application/jsonNew optional properties: -
description
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/jsonNew optional properties: -
description
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/jsonChanged property
content(array). New optional properties:descriptionwhich is part of the content returned.
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.