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
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization | Yes | Information about authentication access token in format "Bearer <accessToken> ". For more information, see Authentication API. |
Query | tenantId | Yes | The tenant ID. |
entityType | No | If provided, restricts reindexing to a specific entity type. | |
distributed | No |
If set to
true , the task runs in distributed mode. Default value is false . For more information, see Distributed mode. | |
taskPartsCount | No |
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.