SignalRegistrations
Create, update, and query all the Signal Registrations for all Integrations.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
The Id of the Registration. |
| Type | String | False |
Signal registration type. |
| SignalName | String | False |
Signal name. |
| OwnerUserGuid | String | False |
User GUID of the Registration owner. |
| IntegrationSlug | String | False |
Integration Slug linked to the signal registration. |
| IntegrationId | Integer | False |
IntegrationId linked to signal registration. |
| Indicators | String | False |
Array of signal indicators registrations. |
| GloballyInstalledAt | Datetime | False |
ISO8601 timestamp of when the registration was globally installed. |
| Description | String | False |
Localized signal description. |
| DataShape | String | False |
JSON schema of the signal data. |
| Attribution | String | False |
Array of possible attributions. |
| CreatedAt | Datetime | True |
ISO8601 timestamp of when the signal registration was created. |