GET api/PostInbox/Jobs?loginToken={loginToken}&custProjectId={custProjectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginToken

string

Required

custProjectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustJob
NameDescriptionTypeAdditional information
Id

integer

None.

JobName

string

None.

ProjectId

integer

None.

RoadwayId

string

None.

StartDateTime

string

None.

EndDateTime

string

None.

StartStation

string

None.

EndStation

string

None.

StationInterval

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

StationLength

decimal number

None.

StationingOffset

decimal number

None.

SegmentLength

decimal number

None.

Lift

string

None.

SegregationVsTsi

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "JobName": "sample string 2",
    "ProjectId": 3,
    "RoadwayId": "sample string 4",
    "StartDateTime": "sample string 5",
    "EndDateTime": "sample string 6",
    "StartStation": "sample string 7",
    "EndStation": "sample string 8",
    "StationInterval": "sample string 9",
    "Latitude": 10.1,
    "Longitude": 11.1,
    "StationLength": 12.1,
    "StationingOffset": 13.1,
    "SegmentLength": 14.1,
    "Lift": "sample string 15",
    "SegregationVsTsi": "sample string 16"
  },
  {
    "Id": 1,
    "JobName": "sample string 2",
    "ProjectId": 3,
    "RoadwayId": "sample string 4",
    "StartDateTime": "sample string 5",
    "EndDateTime": "sample string 6",
    "StartStation": "sample string 7",
    "EndStation": "sample string 8",
    "StationInterval": "sample string 9",
    "Latitude": 10.1,
    "Longitude": 11.1,
    "StationLength": 12.1,
    "StationingOffset": 13.1,
    "SegmentLength": 14.1,
    "Lift": "sample string 15",
    "SegregationVsTsi": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustJob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CloudInteractionBridge.DataClasses">
  <CustJob>
    <EndDateTime>sample string 6</EndDateTime>
    <EndStation>sample string 8</EndStation>
    <Id>1</Id>
    <JobName>sample string 2</JobName>
    <Latitude>10.1</Latitude>
    <Lift>sample string 15</Lift>
    <Longitude>11.1</Longitude>
    <ProjectId>3</ProjectId>
    <RoadwayId>sample string 4</RoadwayId>
    <SegmentLength>14.1</SegmentLength>
    <SegregationVsTsi>sample string 16</SegregationVsTsi>
    <StartDateTime>sample string 5</StartDateTime>
    <StartStation>sample string 7</StartStation>
    <StationInterval>sample string 9</StationInterval>
    <StationLength>12.1</StationLength>
    <StationingOffset>13.1</StationingOffset>
  </CustJob>
  <CustJob>
    <EndDateTime>sample string 6</EndDateTime>
    <EndStation>sample string 8</EndStation>
    <Id>1</Id>
    <JobName>sample string 2</JobName>
    <Latitude>10.1</Latitude>
    <Lift>sample string 15</Lift>
    <Longitude>11.1</Longitude>
    <ProjectId>3</ProjectId>
    <RoadwayId>sample string 4</RoadwayId>
    <SegmentLength>14.1</SegmentLength>
    <SegregationVsTsi>sample string 16</SegregationVsTsi>
    <StartDateTime>sample string 5</StartDateTime>
    <StartStation>sample string 7</StartStation>
    <StationInterval>sample string 9</StationInterval>
    <StationLength>12.1</StationLength>
    <StationingOffset>13.1</StationingOffset>
  </CustJob>
</ArrayOfCustJob>