PlayRegistrations
Creates, Updates, deletes and lists all Play Registrations created by owner of associated integration.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | False |
ID of Play Registration. |
State | String | False |
State of play registration, either 'draft' or 'enabled'. 'draft' means Play is only available to your team and Play can be updated as needed. 'enabled' means Play is available to all teams, and only certain properties of the Play (name, label, etc.) can be updated. |
SignalType | String | False |
The Signal Type. |
SignalRegistration | String | False |
The Associated signal registration. |
OwnerUserGuid | String | False |
The User GUID of Play Registration owner. |
OwnerTenantId | Integer | False |
The Tenant ID of Play Registration owner. |
Name | String | False |
Localized mapping of the Play Registration's name, which is displayed as a title for the Play. |
Label | String | False |
The Localized mapping of the Play Registration's label, which provides a short description used to explain the signal action combination. |
Integration | String | False |
Associated integration. |
Indicators | String | False |
List of Play Indicators. Come from Signal Registration Indicators. An Indicator set by a Play must be a part of its Signal Registration i.e. if this Indicator is present, then that Play will execute. |
Identifier | String | False |
Play Identifier. |
EnabledAt | Datetime | False |
ISO8601 timestamp of when play registration was enabled. |
Description | String | False |
Localized mapping of the Play Registration's description, which provides a more detailed description of the signal action combination. |
CreatedAt | Datetime | False |
ISO8601 timestamp of when play registration was created. |
Attributes | String | False |
Describe the Task that will get generated, when it will be due, and instructions/template provided to the seller at execution time. (If task_type is email, then you can optionally set an email_subject and email_body.) |