Broadcast
There is currently no endpoint to request a single broadcast. Instead, load a list of all broadcasts for the current user.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the broadcast. |
message | String | Message to display to the user. |
created_at | String | When the broadcast was created. |
category | String | Broadcast category (used for icon and color). |
active | Boolean | Whether or not the brodacast should still be displayed. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the broadcast. |
id | Integer | Value uniquely identifying the broadcast. |
message | String | Message to display to the user. |
created_at | String | When the broadcast was created. |
category | String | Broadcast category (used for icon and color). |
active | Boolean | Whether or not the brodacast should still be displayed. |
recipient | Object | Either a user, organization or repository, or null for global. |