Skip to main content

Get the asset maintenance history

GET 

/workspaces/:workspace_id/maintenances/:asset_id

Get the asset maintenance history

Request

Path Parameters

    workspace_id stringrequired

    Workspace Id

    asset_id stringrequired

    Asset Id

Responses

OK response.

Schema

  • Array [

  • asset_id stringrequired

    Unique identifier for the asset associated with the maintenance

    asset_name stringrequired

    Name of the asset associated with the maintenance

    asset_type stringrequired

    Type or category of the asset associated with the maintenance

    maintenance_done booleanrequired

    Boolean flag indicating if the maintenance has been completed

    notes stringrequired

    Additional notes or details about the maintenance activity

    operator_id stringrequired

    Unique identifier for the operator who performed the maintenance

    operator_last_name stringrequired

    Last name of the operator who performed the maintenance

    operator_name stringrequired

    First name of the operator who performed the maintenance

    ts_maintenance stringrequired

    Timestamp indicating the date and time of the maintenance, formatted as a string

  • ]

Loading...