GET v2/Tcus/{id}/NoAssetReport
Get the current no-asset report record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The TCU ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lhp.EquipmentIntelligence.WebApi.Client.Models.NoAssetReportName | Description | Type | Additional information |
---|---|---|---|
NoAssetReportId |
The no asset report ID |
integer |
None. |
TcuName |
The TCU name |
string |
None. |
TcuTypeId |
The TCU type |
Lhp.EquipmentIntelligence.TcuTypes |
None. |
TcuTypeName |
The TCU type name |
string |
None. |
LastReportTimeStamp |
The last report timestamp |
date |
None. |
LastReportNumber |
The last report number |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "NoAssetReportId": 1, "TcuName": "sample string 2", "TcuTypeId": 0, "TcuTypeName": "sample string 3", "LastReportTimeStamp": "2024-11-21T06:29:43.1783943+00:00", "LastReportNumber": 1 }
application/xml, text/xml
Sample:
<NoAssetReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NoAssetReportId>1</NoAssetReportId> <TcuName>sample string 2</TcuName> <TcuTypeId>None</TcuTypeId> <TcuTypeName>sample string 3</TcuTypeName> <LastReportTimeStamp>2024-11-21T06:29:43.1783943+00:00</LastReportTimeStamp> <LastReportNumber>1</LastReportNumber> </NoAssetReport>