GitLab · Example Payload

Gitlab Api V4 Groups Api_Entities_Badge Example

CodePlatformSoftware DevelopmentSource Control

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

Top-level fields

namelink_urlimage_urlrendered_link_urlrendered_image_urlidkind

Example Payload

Raw ↑
{
  "name": "Example Project",
  "link_url": "https://gitlab.com/example",
  "image_url": "https://gitlab.com/example",
  "rendered_link_url": "https://gitlab.com/example",
  "rendered_image_url": "https://gitlab.com/example",
  "id": "123456",
  "kind": "example_value"
}