GET ev/users/machines?username={username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | 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
}
]