Processing Logs

Read Processing Log Results

Retrieves latest screening results persisted in Processing Log.

Data is populated only when Data Monitor with type "SCREENING" is configured for provided storage.

SecurityapiKey
Request
path Parameters
storageId
required
string (BusinessPartnerStorageId)

Business Partner Storage ID.

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

Business Partner IDs.

Example: businessPartnerIds=63e635235c06b7396330fe40
dataSourceIds
Array of strings (BusinessPartnerStorageDataSourceId)

List of Business Partner Data Source IDs.

Example: dataSourceIds=648824a691d8d2503d65103e
externalIds
Array of strings (BusinessPartnerExternalId) <= 500 items

Business Partner External IDs.

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

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

Example: from=2024-09-06T20:43:28Z
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
status
string

Status of the screening result.

Enum: "OK" "FAILED" "TRIVIAL"
Example: status=TRIVIAL
to
string

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

Example: to=2024-09-06T20:43:28Z
Responses
200

OK

400

Unauthorized or missing

get/v2/screeninglogs/{storageId}/results
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "from": "2024-09-06T20:43:28Z",
  • "to": "2024-09-06T20:43:28Z",
  • "total": "67",
  • "values": [
    ]
}