Get Orderitem

Get a specific order items including the binary and the status information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
}
Path Params
string
required

The itemnumber check your order details

Query Params
boolean

Include the binary in the reponse

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json