GET ev/articlesmachines?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssignedMachinesListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | string |
None. |
|
| assigned | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"machineId": "sample string 1",
"assigned": true
},
{
"machineId": "sample string 1",
"assigned": true
}
]