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": "6b0130cc-fa4d-47f6-85c0-8bf0d88c6585",
"name": "sample string 1"
},
{
"id": "6b0130cc-fa4d-47f6-85c0-8bf0d88c6585",
"name": "sample string 1"
}
]