GET api/RoundTripAssignment?roundTripHasStarted={roundTripHasStarted}&roundTripHasEnded={roundTripHasEnded}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roundTripHasStarted

boolean

None.

roundTripHasEnded

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RoundTripAssignment
NameDescriptionTypeAdditional information
roundTripAssignment_Id

string

None.

roundTripRequest_guid

string

None.

roundTripOriginLat

decimal number

None.

roundTripOriginLon

decimal number

None.

roundTripOriginAddress

string

None.

roundTripOriginTag

string

None.

roundTripDestinationLat

decimal number

None.

roundTripDestinationLon

decimal number

None.

roundTripDestinationAddress

string

None.

roundTripDestinationTag

string

None.

roundTripDesiredDepartureTime

string

None.

roundTripDesiredArrivalTime

string

None.

roundTripCluster_Id

string

None.

roundTripClusterCreationTimestamp

string

None.

roundTripClusterΑpproximateStartDatetime

string

None.

roundTripClusterΑpproximateEndDatetime

string

None.

roundTripClusterServingLeg

integer

None.

roundTripClusterAssignedVehicleId

string

None.

roundTripHasStarted

boolean

None.

roundTripStartedDatetime

string

None.

roundTripHasEnded

boolean

None.

roundTripCompletedDatetime

string

None.

roundTripHasCancelled

boolean

None.

roundTripCancelledDatetime

string

None.

roundTripAvgSpeed

decimal number

None.

roundTripTotalMeters

decimal number

None.

roundTripTotalSeconds

decimal number

None.

roundTripUserComments

string

None.

