GitLab · Example Payload

Gitlab Project Example

example_value

CodePlatformSoftware DevelopmentSource Control

Gitlab Project 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

idnamedescriptionpathpath_with_namespacename_with_namespacevisibilityweb_urlhttp_url_to_repossh_url_to_repo

Example Payload

Raw ↑
{
  "id": 42,
  "name": "example-project",
  "description": "example_value",
  "path": "my-group/my-project",
  "path_with_namespace": "example-project",
  "name_with_namespace": "example-project",
  "visibility": "internal",
  "web_url": "https://gitlab.com/example",
  "http_url_to_repo": "https://gitlab.com/example",
  "ssh_url_to_repo": "https://gitlab.com/example"
}