GET api/order/{orderId}/options Authentication required
Use this method to get an order's options
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Id of the order |
integer |
Required |
Response
Returns the options of the order
Output : array of objects (See Model)Ouput Sample
[
{
"optionName": "sample string 1",
"selected": true
},
{
"optionName": "sample string 1",
"selected": true
}
]