GET Signal/Get?accountId={accountId}
Get a list of Signals
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of SignalDefinitionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the signal |
integer |
None. |
| StandardUnit | integer |
None. |
|
| Name |
The internal name of the signal |
string |
None. |
| Category |
The category this signal is part of |
string |
None. |
| Metadata |
Extra metadata about the signal |
RitAssist.Api.Areas.HelpPage.ModelDescriptions.SimpleTypeModelDescription |
None. |
| MetadataId | string |
None. |
|
| DisplayName |
The displayname of the signal |
string |
None. |
| Unit |
The unit of the signal |
string |
None. |
| ValueType |
The value type of the signal |
IoValueType |
None. |
| BinaryValueKind |
The binary value type of the sensor, only available when ValueType = OnOff |
BinaryValueKind |
None. |
| IoType |
The type of the sygnal |
IoTypeDto |
None. |
| Ranges |
Ranges defined for the signal |
Collection of SensorRangeDTO |
None. |
| Visible |
The initial visibility of the signal, can be overwritten by a user setting |
boolean |
None. |
| Visibility |
Defines the ability to show the signal |
SensorVisibility |
None. |
| DisplayOnError | boolean |
None. |
|
| HysteresisHighValue | decimal number |
None. |
|
| HysteresisLowValue | decimal number |
None. |
|
| Icon | string |
None. |
|
| IconPath | string |
None. |
|
| OnTextValue | string |
None. |
|
| OffTextValue | string |
None. |
|
| Precision | integer |
None. |