Changes 2025.08.18
What's Changed
GET
/api/arthr/apiKeys
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/process-manager/processDefinitions/tags
Return Type:
Changed response : 200 OK
A new field processDefinitionId has been added to the contents of the tag array.
Customers consuming this API should either:
- Add support for these new fields
- Or ensure that unknown fields are ignored, see API Versioning
Changed items (object): > The collection of tags
- Added property
processDefinitionId
(string) > The process definition ID that tag is referencing.
POST
/api/process-manager/processDefinitions/{processDefinitionId}/tags
Return Type:
Changed response : 201 Created
A new field processDefinitionId has been added to the contents of the tag array.
Customers consuming this API should either:
- Add support for these new fields
- Or ensure that unknown fields are ignored, see API Versioning
- Added property
processDefinitionId
(string) > The process definition ID that tag is referencing.
GET
/api/process-manager/cloudSecrets
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/process-manager/processInstances/search
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/watchlist-manager/facewatchlists/{watchlistId}/watchlist-members
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/watchlist-manager/facewatchlists
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/theme-server/customPages
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/theme-server/customPages/{name}/versions
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/identity-store/events/queries/{executionId}/result
Parameters:
Added: size
in query
GET
/api/identity-store/stores/{storeName}/users/{userId}/authentications
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
GET
/api/identity-store/stores/{storeName}/users/{extId}/authentications/ext
Return Type:
Changed response : 200 OK
The change in the API schema is due to the internal object model update, which does not affect the JSON output. This is a documentation-only change.
Existing clients consuming the paginated API responses do not need to make any changes.
POST
/api/identity-store/events/queries/start
Request:
- Added property
size
(integer) > Optional page size - number of elements that will be returned per page.
GET
/api/process-manager/processInstances/{processInstanceId}
Return Type:
Changed response : 200 OK
Added new fields retentionDays and expiringDtm.
Customers consuming this API should either:
- Add support for these new fields
- Or ensure that unknown fields are ignored, see API Versioning
- Added property
retentionDays
(integer) > The retention days for the process instance. This is derived from the retention defined on the Process Definition. - Added property
expiringDtm
(string) > The date after which a process instance is eligible for deletion. The date is calculated based on when the process instance was created and retentionDays.
GET
/api/process-manager/processInstances/{processInstanceId}/withParameters
Return Type:
Changed response : 200 OK
Added new field retentionDays.
Customers consuming this API should either:
- Add support for these new fields
- Or ensure that unknown fields are ignored, see API Versioning
- Added property
retentionDays
(integer)
POST
/api/process-manager/processInstances
Request:
Added new option request body. The new body supports the creation of process instances from templated Process Tokens.
GET
/api/process-manager/processInstances
Return Type:
Changed response : 200 OK
Added new fields retentionDays and scheduledExpiry in support of updated retention process instances.
Added new fields extendedSearchField and extendedSearchTerms in support of extend process instance search for Identity Store.
Customers consuming this API should either:
- Add support for these new fields
- Or ensure that unknown fields are ignored, see API Versioning
- Added property
extendedSearchField
(string) - Added property
extendedSearchTerms
(array) - Added property
scheduledExpiry
(boolean) > Indicates if the process instance is scheduled for expiry based on retention policy. If true, the process instance will be deleted after the retention period. - Added property
retentionDays
(integer) > The number of days after which the process instance will be deleted by retention policy. This value is used to calculate the expiringDtm.
GET
/api/process-manager/processTokens
Return Type:
Changed response : 200 OK
Deprecated property maxProcessDuration
- Deprecated property
maxProcessDuration
(string) > This field is deprecated and will be removed in future versions. Deprecated since Aug 2025.
POST
/api/process-manager/processTokens
Request:
- Deprecated property
maxProcessDuration
(string) > This field is deprecated and will be removed in future versions. Deprecated since Aug 2025.
Return Type:
Changed response : 201 Created
Deprecated maxProcessDuration.
- Deprecated property
maxProcessDuration
(string) > This field is deprecated and will be removed in future versions. Deprecated since Aug 2025.
POST
/api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}/ext
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}/ext
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}
Return Type:
Changed response : 201 Created
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/passkeys/authentications
Request:
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
Request:
Correction of protocol message by renaming of property in 201 response.
Changed content type : application/json
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
GET
/api/identity-store/stores/{storeName}/users/{extId}/sessions/ext
Return Type:
Changed response : 200 OK
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message. - Added property
username
(string) > The appkey username for registration
GET
/api/identity-store/stores/{storeName}/users/{userId}/sessions
Return Type:
Changed response : 200 OK
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message. - Added property
username
(string) > The appkey username for registration
GET
/api/identity-store/stores/{storeName}/users/{extUserId}/passkeys/{id}/registrationAudit/ext
Return Type:
Changed response : 200 OK
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
GET
/api/identity-store/stores/{storeName}/users/{userId}/passkeys/{id}/registrationAudit
Return Type:
Changed response : 200 OK
Correction of protocol message by renaming of property in 201 response.
- Renamed property
authenticatorSelection
(object) on RegOptionResponse (previously authenticatorSelectionCriteria) > This is a correction in the naming as required by the browser. This is a correction of the protocol message.
POST
/api/identity-store/stores/{storeName}/passkeyConfig/{rpId}
Return Type:
Changed response : 200 OK
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
GET
/api/identity-store/stores/{storeName}
Return Type:
Changed response : 200 OK
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
POST
/api/identity-store/stores/{storeName}
Request:
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
Return Type:
Changed response : 200 OK
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
POST
/api/identity-store/stores/{storeName}/passkeyConfig
Return Type:
Changed response : 201 Created
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
POST
/api/identity-store/stores
Request:
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
Return Type:
Changed response : 201 Created
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.
GET
/api/identity-store/stores
Return Type:
Changed response : 200 OK
Correction of mistake in previous versions of Swagger API where there was a conflict between Tenant definitions. Identity Store operations now reference a tenant of type of IDSTenant.