GET api/order/{orderId}/analysis Authentication required
Use this method to get an order's analysis results
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",
"matched": 2,
"added": 3,
"updated": 4,
"validated": 5
},
{
"optionName": "sample string 1",
"matched": 2,
"added": 3,
"updated": 4,
"validated": 5
}
]