Retrieve a list of up to 100 writeback requests by their external ID, optionally ignoring unknown IDs.
List of retrieved writeback requests.
The response for a bad request.
Validation Error
{- "items": [
- {
- "requestId": "string"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "requestId": "string",
- "request": [
- {
- "key": "string",
- "payload": { },
- "sapObjectId": "string"
}
], - "status": "pending",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "errorMessage": "string"
}
]
}