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": "2dbd4526-7194-4789-86df-23b9d3f36ed2",
"name": "sample string 1"
},
{
"id": "2dbd4526-7194-4789-86df-23b9d3f36ed2",
"name": "sample string 1"
}
]