Description
Supplies information on all Liner equipment from the Complex module within a certain area, as configured in the hierarchy.
URL
https://apiprod.pdsglobal.com/V2/api/equipment/linertypes/V1
Note: There are two non-production environments that can be used for testing.
Request
Type
GET
Headers
Content-Type = application/json
Parameters
Mandatory parameters are denoted by *
*
api_key: string(50)
This is required for authentication. It is used to identify the user and determine access to the system. If you do not have your API key please contact PDS Support (support@pdsglobal.com).
businessName: string(50)
The name of the business as recorded in the hierarchy. Can be obtained from the hierarchy or the Area Details API.
groupName: string(50)
The name of the group as recorded in the hierarchy. Can be obtained from the hierarchy or the Area Details API.
departmentName: string(50)
The name of the department as recorded in the hierarchy. Can be obtained from the hierarchy or the Area Details API.
areaName: string(50)
The name of the area as recorded in the hierarchy. Can be obtained from the hierarchy or the Area Details API.
lastSynced: DateTime
Used to retrieve only the records which have changed since the last call to the endpoint. On first call of the endpoint leave blank - this will return all records. Store the timestamp after every call and pass it in the lastSynced parameter to retrieve only records which have changed since that time.
The format is yyyy-MM-dd HH:mm:ss.sss (e.g. 2021-01-01 01:23:00.000).
Note that if both rowVersion and lastSynced are populated, rowVersion will take precedence. For some endpoints the lastSynced value is limited to 6 months.
Body
No body is required for this API Endpoint.
Response
Body
Object: ResponseEntity<string>
|
liners[]
|
linerItemNumber: string(50)
The site specific item number for the panel as recorded against the equipment. Free text.
|
linerMaterialTypeName: string(50)
The material which the equipment is made from. E.g. 'Ceramic'.
|
linerManufacturerName: string(50)
The name of the manufacturer of the equipment.
|
linerBackingName: string(50)
The backing material on the equipment. E.g. 'Rubber'.
|
linerFixingName: string(50)
The name of the fixings on the equipment. E.g. 'M16'.
|
linerFixingTypeName: string(50)
The type of the liner fixing. E.g. 'Stud', or 'Bolt'.
|
width: decimal(18,3)
The width of the equipment in the relevant Unit of Measurement.
|
height: decimal(18,3)
The height of the equipment in the relevant Unit of Measurement.
|
markingPlanDrawing: string(50)
The drawing number of the plan drawing.
|
detailDrawing: string(50)
The drawing number of the detail drawing.
|
backingThickness: decimal(18,3)
The thickness of the backing in the relevant Unit of Measurement.
|
thickness: decimal(18,3)
The thickness of the equipment in the relevant Unit of Measurement.
|
alarmPoint: decimal(18,3)
The Alarm Point is a preconfigured value to which the forecast Changeout date is calculated in the relevant Unit of Measurement. Liner Thickness will get smaller with wear.
|
linerWearPackName: string(50)
The Wear Pack allocated to this equipment in the equipment edit screen. This is a grouping for the equipment.
|
equipmentId: int
This is the unique identifier (primary key) for the equipment.
|
name: string(50)
The name allocated to the equipment. This is automatically generated.
|
isInstalled: boolean
Indicates whether the equipment is currently installed.
|
functionalLocation: string(50)
Unique code used to identify the equipment. Free text.
|
comments: string(255)
The comments noted against the equipment. Free text.
|
url: string(255)
A link for documentation on the equipment.
|
partNumber: string(50)
Unique code used for ordering the equipment. Free text.
|
installedDate: DateTime
The date the equipment was installed.
|
installWONumber: string(50)
The workorder reference/number for the install. Free text.
|
removalDate: DateTime
The date on which the equipment was removed.
|
removalWONumber: string(50)
The Work Order number associated with the removal of the equipment.
|
scheduledRemoval: DateTime
The date the equipment is scheduled to be removed.
|
cOutComments: string(255)
Comments entered by user at change out. Free text.
|
leadTime: integer
The number of days required to order the part.
|
replacementInterval: integer
The number of days the equipment is expected to last before replacement.
|
originalSize: decimal(18,3)
Not used.
|
partitionSize: decimal(18,3)
Not used.
|
rfid:
Not used.
|
installedRunHours:
Not used.
|
removalRunHours:
Not used.
|
actualShutName: string(50)
The shutdown during which the equipment was replaced.
|
scheduledShutName: string(50)
The shutdown which the equipment was scheduled to be replaced.
|
timeToReplace:
Not used.
|
purchasingDate: DateTime
The date the equipment was purchased.
|
purchasingOrder: string(50)
The purchase order which the equipment was purchased on.
|
purchasingInvoice: string(50)
The invoice which the equipment was purchased on.
|
purchasingCost: decimal
The cost of the equipment at time of purchase.
|
purchaseCostCentre: string(50)
The cost centre the equipment was allocated to when purchased.
|
warrantyExpiryDate: DateTime
The date on which the warranty expires.
|
rotatedDate: DateTime
The date when the equipment was rotated.
|
|
Response Status Code
See HTTP Response Codes and Errors
Examples
URL:
https://apiprod.pdsglobal.com/V2/api/equipment/linertypes/V1?api_key=ABC123&businessName=BusinessName&groupName=GroupName&departmentName=DepartmentName&areaName=AreaName
Response Body:
[
{
"linerItemNumber": null,
"linerMaterialTypeName": "Steel",
"linerManufacturerName": null,
"linerBackingName": null,
"linerFixingName": null,
"linerFixingTypeName": null,
"width": null,
"height": null,
"markingPlanDrawing": null,
"detailDrawing": null,
"backingThickness": null,
"thickness": 20,
"linerWearPackName": null,
"equipmentId": 14892,
"name": "200827-LNRS-014892",
"isInstalled": false,
"functionalLocation": null,
"comments": null,
"url": null,
"partNumber": null,
"installedDate": "2019-11-04T02:20:52.000Z",
"installWONumber": null,
"removalDate": null,
"removalWONumber": null,
"scheduledRemoval": null,
"cOutComments": null,
"leadTime": null,
"replacementInterval": null,
"originalSize": null,
"partitionSize": null,
"rfid": null,
"installedRunHours": null,
"removalRunHours": null,
"actualShutName": null,
"scheduledShutName": null,
"timeToReplace": null,
"purchasingDate": null,
"purchasingOrder": null,
"purchasingInvoice": null,
"purchasingCost": null,
"purchaseCostCentre": null,
"warrantyExpiryDate": null,
"rotatedDate": null
},
{
"linerItemNumber": null,
"linerMaterialTypeName": "Steel",
"linerManufacturerName": null,
"linerBackingName": null,
"linerFixingName": null,
"linerFixingTypeName": null,
"width": null,
"height": null,
"markingPlanDrawing": null,
"detailDrawing": null,
"backingThickness": null,
"thickness": 20,
"linerWearPackName": null,
"equipmentId": 14893,
"name": "200827-LNRS-014893",
"isInstalled": false,
"functionalLocation": null,
"comments": null,
"url": null,
"partNumber": null,
"installedDate": "2019-11-04T02:20:52.000Z",
"installWONumber": null,
"removalDate": null,
"removalWONumber": null,
"scheduledRemoval": null,
"cOutComments": null,
"leadTime": null,
"replacementInterval": null,
"originalSize": null,
"partitionSize": null,
"rfid": null,
"installedRunHours": null,
"removalRunHours": null,
"actualShutName": null,
"scheduledShutName": null,
"timeToReplace": null,
"purchasingDate": null,
"purchasingOrder": null,
"purchasingInvoice": null,
"purchasingCost": null,
"purchaseCostCentre": null,
"warrantyExpiryDate": null,
"rotatedDate": null
}
]