GET api/WorkOrderMeterReading?ApiToken={ApiToken}&MeterReadingID={MeterReadingID}&WorkOrderID={WorkOrderID}&AssetID={AssetID}

Get Work Order Meter Reading

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ApiToken

string

None.

MeterReadingID

integer

None.

WorkOrderID

integer

None.

AssetID

integer

None.

Body Parameters

None.

Response Information

Resource Description

WorkOrderMeterReadingResponseDataModel
NameDescriptionTypeAdditional information
_objMeterReading

Collection of WorkOrderMeterReadingDataModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "_objMeterReading": [
    {
      "meterReadingId": 1,
      "reading": 1.0,
      "unitID": 2,
      "unit": "sample string 3",
      "assetPartId": 4,
      "assetPartType": 5,
      "wiod": 6,
      "asset": "sample string 7",
      "isActive": 8,
      "isDeleted": 9,
      "addedBy": 10,
      "addedDate": "2025-07-17T04:29:41.3269743+00:00",
      "modifiedBy": 11,
      "modifiedDate": "2025-07-17T04:29:41.3269743+00:00",
      "totalRecord": 12
    },
    {
      "meterReadingId": 1,
      "reading": 1.0,
      "unitID": 2,
      "unit": "sample string 3",
      "assetPartId": 4,
      "assetPartType": 5,
      "wiod": 6,
      "asset": "sample string 7",
      "isActive": 8,
      "isDeleted": 9,
      "addedBy": 10,
      "addedDate": "2025-07-17T04:29:41.3269743+00:00",
      "modifiedBy": 11,
      "modifiedDate": "2025-07-17T04:29:41.3269743+00:00",
      "totalRecord": 12
    }
  ],
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<WorkOrderMeterReadingResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord>
  <_objMeterReading>
    <WorkOrderMeterReadingDataModel>
      <AddedBy>10</AddedBy>
      <AddedDate>2025-07-17T04:29:41.3269743+00:00</AddedDate>
      <Asset>sample string 7</Asset>
      <AssetPartId>4</AssetPartId>
      <AssetPartType>5</AssetPartType>
      <IsActive>8</IsActive>
      <IsDeleted>9</IsDeleted>
      <MeterReadingId>1</MeterReadingId>
      <ModifiedBy>11</ModifiedBy>
      <ModifiedDate>2025-07-17T04:29:41.3269743+00:00</ModifiedDate>
      <Reading>1</Reading>
      <TotalRecord>12</TotalRecord>
      <Unit>sample string 3</Unit>
      <UnitID>2</UnitID>
      <WIOD>6</WIOD>
    </WorkOrderMeterReadingDataModel>
    <WorkOrderMeterReadingDataModel>
      <AddedBy>10</AddedBy>
      <AddedDate>2025-07-17T04:29:41.3269743+00:00</AddedDate>
      <Asset>sample string 7</Asset>
      <AssetPartId>4</AssetPartId>
      <AssetPartType>5</AssetPartType>
      <IsActive>8</IsActive>
      <IsDeleted>9</IsDeleted>
      <MeterReadingId>1</MeterReadingId>
      <ModifiedBy>11</ModifiedBy>
      <ModifiedDate>2025-07-17T04:29:41.3269743+00:00</ModifiedDate>
      <Reading>1</Reading>
      <TotalRecord>12</TotalRecord>
      <Unit>sample string 3</Unit>
      <UnitID>2</UnitID>
      <WIOD>6</WIOD>
    </WorkOrderMeterReadingDataModel>
  </_objMeterReading>
</WorkOrderMeterReadingResponseDataModel>

multipart/form-data

Sample:
<WorkOrderMeterReadingResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord><_objMeterReading><WorkOrderMeterReadingDataModel><AddedBy>10</AddedBy><AddedDate>2025-07-17T04:29:41.3269743+00:00</AddedDate><Asset>sample string 7</Asset><AssetPartId>4</AssetPartId><AssetPartType>5</AssetPartType><IsActive>8</IsActive><IsDeleted>9</IsDeleted><MeterReadingId>1</MeterReadingId><ModifiedBy>11</ModifiedBy><ModifiedDate>2025-07-17T04:29:41.3269743+00:00</ModifiedDate><Reading>1</Reading><TotalRecord>12</TotalRecord><Unit>sample string 3</Unit><UnitID>2</UnitID><WIOD>6</WIOD></WorkOrderMeterReadingDataModel><WorkOrderMeterReadingDataModel><AddedBy>10</AddedBy><AddedDate>2025-07-17T04:29:41.3269743+00:00</AddedDate><Asset>sample string 7</Asset><AssetPartId>4</AssetPartId><AssetPartType>5</AssetPartType><IsActive>8</IsActive><IsDeleted>9</IsDeleted><MeterReadingId>1</MeterReadingId><ModifiedBy>11</ModifiedBy><ModifiedDate>2025-07-17T04:29:41.3269743+00:00</ModifiedDate><Reading>1</Reading><TotalRecord>12</TotalRecord><Unit>sample string 3</Unit><UnitID>2</UnitID><WIOD>6</WIOD></WorkOrderMeterReadingDataModel></_objMeterReading></WorkOrderMeterReadingResponseDataModel>