GET ev/machines/dashboard
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MachineDashboardListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "adb9d33f-5941-4ea1-95b0-99857b733e9f",
"name": "sample string 1"
},
{
"id": "adb9d33f-5941-4ea1-95b0-99857b733e9f",
"name": "sample string 1"
}
]