API Documentation

Last Update: 28 December 2022

GET api/HostToModule



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of HostToModule
Name Description Type Additional information
ID

integer

None.

HostID

integer

None.

ModuleID

byte

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "HostID": 2,
    "ModuleID": 64
  },
  {
    "$ref": "1"
  }
]