GET ev/platformphasetype/{id}
Restituisce un singolo PlatformPhasetypes con le relative Macchine assegnate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PlatformPhasetypeMachines| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| description | string |
None. |
|
| machines | Collection of PlatformPhasetypeMachinesMachine |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"description": "sample string 2",
"machines": [
{
"machineId": "sample string 1",
"label": "sample string 2"
},
{
"machineId": "sample string 1",
"label": "sample string 2"
}
]
}