v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
CIs

Get a CI by ID

Retrieve a CI by ID.

get/cis/{ciId}

Response

Retrieve a CI by ID.

serialNumberstring nullable

The serial number of the CI.

primaryCategoryIdinteger nullable

The primary category ID of the CI.

secondaryCategoryIdinteger nullable

The secondary category ID providing further classification.

thirdLevelCategoryIdinteger nullable

The tertiary classification ID of the item.

ownerIdinteger nullable

The unique identifier of the user who owns the CI.

ownerGroupIdinteger nullable

The unique identifier of the group that owns the CI.

locationIdinteger nullable

The identifier of the CI location.

companyIdinteger nullable

The identifier of the company the CI is assigned to.

statusIdinteger nullable

The identifier of the CI's status.

priorityIdinteger nullable

The identifier of the CI's priority level.

supplierIdinteger nullable

The identifier of the CI's supplier.

supplyDatestring date nullable

The date when the CI was supplied.

acceptDatestring date nullable

The date when the CI was accepted from the supplier.

ciTypeIdinteger required

The type identifier for the CI.

ciSubtypeIdinteger required

The sub-type identifier for the CI.

idinteger required

The unique identifier of the CI.

namestring required

The name of the CI.

versioninteger required

The CI's version.

Example response

{
  "serialNumber": "C02CG123DC79",
  "primaryCategoryId": 1,
  "secondaryCategoryId": 5,
  "thirdLevelCategoryId": 10,
  "ownerId": 111,
  "ownerGroupId": 614,
  "locationId": 5,
  "companyId": 11,
  "statusId": 2,
  "priorityId": 3,
  "supplierId": 1,
  "supplyDate": "2025-12-03",
  "acceptDate": "2025-11-10",
  "ciTypeId": 25,
  "ciSubtypeId": 53,
  "id": 1,
  "name": "DE-WXP-64-QA05",
  "version": 2
}