GET   repository_profiles

Gets the repository profiles.

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": "2026-05-13T03:44:23",
    "updated_utc": "2026-05-13T03:44:23",
    "gitlab_project_id": "sample string 6",
    "branch_name": "sample string 7",
    "checks": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ]
  },
  {
    "id": 1,
    "name": "sample string 2",
    "type": "github",
    "url": "sample string 3",
    "username": "sample string 4",
    "created_utc": "2026-05-13T03:44:23",
    "updated_utc": "2026-05-13T03:44:23",
    "gitlab_project_id": "sample string 6",
    "branch_name": "sample string 7",
    "checks": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ]
  },
  {
    "id": 1,
    "name": "sample string 2",
    "type": "github",
    "url": "sample string 3",
    "username": "sample string 4",
    "created_utc": "2026-05-13T03:44:23",
    "updated_utc": "2026-05-13T03:44:23",
    "gitlab_project_id": "sample string 6",
    "branch_name": "sample string 7",
    "checks": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ]
  }
]
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.

checksArray

List of the checks to associate with the repository.

IdInteger

No documentation available.

NameString

No documentation available.