GET   repository_profiles/{id}

Gets the repository profile.

URL Parameters

NameDescription
id

Repository profile id.

Request example

Response body model example and description

{
  "id": 1,
  "name": "sample string 2",
  "type": "github",
  "url": "sample string 3",
  "username": "sample string 4",
  "created_utc": "2024-09-27T22:23:29",
  "updated_utc": "2024-09-27T22:23:29",
  "gitlab_project_id": "sample string 6",
  "branch_name": "sample string 7"
}
NameType Description
idInteger

The repository profile identifier.

nameString

The repository profile name.

typeString

The repository type.

urlString

The repository url.

usernameString

The repository username.

created_utcDateTime

The time at which the repository profile was created.

updated_utcDateTime

The last time at which the repository profile was updated.

gitlab_project_idString

No documentation available.

branch_nameString

No documentation available.