Title
Create new category
Edit page index title
Edit category
Edit link
Changes 2026.06.03
What's New
GET /api/theme-server/customPages/{id}/archive
Export Custom Page Archive
What's Changed
POST /api/theme-server/customPages/{id}/status/{status}
Return Type:
Changed response : 200 OK
OK
- Changed content type :
*/* - Added property
archive(object) - Added property
_links(object)
GET /api/theme-server/customPages/{id}
Parameters:
Added: includeArchive in query
Return Type:
Changed response : 200 OK
OK
- Changed content type :
*/* - Added property
archive(object) - Added property
_links(object)
POST /api/theme-server/customPages/{id}
Return Type:
Changed response : 200 OK
OK
- Changed content type :
*/* - Added property
archive(object) - Added property
_links(object)
GET /api/watchlist-manager/facewatchlists/{watchlistId}
Return Type:
Changed response : 200 OK
OK
- Changed content type :
*/* - Changed property
type(object)
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/facewatchlists/{watchlistId}
Return Type:
Changed response : 200 OK
OK
- Changed content type :
*/* - Changed property
type(object)
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/watchlists/{watchlistId}/queries
Parameters:
Added: normalize in query
When true (default), normalize phone/email query values before lookup. For exact query tokens, normalization is best-effort and falls back to the raw token if normalization fails. When false, use each comma-separated token as a literal match against the stored value column.
Added: region in query
Optional region for phone number normalization (e.g. US, GB) when type is phoneNumber and normalize is true
Return Type:
Changed response : 200 OK
Query executed successfully
- Changed content type :
application/json - Changed property
type(object) > Type of query response (matches the watchlist type)
Added enum values:
phoneNumberemail
GET /api/watchlist-manager/watchlists/{watchlistId}
Return Type:
Changed response : 200 OK
Watchlist retrieved successfully
- Changed content type :
application/json - Changed property
type(object) > Type of entries stored in this watchlist
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/watchlists/{watchlistId}
Return Type:
Changed response : 200 OK
Watchlist updated successfully
- Changed content type :
application/json - Changed property
type(object) > Type of entries stored in this watchlist
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/facewatchlists
Request:
Changed content type : application/json
- Changed property
type(object)
Added enum values:
phoneNumberemail
Return Type:
Changed response : 201 Created
Created
- Changed content type :
*/* - Changed property
type(object)
Added enum values:
phoneNumberemail
GET /api/watchlist-manager/watchlists
Return Type:
Changed response : 200 OK
Watchlists retrieved successfully
- Changed content type :
application/json - Changed property
type(object) > Type of entries stored in this watchlist
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/watchlists
Request:
Changed content type : application/json
- Changed property
type(object) > Type of entries this watchlist will contain
Added enum values:
phoneNumberemail
Return Type:
Changed response : 201 Created
Watchlist created successfully
- Changed content type :
application/json - Changed property
type(object) > Type of entries stored in this watchlist
Added enum values:
phoneNumberemail
GET /api/watchlist-manager/watchlists/{watchlistId}/entries/{entryId}
Return Type:
Changed response : 200 OK
Watchlist entry retrieved successfully
- Changed content type :
application/json - Changed property
type(object) > Type of the entry (determines which specific fields are available)
Added enum values:
phoneNumberemail
GET /api/watchlist-manager/watchlists/{watchlistId}/entries
Parameters:
Added: normalize in query
For phoneNumber and email watchlists only: when true, attempt best-effort normalization of valueLike before matching stored values; if normalization fails, valueLike is used as-is. Default is false. Ignored for other watchlist types.
Added: region in query
Optional region hint for phone number normalization when normalize is true
Added: processDefnName in query
Filter entries by process definition name (exact match)
Added: processDefnVersion in query
Filter entries by process definition version (exact match)
Added: processInstanceId in query
Filter entries by process instance ID (exact match)
Return Type:
Changed response : 200 OK
Watchlist entries retrieved successfully
- Changed content type :
application/json - Changed property
type(object) > Type of the entry (determines which specific fields are available)
Added enum values:
phoneNumberemail
POST /api/watchlist-manager/watchlists/{watchlistId}/entries
Parameters:
Added: normalize in query
For phoneNumber and email entries: when true (default), normalize before storage and return canonical value plus originalValue. When false, store the raw string in both value and original_value.
Added: region in query
Optional region for phone number normalization when normalize is true
Return Type:
Changed response : 201 Created
Watchlist entry created successfully
- Changed content type :
application/json - Changed property
type(object) > Type of the entry (determines which specific fields are available)
Added enum values:
phoneNumberemail
GET /api/userdata-server/processDefinitions/{processDefnId}/processInstances/{processInstanceId}/userdata
Parameters:
Added: includeInitParams in query
When true, include the merged initialization parameters that were passed when the process instance was created. Defaults to false.
Return Type:
Changed response : 200 OK
OK
Changed content type :
*/*Added property
initParams(object) > The merged initialization parameters passed when the process instance was created.Added property
trendChecks(object) > Trend check results captured during the execution of the process instance.