GitLab · Example Payload

Gitlab Openapi Original Api_Entities_Project Identity Example

desc

CodePlatformSoftware DevelopmentSource Control

Gitlab Openapi Original Api_Entities_Project Identity 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

iddescriptionnamename_with_namespacepathpath_with_namespacecreated_at

Example Payload

Raw ↑
{
  "id": 1,
  "description": "desc",
  "name": "project1",
  "name_with_namespace": "John Doe / project1",
  "path": "project1",
  "path_with_namespace": "namespace1/project1",
  "created_at": "2020-05-07 04:27:17.016000+00:00"
}