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)

Business Partner Storage ID.

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

Business Partner IDs.

Example: businessPartnerId=63e635235c06b7396330fe40
dataSourceId
string (BusinessPartnerStorageDataSourceId)

Business Partner 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.
featuresOff
Array of strings (ProcessingLogResultsReadFeatureEnum)

Features to be deactivated.

Items Enum: "FILTER_BY_ENABLED_AUGMENTATION_MONITORS" "NUMBER_OF_TOTAL"
Example: featuresOff=FILTER_BY_ENABLED_AUGMENTATION_MONITORS
from
string

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

Example: from=2024-07-26T11:08:05Z
limit
integer <int32> [ 1 .. 100 ]
Default: 100

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

Example: limit=50
startAfter
string (StartAfter)

Used to retrieve the next page of results.

Example: startAfter=5712566172571652
to
string

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

Example: to=2024-07-26T11:08:05Z
Responses
200

OK

400

Unauthorized or missing

get/v2/curationlogs/{storageId}/results
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "from": "2024-07-26T11:08:05Z",
  • "to": "2024-07-26T11:08:05Z",
  • "total": "67",
  • "values": [
    ]
}