ImporttasksGuidJsondata
Unknown
GET
/v1/batches/importtasks/{guid}/jsondata
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Path Parameters
guidstring
Query Parameters
username?string
token?string
Response Body
curl -X GET "https://loading/v1/batches/importtasks/string/jsondata?username=string&token=string"
{
"importTaskGuid": "12fc4914-3218-43c0-afda-4651810d5aa2",
"feedType": "string",
"processed": true,
"dateProcessed": "2019-08-24T14:15:22Z",
"updatedCount": 0,
"errorCount": 0,
"success": true
}
{
"statusCode": 0
}
How is this guide?