View an Item

Use the following details to view 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}

Request Parameters

Provide values for the following parameters:

Parameter Name Data Type Mandatory
id string Yes

Request Model

Media Type: application/json

Response Model

{
  "result": {
    "code": {
      "severity": "Success",
      "message": "Success.",
      "code": "0000"
    },
    "params": [],
    "message": "Success."
  },
  "data": {
    "version": 1,
    "type": "string",
    "id": "string",
    "status": "string",
    "locked": false,
    "subType": "string",
    "tenantId": "string",
    "batch": null,
    "updatedOn": "2022-08-05T10:52:58.641+0000",
    "ref": "string",
    "createdBy": "string",
    "createdOn": "2022-08-05T10:52:58.641+0000",
    "ownedBy": "string",
    "lastUpdatedBy": "string",
    "deleted": false,
    "productId": "string",
    "productVersion": "string",
    "partyId": "string",
    "startDate": "2022-07-20T10:34:08.643+0000",
    "endDate": "2022-07-20T10:34:08.643+0000",
    "name": "string"
  },
  "startTimestampMS": 1659697131135,
  "duration": 56
}