latestOpenAPI 3.0.12026-08-103995881.2 MB

053edab62415

records

Create new record

post/app/v1/records

Request body

asset_idstring uuid

Either asset_id or asset_filter is required

reporting_group_idstring
year_monthstring

Example request

{
  "asset_filter": {
    "flow.custom_attributes": {
      "attribute1": 12345,
      "attribute2": "value1"
    }
  },
  "values": [
    {
      "configuration": {
        "Interval": "1day"
      }
    }
  ]
}

Response

A successful operation

asset_idstring uuid

Either asset_id or asset_filter is required

reporting_group_idstring
year_monthstring
created_atstring date-time
updated_atstring date-time
created_bystring uuid
updated_bystring uuid
idstring uuid
asset_type'equipment' | 'device' | 'facility' | 'flow' | 'asset_group'
company_idstring uuid

Example response

{
  "asset_filter": {
    "flow.custom_attributes": {
      "attribute1": 12345,
      "attribute2": "value1"
    }
  },
  "values": [
    {
      "configuration": {
        "Interval": "1day"
      }
    }
  ]
}