GET api/PostData/MCASession?loginToken={loginToken}&IdFromMIP={IdFromMIP}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginToken

string

Required

IdFromMIP

string

Required

Body Parameters

None.

Response Information

Resource Description

MCAPostData
NameDescriptionTypeAdditional information
Id

integer

None.

IdFromMIP

string

None.

FK_WebserviceId

integer

None.

FK_MCARollerId

integer

None.

FK_CustJobDailyShiftId

integer

None.

FK_MCAProjectId

integer

None.

ProjectIdFromMIP

integer

None.

Project

string

None.

RoadwayId

string

None.

CreationDate

date

None.

LastUpdated

date

None.

CPID

string

None.

Machine

string

None.

SensorDataEventCount

integer

None.

RecordedPointDataEventCount

integer

None.

SessionId

integer

None.

DrumWidth

decimal number

None.

DrumDiameter

decimal number

None.

LayerNumber

integer

None.

RequiredVibrationPasses

integer

None.

RequiredStaticPasses

integer

None.

MinSurfaceTemp

decimal number

None.

MaxSurfaceTemp

decimal number

None.

SurfaceTemperature

decimal number

None.

TargetICMV

integer

None.

TargetICMVDeviation

integer

None.

StartStation

decimal number

None.

StationsAscending

integer

None.

MaxSpeed

decimal number

None.

FrontICMV

integer

None.

FrontVibrationFreq

decimal number

None.

FrontVibrationAmplitude

decimal number

None.

SpeedFromSensor

decimal number

None.

HeightFromSensor

decimal number

None.

LatitudeFromSensor

decimal number

None.

LongitudeFromSensor

decimal number

None.

OperatorName

string

None.

GNSSQuality

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdFromMIP": "sample string 2",
  "FK_WebserviceId": 3,
  "FK_MCARollerId": 4,
  "FK_CustJobDailyShiftId": 5,
  "FK_MCAProjectId": 6,
  "ProjectIdFromMIP": 7,
  "Project": "sample string 8",
  "RoadwayId": "sample string 9",
  "CreationDate": "2025-12-13T09:11:46.2594093+00:00",
  "LastUpdated": "2025-12-13T09:11:46.2594093+00:00",
  "CPID": "sample string 12",
  "Machine": "sample string 13",
  "SensorDataEventCount": 14,
  "RecordedPointDataEventCount": 15,
  "SessionId": 16,
  "DrumWidth": 17.1,
  "DrumDiameter": 18.1,
  "LayerNumber": 19,
  "RequiredVibrationPasses": 20,
  "RequiredStaticPasses": 21,
  "MinSurfaceTemp": 22.1,
  "MaxSurfaceTemp": 23.1,
  "SurfaceTemperature": 24.1,
  "TargetICMV": 25,
  "TargetICMVDeviation": 26,
  "StartStation": 27.1,
  "StationsAscending": 28,
  "MaxSpeed": 29.1,
  "FrontICMV": 30,
  "FrontVibrationFreq": 31.1,
  "FrontVibrationAmplitude": 32.1,
  "SpeedFromSensor": 33.1,
  "HeightFromSensor": 34.1,
  "LatitudeFromSensor": 35.1,
  "LongitudeFromSensor": 36.1,
  "OperatorName": "sample string 37",
  "GNSSQuality": 38
}

application/xml, text/xml

Sample:
<MCAPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickTypePost">
  <CPID>sample string 12</CPID>
  <CreationDate>2025-12-13T09:11:46.2594093+00:00</CreationDate>
  <DrumDiameter>18.1</DrumDiameter>
  <DrumWidth>17.1</DrumWidth>
  <FK_CustJobDailyShiftId>5</FK_CustJobDailyShiftId>
  <FK_MCAProjectId>6</FK_MCAProjectId>
  <FK_MCARollerId>4</FK_MCARollerId>
  <FK_WebserviceId>3</FK_WebserviceId>
  <FrontICMV>30</FrontICMV>
  <FrontVibrationAmplitude>32.1</FrontVibrationAmplitude>
  <FrontVibrationFreq>31.1</FrontVibrationFreq>
  <GNSSQuality>38</GNSSQuality>
  <HeightFromSensor>34.1</HeightFromSensor>
  <Id>1</Id>
  <IdFromMIP>sample string 2</IdFromMIP>
  <LastUpdated>2025-12-13T09:11:46.2594093+00:00</LastUpdated>
  <LatitudeFromSensor>35.1</LatitudeFromSensor>
  <LayerNumber>19</LayerNumber>
  <LongitudeFromSensor>36.1</LongitudeFromSensor>
  <Machine>sample string 13</Machine>
  <MaxSpeed>29.1</MaxSpeed>
  <MaxSurfaceTemp>23.1</MaxSurfaceTemp>
  <MinSurfaceTemp>22.1</MinSurfaceTemp>
  <OperatorName>sample string 37</OperatorName>
  <Project>sample string 8</Project>
  <ProjectIdFromMIP>7</ProjectIdFromMIP>
  <RecordedPointDataEventCount>15</RecordedPointDataEventCount>
  <RequiredStaticPasses>21</RequiredStaticPasses>
  <RequiredVibrationPasses>20</RequiredVibrationPasses>
  <RoadwayId>sample string 9</RoadwayId>
  <SensorDataEventCount>14</SensorDataEventCount>
  <SessionId>16</SessionId>
  <SpeedFromSensor>33.1</SpeedFromSensor>
  <StartStation>27.1</StartStation>
  <StationsAscending>28</StationsAscending>
  <SurfaceTemperature>24.1</SurfaceTemperature>
  <TargetICMV>25</TargetICMV>
  <TargetICMVDeviation>26</TargetICMVDeviation>
</MCAPostData>