| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/devtype | returns a list of all devtypes |
| GET | /rest/{IF}/devtype/{id} | returns information about a single devtype object |
| GET | /rest/{IF}/devtype/{id}/device | list of all devices of this devtype |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | PUT | Device Type name, unique |
| notes | text | PUT | further notes or description |