GitLab · Example Payload

Gitlab Api V4 Bulk Imports Api_Entities_Bulk Imports Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Bulk Imports Api_Entities_Bulk Imports 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

idbulk_import_idstatusentity_typesource_full_pathdestination_full_pathdestination_namedestination_slugdestination_namespaceparent_id

Example Payload

Raw ↑
{
  "id": 1,
  "bulk_import_id": 1,
  "status": "created",
  "entity_type": "group",
  "source_full_path": "source_group",
  "destination_full_path": "some_group/source_project",
  "destination_name": "destination_slug",
  "destination_slug": "destination_slug",
  "destination_namespace": "destination_path",
  "parent_id": 1
}