GET api/LiveData/AllProjects?date={date}&loginToken={loginToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
Required |
|
| loginToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LiveProjects| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Location |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"StartDate": "2025-12-13T09:11:15.2599351+00:00",
"EndDate": "2025-12-13T09:11:15.2599351+00:00",
"Location": {
"Lat": 1.1,
"Lon": 2.1,
"Address": "sample string 3",
"LastUpdated": "2025-12-13T09:11:15.2599351+00:00"
},
"FK_CustCategoryId": {
"Id": 1,
"Name": "sample string 2",
"Color": "sample string 3"
},
"FK_AssignedJobs": [
{
"Id": 1,
"JobName": "sample string 2",
"RoadwayId": "sample string 3",
"FK_CustProjectId": 4,
"JobStart": "2025-12-13T09:11:15.2599351+00:00",
"JobEnd": "2025-12-13T09:11:15.2599351+00:00"
},
{
"Id": 1,
"JobName": "sample string 2",
"RoadwayId": "sample string 3",
"FK_CustProjectId": 4,
"JobStart": "2025-12-13T09:11:15.2599351+00:00",
"JobEnd": "2025-12-13T09:11:15.2599351+00:00"
}
]
},
{
"Id": 1,
"Name": "sample string 2",
"StartDate": "2025-12-13T09:11:15.2599351+00:00",
"EndDate": "2025-12-13T09:11:15.2599351+00:00",
"Location": {
"Lat": 1.1,
"Lon": 2.1,
"Address": "sample string 3",
"LastUpdated": "2025-12-13T09:11:15.2599351+00:00"
},
"FK_CustCategoryId": {
"Id": 1,
"Name": "sample string 2",
"Color": "sample string 3"
},
"FK_AssignedJobs": [
{
"Id": 1,
"JobName": "sample string 2",
"RoadwayId": "sample string 3",
"FK_CustProjectId": 4,
"JobStart": "2025-12-13T09:11:15.2599351+00:00",
"JobEnd": "2025-12-13T09:11:15.2599351+00:00"
},
{
"Id": 1,
"JobName": "sample string 2",
"RoadwayId": "sample string 3",
"FK_CustProjectId": 4,
"JobStart": "2025-12-13T09:11:15.2599351+00:00",
"JobEnd": "2025-12-13T09:11:15.2599351+00:00"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfLiveProjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickType">
<LiveProjects>
<EndDate>2025-12-13T09:11:15.2599351+00:00</EndDate>
<FK_AssignedJobs>
<AssignedJob>
<FK_CustProjectId>4</FK_CustProjectId>
<Id>1</Id>
<JobEnd>2025-12-13T09:11:15.2599351+00:00</JobEnd>
<JobName>sample string 2</JobName>
<JobStart>2025-12-13T09:11:15.2599351+00:00</JobStart>
<RoadwayId>sample string 3</RoadwayId>
</AssignedJob>
<AssignedJob>
<FK_CustProjectId>4</FK_CustProjectId>
<Id>1</Id>
<JobEnd>2025-12-13T09:11:15.2599351+00:00</JobEnd>
<JobName>sample string 2</JobName>
<JobStart>2025-12-13T09:11:15.2599351+00:00</JobStart>
<RoadwayId>sample string 3</RoadwayId>
</AssignedJob>
</FK_AssignedJobs>
<FK_CustCategoryId>
<Color>sample string 3</Color>
<Id>1</Id>
<Name>sample string 2</Name>
</FK_CustCategoryId>
<Id>1</Id>
<Location>
<Address>sample string 3</Address>
<LastUpdated>2025-12-13T09:11:15.2599351+00:00</LastUpdated>
<Lat>1.1</Lat>
<Lon>2.1</Lon>
</Location>
<Name>sample string 2</Name>
<StartDate>2025-12-13T09:11:15.2599351+00:00</StartDate>
</LiveProjects>
<LiveProjects>
<EndDate>2025-12-13T09:11:15.2599351+00:00</EndDate>
<FK_AssignedJobs>
<AssignedJob>
<FK_CustProjectId>4</FK_CustProjectId>
<Id>1</Id>
<JobEnd>2025-12-13T09:11:15.2599351+00:00</JobEnd>
<JobName>sample string 2</JobName>
<JobStart>2025-12-13T09:11:15.2599351+00:00</JobStart>
<RoadwayId>sample string 3</RoadwayId>
</AssignedJob>
<AssignedJob>
<FK_CustProjectId>4</FK_CustProjectId>
<Id>1</Id>
<JobEnd>2025-12-13T09:11:15.2599351+00:00</JobEnd>
<JobName>sample string 2</JobName>
<JobStart>2025-12-13T09:11:15.2599351+00:00</JobStart>
<RoadwayId>sample string 3</RoadwayId>
</AssignedJob>
</FK_AssignedJobs>
<FK_CustCategoryId>
<Color>sample string 3</Color>
<Id>1</Id>
<Name>sample string 2</Name>
</FK_CustCategoryId>
<Id>1</Id>
<Location>
<Address>sample string 3</Address>
<LastUpdated>2025-12-13T09:11:15.2599351+00:00</LastUpdated>
<Lat>1.1</Lat>
<Lon>2.1</Lon>
</Location>
<Name>sample string 2</Name>
<StartDate>2025-12-13T09:11:15.2599351+00:00</StartDate>
</LiveProjects>
</ArrayOfLiveProjects>