get http://testapi.worldbox.ch/v1/orderitem//?binary=true
Get a specific order items including the binary and the status information.
Request
Get specific order items including the binary and the status information.
$.get('https://api.worldbox.ch/v1/orderitem//orderitem/1410B0227/?binary=false', function(data) {
console.log(data);
});
Response
An order item with binary and the current status.
The attributes filesize and datecreated are only available if the binary is included.
{
"orderitem": {
"company": "Ascom (Schweiz) AG",
"reference": 123456,
"name": "Credit Report online",
"language": "DE",
"filesize": 42047,
"format": "PDF",
"binary": "JVBERi0xLjUNCiW1tbW1DQoxIDAgb2JqDQo8PC9UeXBlL0NhdGFsb2cvUGFnZXMgMiAwIFIvTGFuZyhkZS1DSCkgL1N0cnVjdFRyZWVSb290IDIxIDAgUi9NYXJrSW5mbWVkaWFCb3hbIDAgMCA1OTUuMz..",
"datecreated": "2014-09-05T12:24:52Z",
"statuscode": 6,
"status": "available",
"productcode": "DLF150",
"itemnumber": "1409B0083",
"comment": "some comment"
}
}