GET api/PostInbox/Projects?loginToken={loginToken}&paveProjDT={paveProjDT}&CustMachineId={CustMachineId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginToken | string |
Required |
|
| paveProjDT | date |
Required |
|
| CustMachineId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustProject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Location | Location |
None. |
|
| Color | string |
None. |
|
| Description | string |
None. |
|
| CoordinateSystem | string |
None. |
|
| GeoId | string |
None. |
|
| AssignedMachines | string |
None. |
|
| AssignedMachineIds | string |
None. |
|
| Timezone | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Location": null,
"Color": "sample string 3",
"Description": "sample string 4",
"CoordinateSystem": "sample string 5",
"GeoId": "sample string 6",
"AssignedMachines": "sample string 7",
"AssignedMachineIds": "sample string 8",
"Timezone": "sample string 9",
"StartDate": "2025-12-13T09:11:15.7169882+00:00",
"EndDate": "2025-12-13T09:11:15.7169882+00:00"
},
{
"Id": 1,
"Name": "sample string 2",
"Location": null,
"Color": "sample string 3",
"Description": "sample string 4",
"CoordinateSystem": "sample string 5",
"GeoId": "sample string 6",
"AssignedMachines": "sample string 7",
"AssignedMachineIds": "sample string 8",
"Timezone": "sample string 9",
"StartDate": "2025-12-13T09:11:15.7169882+00:00",
"EndDate": "2025-12-13T09:11:15.7169882+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.