GET api/CustScheduler/GetProjectByMachineId?machineId={machineId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | 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:38.5144473+00:00",
"EndDate": "2025-12-13T09:11:38.5144473+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:38.5144473+00:00",
"EndDate": "2025-12-13T09:11:38.5144473+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.