GET api/order/{orderId}/preview Authentication required

Use this method to get an order's preview

Request

URI Parameters

NameDescriptionTypeAdditional information
orderId

Id of the order

integer

Required

Response

Returns a list of columns names and values

Output : array of objects (See Model)

Ouput Sample

  • application/json, text/json :
  • [ { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] }, { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] } ]