roundTripUserRating

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "roundTripAssignment_Id": "sample string 1",
    "roundTripRequest_guid": "sample string 2",
    "roundTripOriginLat": 3.1,
    "roundTripOriginLon": 4.1,
    "roundTripOriginAddress": "sample string 5",
    "roundTripOriginTag": "sample string 6",
    "roundTripDestinationLat": 7.1,
    "roundTripDestinationLon": 8.1,
    "roundTripDestinationAddress": "sample string 9",
    "roundTripDestinationTag": "sample string 10",
    "roundTripDesiredDepartureTime": "sample string 11",
    "roundTripDesiredArrivalTime": "sample string 12",
    "roundTripCluster_Id": "sample string 13",
    "roundTripClusterCreationTimestamp": "sample string 14",
    "roundTripClusterΑpproximateStartDatetime": "sample string 15",
    "roundTripClusterΑpproximateEndDatetime": "sample string 16",
    "roundTripClusterServingLeg": 17,
    "roundTripClusterAssignedVehicleId": "sample string 18",
    "roundTripHasStarted": true,
    "roundTripStartedDatetime": "sample string 20",
    "roundTripHasEnded": true,
    "roundTripCompletedDatetime": "sample string 22",
    "roundTripHasCancelled": true,
    "roundTripCancelledDatetime": "sample string 24",
    "roundTripAvgSpeed": 25.1,
    "roundTripTotalMeters": 26.1,
    "roundTripTotalSeconds": 27.1,
    "roundTripUserComments": "sample string 28",
    "roundTripUserRating": "sample string 29"
  },
  {
    "roundTripAssignment_Id": "sample string 1",
    "roundTripRequest_guid": "sample string 2",
    "roundTripOriginLat": 3.1,
    "roundTripOriginLon": 4.1,
    "roundTripOriginAddress": "sample string 5",
    "roundTripOriginTag": "sample string 6",
    "roundTripDestinationLat": 7.1,
    "roundTripDestinationLon": 8.1,
    "roundTripDestinationAddress": "sample string 9",
    "roundTripDestinationTag": "sample string 10",
    "roundTripDesiredDepartureTime": "sample string 11",
    "roundTripDesiredArrivalTime": "sample string 12",
    "roundTripCluster_Id": "sample string 13",
    "roundTripClusterCreationTimestamp": "sample string 14",
    "roundTripClusterΑpproximateStartDatetime": "sample string 15",
    "roundTripClusterΑpproximateEndDatetime": "sample string 16",
    "roundTripClusterServingLeg": 17,
    "roundTripClusterAssignedVehicleId": "sample string 18",
    "roundTripHasStarted": true,
    "roundTripStartedDatetime": "sample string 20",
    "roundTripHasEnded": true,
    "roundTripCompletedDatetime": "sample string 22",
    "roundTripHasCancelled": true,
    "roundTripCancelledDatetime": "sample string 24",
    "roundTripAvgSpeed": 25.1,
    "roundTripTotalMeters": 26.1,
    "roundTripTotalSeconds": 27.1,
    "roundTripUserComments": "sample string 28",
    "roundTripUserRating": "sample string 29"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRoundTripAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/galileoformobility.Models">
  <RoundTripAssignment>
    <roundTripAssignment_Id>sample string 1</roundTripAssignment_Id>
    <roundTripAvgSpeed>25.1</roundTripAvgSpeed>
    <roundTripCancelledDatetime>sample string 24</roundTripCancelledDatetime>
    <roundTripClusterAssignedVehicleId>sample string 18</roundTripClusterAssignedVehicleId>
    <roundTripClusterCreationTimestamp>sample string 14</roundTripClusterCreationTimestamp>
    <roundTripClusterServingLeg>17</roundTripClusterServingLeg>
    <roundTripCluster_Id>sample string 13</roundTripCluster_Id>
    <roundTripClusterΑpproximateEndDatetime>sample string 16</roundTripClusterΑpproximateEndDatetime>
    <roundTripClusterΑpproximateStartDatetime>sample string 15</roundTripClusterΑpproximateStartDatetime>
    <roundTripCompletedDatetime>sample string 22</roundTripCompletedDatetime>
    <roundTripDesiredArrivalTime>sample string 12</roundTripDesiredArrivalTime>
    <roundTripDesiredDepartureTime>sample string 11</roundTripDesiredDepartureTime>
    <roundTripDestinationAddress>sample string 9</roundTripDestinationAddress>
    <roundTripDestinationLat>7.1</roundTripDestinationLat>
    <roundTripDestinationLon>8.1</roundTripDestinationLon>
    <roundTripDestinationTag>sample string 10</roundTripDestinationTag>
    <roundTripHasCancelled>true</roundTripHasCancelled>
    <roundTripHasEnded>true</roundTripHasEnded>
    <roundTripHasStarted>true</roundTripHasStarted>
    <roundTripOriginAddress>sample string 5</roundTripOriginAddress>
    <roundTripOriginLat>3.1</roundTripOriginLat>
    <roundTripOriginLon>4.1</roundTripOriginLon>
    <roundTripOriginTag>sample string 6</roundTripOriginTag>
    <roundTripRequest_guid>sample string 2</roundTripRequest_guid>
    <roundTripStartedDatetime>sample string 20</roundTripStartedDatetime>
    <roundTripTotalMeters>26.1</roundTripTotalMeters>
    <roundTripTotalSeconds>27.1</roundTripTotalSeconds>
    <roundTripUserComments>sample string 28</roundTripUserComments>
    <roundTripUserRating>sample string 29</roundTripUserRating>
  </RoundTripAssignment>
  <RoundTripAssignment>
    <roundTripAssignment_Id>sample string 1</roundTripAssignment_Id>
    <roundTripAvgSpeed>25.1</roundTripAvgSpeed>
    <roundTripCancelledDatetime>sample string 24</roundTripCancelledDatetime>
    <roundTripClusterAssignedVehicleId>sample string 18</roundTripClusterAssignedVehicleId>
    <roundTripClusterCreationTimestamp>sample string 14</roundTripClusterCreationTimestamp>
    <roundTripClusterServingLeg>17</roundTripClusterServingLeg>
    <roundTripCluster_Id>sample string 13</roundTripCluster_Id>
    <roundTripClusterΑpproximateEndDatetime>sample string 16</roundTripClusterΑpproximateEndDatetime>
    <roundTripClusterΑpproximateStartDatetime>sample string 15</roundTripClusterΑpproximateStartDatetime>
    <roundTripCompletedDatetime>sample string 22</roundTripCompletedDatetime>
    <roundTripDesiredArrivalTime>sample string 12</roundTripDesiredArrivalTime>
    <roundTripDesiredDepartureTime>sample string 11</roundTripDesiredDepartureTime>
    <roundTripDestinationAddress>sample string 9</roundTripDestinationAddress>
    <roundTripDestinationLat>7.1</roundTripDestinationLat>
    <roundTripDestinationLon>8.1</roundTripDestinationLon>
    <roundTripDestinationTag>sample string 10</roundTripDestinationTag>
    <roundTripHasCancelled>true</roundTripHasCancelled>
    <roundTripHasEnded>true</roundTripHasEnded>
    <roundTripHasStarted>true</roundTripHasStarted>
    <roundTripOriginAddress>sample string 5</roundTripOriginAddress>
    <roundTripOriginLat>3.1</roundTripOriginLat>
    <roundTripOriginLon>4.1</roundTripOriginLon>
    <roundTripOriginTag>sample string 6</roundTripOriginTag>
    <roundTripRequest_guid>sample string 2</roundTripRequest_guid>
    <roundTripStartedDatetime>sample string 20</roundTripStartedDatetime>
    <roundTripTotalMeters>26.1</roundTripTotalMeters>
    <roundTripTotalSeconds>27.1</roundTripTotalSeconds>
    <roundTripUserComments>sample string 28</roundTripUserComments>
    <roundTripUserRating>sample string 29</roundTripUserRating>
  </RoundTripAssignment>
</ArrayOfRoundTripAssignment>