Device Interface REST Endpoints

Resource/Device Interface
Create, get, update and delete device interfaces.
Create Device Interfaces
Method: post
Path: /deviceInterface
Delete a Device Interface
Method: delete
Path: /deviceInterface/{id}
Get a Device Interface by ID
Method: get
Path: /deviceInterface/{id}
Get Device Interfaces
Method: get
Path: /deviceInterface
Update a Device Interface
Method: patch
Path: /deviceInterface/{id}