Unify and manage your data

Recalculate Surrogate Crosswalks

Recalculates surrogate crosswalks for entities in a tenant.

Requests

Tenant admin role is required:

POST {ApplicationURL}/recalculateSurrogateCrosswalkValues

Tenant admin role is required:

POST {ApplicationURL}/api/{tenantId}/recalculateSurrogateCrosswalkValues
Table 1. Parameters
Parameter RequiredDescription
HeadersAuthorizationYes Information about authentication access token in format "Bearer <accessToken>". For more information, see Authentication API.
QuerytenantIdYesThe tenant ID.
entityTypeNoIf provided, restricts reindexing to a specific entity type.
distributedNo
If set to true, the task runs in distributed mode. Default value is false. For more information, see Distributed mode.
taskPartsCountNo
Specifies the maximum number of sub-tasks for distributed execution. The platform determines the optimal number based on performance limits. Default value is 2.
Note: This parameter is only applicable when distributed=true. Otherwise, it s ignored.

Body (optional)

JSON Array of entity URI to be checked.