Skip to content

List all transferable namespaces for a project

GET
/api/v4/projects/{id}/transfer_locations

Lists all namespaces where a specified project can be transferred.

id
required
One of:
string

The ID or URL-encoded path of the project

search
string
nullable

Return list of namespaces matching the search criteria

Example
search
page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
id
integer format: int64
web_url
string
name
string
avatar_url
string
full_name
string
full_path
string
Example
{
"web_url": "http://gitlab.example.com/groups/diaspora",
"name": "Diaspora",
"avatar_url": "http://gitlab.example.com/uploads/group/avatar/1/avatar.png",
"full_name": "Foobar Group",
"full_path": "foo-bar"
}

Bad Request

Unauthenticated

Not Found