View all the Bulk Load Operations
Use the following details to view all the Bulk Load operations using REST interface:
Response Model
{
"data": {
"matches": [
{
"completed": true,
"endTime": "2016-08-01T17:33:36.288Z",
"loadId": "string",
"logs": [
{
"loadEntity": "string",
"loadId": "string",
"logData": "string",
"logTime": "2016-08-01T17:33:36.288Z",
"sid": 0,
"tenantId": "string"
}
],
"startTime": "2016-08-01T17:33:36.288Z"
}
],
"nbResponses": 0,
"startIndex": 0
},
"duration": 0,
"result": {
"code": "string",
"message": "string",
"params": [
"string"
]
},
"startTimestampMS": 0
}
Copyright © Cloud Software Group, Inc. All rights reserved.
