GET api/PostData/PaveProject?date={date}&loginToken={loginToken}&uniqueId={uniqueId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

string

Required

loginToken

string

Required

uniqueId

string

Required

Body Parameters

None.

Response Information

Resource Description

PostPaveProjData
NameDescriptionTypeAdditional information
Id

integer

None.

UniqueID

string

None.

FK_PaveIRPaverId

integer

None.

FK_WebserviceId

integer

None.

FK_CustJobDailyShiftId

integer

None.

Name

string

None.

Lift

integer

None.

RoadwayId

string

None.

LayerThickness

integer

None.

OperatorName

string

None.

Comment

string

None.

StartStation

integer

None.

StartStationOffset

decimal number

None.

StationDistance

decimal number

None.

StationsAscending

boolean

None.

DeviceId

string

None.

PavingWidth

decimal number

None.

PaverID

string

None.

SegmentLength

decimal number

None.

Distance

decimal number

None.

CreationDateUTC

date

None.

LastUpdatedUTC

date

None.

StartLocation

string

None.

StartTimeUTC

date

None.

GPSLatitude

decimal number

None.

GPSLongitude

decimal number

None.

FirstRowGPSLatitude

decimal number

None.

FirstRowGPSLongitude

decimal number

None.

BaseScreedWidth

decimal number

None.

FixScreedWidthLeft

decimal number

None.

FixScreedWidthRight

decimal number

None.

IsFinished

boolean

None.

IsMarkedToDelete

boolean

None.

IsFetched

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UniqueID": "sample string 2",
  "FK_PaveIRPaverId": 3,
  "FK_WebserviceId": 4,
  "FK_CustJobDailyShiftId": 5,
  "Name": "sample string 6",
  "Lift": 7,
  "RoadwayId": "sample string 8",
  "LayerThickness": 9,
  "OperatorName": "sample string 10",
  "Comment": "sample string 11",
  "StartStation": 12,
  "StartStationOffset": 13.1,
  "StationDistance": 14.1,
  "StationsAscending": true,
  "DeviceId": "sample string 16",
  "PavingWidth": 17.1,
  "PaverID": "sample string 18",
  "SegmentLength": 19.1,
  "Distance": 20.1,
  "CreationDateUTC": "2025-12-13T09:11:42.5506559+00:00",
  "LastUpdatedUTC": "2025-12-13T09:11:42.5506559+00:00",
  "StartLocation": "sample string 23",
  "StartTimeUTC": "2025-12-13T09:11:42.5506559+00:00",
  "GPSLatitude": 25.1,
  "GPSLongitude": 26.1,
  "FirstRowGPSLatitude": 27.1,
  "FirstRowGPSLongitude": 28.1,
  "BaseScreedWidth": 29.1,
  "FixScreedWidthLeft": 30.1,
  "FixScreedWidthRight": 31.1,
  "IsFinished": true,
  "IsMarkedToDelete": true,
  "IsFetched": true
}

application/xml, text/xml

Sample:
<PostPaveProjData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickTypePost">
  <BaseScreedWidth>29.1</BaseScreedWidth>
  <Comment>sample string 11</Comment>
  <CreationDateUTC>2025-12-13T09:11:42.5506559+00:00</CreationDateUTC>
  <DeviceId>sample string 16</DeviceId>
  <Distance>20.1</Distance>
  <FK_CustJobDailyShiftId>5</FK_CustJobDailyShiftId>
  <FK_PaveIRPaverId>3</FK_PaveIRPaverId>
  <FK_WebserviceId>4</FK_WebserviceId>
  <FirstRowGPSLatitude>27.1</FirstRowGPSLatitude>
  <FirstRowGPSLongitude>28.1</FirstRowGPSLongitude>
  <FixScreedWidthLeft>30.1</FixScreedWidthLeft>
  <FixScreedWidthRight>31.1</FixScreedWidthRight>
  <GPSLatitude>25.1</GPSLatitude>
  <GPSLongitude>26.1</GPSLongitude>
  <Id>1</Id>
  <IsFetched>true</IsFetched>
  <IsFinished>true</IsFinished>
  <IsMarkedToDelete>true</IsMarkedToDelete>
  <LastUpdatedUTC>2025-12-13T09:11:42.5506559+00:00</LastUpdatedUTC>
  <LayerThickness>9</LayerThickness>
  <Lift>7</Lift>
  <Name>sample string 6</Name>
  <OperatorName>sample string 10</OperatorName>
  <PaverID>sample string 18</PaverID>
  <PavingWidth>17.1</PavingWidth>
  <RoadwayId>sample string 8</RoadwayId>
  <SegmentLength>19.1</SegmentLength>
  <StartLocation>sample string 23</StartLocation>
  <StartStation>12</StartStation>
  <StartStationOffset>13.1</StartStationOffset>
  <StartTimeUTC>2025-12-13T09:11:42.5506559+00:00</StartTimeUTC>
  <StationDistance>14.1</StationDistance>
  <StationsAscending>true</StationsAscending>
  <UniqueID>sample string 2</UniqueID>
</PostPaveProjData>