GET api/v{version}/Information/GetInformation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Information| Name | Description | Type | Additional information |
|---|---|---|---|
| NodeID | integer |
Required |
|
| Info | string |
Required |
|
| ImgID | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"NodeID": 1,
"Info": "sample string 2",
"ImgID": 1,
"Name": "sample string 3"
},
{
"$ref": "1"
}
]