GET   repository_profiles

Gets the repository profiles.

Request example

curl --request GET "https://api-asm1.apica.io/v3/repository_profiles?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

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-12-03T06:21:38",
    "updated_utc": "2024-12-03T06:21:38",
    "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": "2024-12-03T06:21:38",
    "updated_utc": "2024-12-03T06:21:38",
    "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": "2024-12-03T06:21:38",
    "updated_utc": "2024-12-03T06:21:38",
    "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
id Integer

The repository profile identifier.

name String

The repository profile name.

type String

The repository type.

url String

The repository url.

username String

The repository username.

created_utc DateTime

The time at which the repository profile was created.

updated_utc DateTime

The last time at which the repository profile was updated.

gitlab_project_id String

No documentation available.

branch_name String

No documentation available.

checks Array

List of the checks to associate with the repository.

Id Integer

No documentation available.

Name String

No documentation available.