GitLab · Example Payload

Gitlab Api V4 Broadcast Messages Api_Entities_Broadcast Message Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Broadcast Messages Api_Entities_Broadcast Message Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idmessagestarts_atends_atcolorfonttarget_access_levelstarget_pathbroadcast_typedismissable

Example Payload

Raw ↑
{
  "id": "123456",
  "message": "example_value",
  "starts_at": "2026-04-17T12:00:00Z",
  "ends_at": "2026-04-17T12:00:00Z",
  "color": "example_value",
  "font": "example_value",
  "target_access_levels": "example_value",
  "target_path": "my-group/my-project",
  "broadcast_type": "example_value",
  "dismissable": "example_value"
}