GET Api/TransportAlert?studentID={studentID}&fromDate={fromDate}&toDate={toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentID | globally unique identifier |
Required |
|
| fromDate | date |
Required |
|
| toDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TransportAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportOn | date |
None. |
|
| VehicleID | globally unique identifier |
None. |
|
| VehicleName | string |
None. |
|
| StudentID | globally unique identifier |
None. |
|
| StudentNo | string |
None. |
|
| StudentName | string |
None. |
|
| Description | string |
None. |
|
| ActualLocation | string |
None. |
|
| ActualLatitude | decimal number |
None. |
|
| ActualLongitude | decimal number |
None. |
|
| ExpectedLocation | string |
None. |
|
| ExpectedLatitude | decimal number |
None. |
|
| ExpectedLongitude | decimal number |
None. |
|
| TransportAlertType | TransportAlertType |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| SchoolName | string |
None. |
|
| ParentID | globally unique identifier |
None. |
|
| ParentName | string |
None. |
|
| TripID | globally unique identifier |
None. |
|
| TripName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReportOn": "2026-06-06T03:42:21.5231926+04:00",
"VehicleID": "67065d90-758d-46ec-8b69-3f259a4184e0",
"VehicleName": "sample string 3",
"StudentID": "22764367-b240-4db5-8f61-075d36e86958",
"StudentNo": "sample string 5",
"StudentName": "sample string 6",
"Description": "sample string 7",
"ActualLocation": "sample string 8",
"ActualLatitude": 9.1,
"ActualLongitude": 10.1,
"ExpectedLocation": "sample string 11",
"ExpectedLatitude": 12.1,
"ExpectedLongitude": 13.1,
"TransportAlertType": 0,
"ClientID": "99bb084a-353c-4c06-9359-7fbe24a0115b",
"ClientName": "sample string 15",
"SchoolID": "9e433596-1a97-4c14-b2be-5afbe09070bd",
"SchoolName": "sample string 17",
"ParentID": "df621a0b-c89a-458f-8c92-8ce7b1c1d1a4",
"ParentName": "sample string 19",
"TripID": "e8c5e2b2-5e7e-4307-ba90-61e16a6a91b0",
"TripName": "sample string 21"
},
{
"ReportOn": "2026-06-06T03:42:21.5231926+04:00",
"VehicleID": "67065d90-758d-46ec-8b69-3f259a4184e0",
"VehicleName": "sample string 3",
"StudentID": "22764367-b240-4db5-8f61-075d36e86958",
"StudentNo": "sample string 5",
"StudentName": "sample string 6",
"Description": "sample string 7",
"ActualLocation": "sample string 8",
"ActualLatitude": 9.1,
"ActualLongitude": 10.1,
"ExpectedLocation": "sample string 11",
"ExpectedLatitude": 12.1,
"ExpectedLongitude": 13.1,
"TransportAlertType": 0,
"ClientID": "99bb084a-353c-4c06-9359-7fbe24a0115b",
"ClientName": "sample string 15",
"SchoolID": "9e433596-1a97-4c14-b2be-5afbe09070bd",
"SchoolName": "sample string 17",
"ParentID": "df621a0b-c89a-458f-8c92-8ce7b1c1d1a4",
"ParentName": "sample string 19",
"TripID": "e8c5e2b2-5e7e-4307-ba90-61e16a6a91b0",
"TripName": "sample string 21"
}
]
application/xml, text/xml
Sample:
<ArrayOfTransportAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<TransportAlert>
<ActualLatitude>9.1</ActualLatitude>
<ActualLocation>sample string 8</ActualLocation>
<ActualLongitude>10.1</ActualLongitude>
<ClientID>99bb084a-353c-4c06-9359-7fbe24a0115b</ClientID>
<ClientName>sample string 15</ClientName>
<Description>sample string 7</Description>
<ExpectedLatitude>12.1</ExpectedLatitude>
<ExpectedLocation>sample string 11</ExpectedLocation>
<ExpectedLongitude>13.1</ExpectedLongitude>
<ParentID>df621a0b-c89a-458f-8c92-8ce7b1c1d1a4</ParentID>
<ParentName>sample string 19</ParentName>
<ReportOn>2026-06-06T03:42:21.5231926+04:00</ReportOn>
<SchoolID>9e433596-1a97-4c14-b2be-5afbe09070bd</SchoolID>
<SchoolName>sample string 17</SchoolName>
<StudentID>22764367-b240-4db5-8f61-075d36e86958</StudentID>
<StudentName>sample string 6</StudentName>
<StudentNo>sample string 5</StudentNo>
<TransportAlertType>None</TransportAlertType>
<TripID>e8c5e2b2-5e7e-4307-ba90-61e16a6a91b0</TripID>
<TripName>sample string 21</TripName>
<VehicleID>67065d90-758d-46ec-8b69-3f259a4184e0</VehicleID>
<VehicleName>sample string 3</VehicleName>
</TransportAlert>
<TransportAlert>
<ActualLatitude>9.1</ActualLatitude>
<ActualLocation>sample string 8</ActualLocation>
<ActualLongitude>10.1</ActualLongitude>
<ClientID>99bb084a-353c-4c06-9359-7fbe24a0115b</ClientID>
<ClientName>sample string 15</ClientName>
<Description>sample string 7</Description>
<ExpectedLatitude>12.1</ExpectedLatitude>
<ExpectedLocation>sample string 11</ExpectedLocation>
<ExpectedLongitude>13.1</ExpectedLongitude>
<ParentID>df621a0b-c89a-458f-8c92-8ce7b1c1d1a4</ParentID>
<ParentName>sample string 19</ParentName>
<ReportOn>2026-06-06T03:42:21.5231926+04:00</ReportOn>
<SchoolID>9e433596-1a97-4c14-b2be-5afbe09070bd</SchoolID>
<SchoolName>sample string 17</SchoolName>
<StudentID>22764367-b240-4db5-8f61-075d36e86958</StudentID>
<StudentName>sample string 6</StudentName>
<StudentNo>sample string 5</StudentNo>
<TransportAlertType>None</TransportAlertType>
<TripID>e8c5e2b2-5e7e-4307-ba90-61e16a6a91b0</TripID>
<TripName>sample string 21</TripName>
<VehicleID>67065d90-758d-46ec-8b69-3f259a4184e0</VehicleID>
<VehicleName>sample string 3</VehicleName>
</TransportAlert>
</ArrayOfTransportAlert>