GET api/order/{orderId}/preview Authentication required
Use this method to get an order's preview
Request
URI Parameters
Name | Description | Type | Additional 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
[
{
"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"
]
}
]