View an Order of an Item

Use the following details to view an Order of an Item using the REST interface:

HTTP Method

GET

Endpoint URL

See the REST Service Endpoint topic for more details.

Resource

/restapi/v1/item/{id}/order/{orderId}

Request Parameters

Provide values for the following parameters:

Parameter Name Data Type Mandatory
id string Yes
orderId string Yes

Request Model

Media Type: application/json

Response Model

{
  "result": {
    "code": {
      "severity": "Success",
      "message": "Success.",
      "code": "0000"
    },
    "params": [],
    "message": "Success."
  },
  "data": {
    "sid": null,
    "id": "string",
    "orderRef": "string",
    "orderDate": "2022-08-05T11:50:12.949+0000",
    "lineNumber": "string",
    "lineAction": "string",
    "lineActionMode": "string",
    "planItemId": "string",
    "planItemAction": "string",
    "stringComments": [
      "string"
    ]
  },
  "startTimestampMS": 1659705612587,
  "duration": 159
}