Systems

Systems

Retrieve and manage system asset records.

FieldData Type
SystemIDString
DescriptionString
TypeString
PriorityInt32
StatusString
InServiceBoolean
DepartmentIDString
CostCenterIDString
AvailabilityString
NotesString
AssetNoString
OwnerIDString
OwnerFullNameString
VendorIDString
MFRIDString
LatitudeString
LongitudeString
WorkOrderNotesString
PurchaseDateDateTime
StartupDateDateTime
PurchasePriceDecimal
POIDString
ServiceContractIDString
LifeInt32
ReplacementCostDecimal
SalvageValueDecimal
RentalIDString
RentalEndDateDateTime
RentalPOIDString
WarrantyIDString
WarrantyPOIDString
WarrantyEndDateDateTime
ParentIDString
ParentClassString
IsActiveBoolean
DateCreatedDateTime
DateEditedDateTime
CreatedByString
EditedByString

Key: SystemID

Required property: SystemID

Endpoints

GET

URL: https://{site}.mvpplant.com/ODataApi/v1/Systems

Description: Retrieve system asset records.

OData Query Examples

  • Select specific fields:
    https://{site}.mvpplant.com/ODataApi/v1/Systems?$select=SystemID,Description,Status

  • Filter active systems:
    https://{site}.mvpplant.com/ODataApi/v1/Systems?$filter=IsActive eq true

  • Sort by system ID:
    https://{site}.mvpplant.com/ODataApi/v1/Systems?$orderby=SystemID

  • Return the first 10 records:
    https://{site}.mvpplant.com/ODataApi/v1/Systems?$top=10

Notes

  • DateCreated, DateEdited, CreatedBy, and EditedBy are system-generated fields.
  • Include only the fields you want to send in the request body.
  • Use SystemID as the key field for system records.