GET api/LiveData/Roller?machineId={machineId}&jobId={jobId}&loginToken={loginToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | integer |
Required |
|
| jobId | integer |
Required |
|
| loginToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MCALiveData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FK_CustProjectId | integer |
None. |
|
| FK_CustJobId | integer |
None. |
|
| FK_CustMachineId | integer |
None. |
|
| SessionId | string |
None. |
|
| Machine | string |
None. |
|
| Project | string |
None. |
|
| ProjectId | integer |
None. |
|
| SurfaceTemperature | decimal number |
None. |
|
| FrontICMV | decimal number |
None. |
|
| FrontVibrationFreq | decimal number |
None. |
|
| FrontVibrationAmplitude | decimal number |
None. |
|
| SpeedFromSensor | decimal number |
None. |
|
| LatitudeFromSensor | decimal number |
None. |
|
| LongitudeFromSensor | decimal number |
None. |
|
| HeightFromSensor | decimal number |
None. |
|
| RequiredVibrationPasses | integer |
None. |
|
| RequiredStaticPasses | integer |
None. |
|
| MinSurfaceTemp | integer |
None. |
|
| MaxSurfaceTemp | integer |
None. |
|
| TargetICMV | integer |
None. |
|
| SensorDateTime | date |
None. |
|
| LastStopEventDateTime | date |
None. |
|
| LastUpdated | date |
None. |
|
| MachineId | integer |
None. |
|
| LastStartEventDateTime | date |
None. |
|
| Yaw | decimal number |
None. |
|
| Quality | integer |
None. |
|
| FrontBouncingState | integer |
None. |
|
| IsConnected | boolean |
None. |
|
| LastConnected | date |
None. |
|
| Altitude | decimal number |
None. |
|
| NoOfStatellites | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"FK_CustProjectId": 1,
"FK_CustJobId": 1,
"FK_CustMachineId": 1,
"SessionId": "sample string 2",
"Machine": "sample string 3",
"Project": "sample string 4",
"ProjectId": 1,
"SurfaceTemperature": 1.1,
"FrontICMV": 1.1,
"FrontVibrationFreq": 1.1,
"FrontVibrationAmplitude": 1.1,
"SpeedFromSensor": 1.1,
"LatitudeFromSensor": 1.1,
"LongitudeFromSensor": 1.1,
"HeightFromSensor": 1.1,
"RequiredVibrationPasses": 1,
"RequiredStaticPasses": 1,
"MinSurfaceTemp": 1,
"MaxSurfaceTemp": 1,
"TargetICMV": 1,
"SensorDateTime": "2025-12-13T09:11:13.7599222+00:00",
"LastStopEventDateTime": "2025-12-13T09:11:13.7599222+00:00",
"LastUpdated": "2025-12-13T09:11:13.7599222+00:00",
"MachineId": 1,
"LastStartEventDateTime": "2025-12-13T09:11:13.7599222+00:00",
"Yaw": 1.1,
"Quality": 1,
"FrontBouncingState": 1,
"IsConnected": true,
"LastConnected": "2025-12-13T09:11:13.7599222+00:00",
"Altitude": 7.1,
"NoOfStatellites": 8
}
application/xml, text/xml
Sample:
<MCALiveData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickType"> <Altitude>7.1</Altitude> <FK_CustJobId>1</FK_CustJobId> <FK_CustMachineId>1</FK_CustMachineId> <FK_CustProjectId>1</FK_CustProjectId> <FrontBouncingState>1</FrontBouncingState> <FrontICMV>1.1</FrontICMV> <FrontVibrationAmplitude>1.1</FrontVibrationAmplitude> <FrontVibrationFreq>1.1</FrontVibrationFreq> <HeightFromSensor>1.1</HeightFromSensor> <Id>1</Id> <IsConnected>true</IsConnected> <LastConnected>2025-12-13T09:11:13.7599222+00:00</LastConnected> <LastStartEventDateTime>2025-12-13T09:11:13.7599222+00:00</LastStartEventDateTime> <LastStopEventDateTime>2025-12-13T09:11:13.7599222+00:00</LastStopEventDateTime> <LastUpdated>2025-12-13T09:11:13.7599222+00:00</LastUpdated> <LatitudeFromSensor>1.1</LatitudeFromSensor> <LongitudeFromSensor>1.1</LongitudeFromSensor> <Machine>sample string 3</Machine> <MachineId>1</MachineId> <MaxSurfaceTemp>1</MaxSurfaceTemp> <MinSurfaceTemp>1</MinSurfaceTemp> <NoOfStatellites>8</NoOfStatellites> <Project>sample string 4</Project> <ProjectId>1</ProjectId> <Quality>1</Quality> <RequiredStaticPasses>1</RequiredStaticPasses> <RequiredVibrationPasses>1</RequiredVibrationPasses> <SensorDateTime>2025-12-13T09:11:13.7599222+00:00</SensorDateTime> <SessionId>sample string 2</SessionId> <SpeedFromSensor>1.1</SpeedFromSensor> <SurfaceTemperature>1.1</SurfaceTemperature> <TargetICMV>1</TargetICMV> <Yaw>1.1</Yaw> </MCALiveData>