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": "9fd1e480-0a14-4c19-95a8-7869f403c08b",
"name": "sample string 1"
},
{
"id": "9fd1e480-0a14-4c19-95a8-7869f403c08b",
"name": "sample string 1"
}
]