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": "aa1bed0d-a72d-451e-b524-1c0cdc6eb5ee",
"name": "sample string 1"
},
{
"id": "aa1bed0d-a72d-451e-b524-1c0cdc6eb5ee",
"name": "sample string 1"
}
]