Processing Logs

Read Processing Log ResultsWSDL

Retrieves latest data curation results persisted in Processing Log.

Data is populated only when Data Monitor is configured for provided storage.

SecurityapiKey
Request
path Parameters
storageId
required
string (BusinessPartnerStorageId)

Unique identifier of the Storage.

Example: 72d6900fce6b326088f5d9d91049e3e6
query Parameters
businessPartnerId
Array of strings (BusinessPartnerId) <= 500 items

Business Partner IDs which should be filtered.

Example: businessPartnerId=63e635235c06b7396330fe40
dataSourceId
string (BusinessPartnerStorageDataSourceId)

Data Source ID.

Example: dataSourceId=648824a691d8d2503d65103e
externalId
Array of strings (BusinessPartnerExternalId) <= 500 items

Business Partner external IDs.

Example: externalId=The ID managed in the customer's SAP systems.
from
string

ISO 8601 representation of the timestamp when the result data was created.

Example: from=2024-10-22T10:00:29Z
limit
integer (Limit)

Number of results that should be fetched. Maximum 100 results can be returned in one page.

Example: limit=100
processingLogId
required
string (ValidationProcessingLogIdParam)
Default: "VALIDATION_LOG"

Processing log id with acceptable values:

  • VALIDATION_LOG
  • VALIDATION_SHARING_LOG VALIDATION_LOG is default value.
Enum: Description
VALIDATION_LOG

Validation log id for validation results.

VALIDATION_SHARING_LOG

Validation log id for sharing validation results.

Example: processingLogId=VALIDATION_LOG
startAfter
string (StartAfter)

Only records with an ID greater than this ID will be fetched.

Example: startAfter=5712566172571652
to
string

ISO 8601 representation of the timestamp when the result data was created.

Example: to=2024-10-22T10:00:29Z
Responses
200

OK

get/v2/validationlogs/{storageId}/results
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "from": "2024-10-22T10:00:29Z",
  • "to": "2024-10-22T10:00:29Z",
  • "total": "20",
  • "values": [
    ]
}