Repositories

The repositories for a domain and its details can be retrieved using this API.

The id of the repository is used by CI build-related APIs.

API Schema for Repositories

Get Repositories

get

Get a list of repositories in a domain

Responses
200

Success in retrieving repositories

application/json
get
GET /api/import/v1/repositories HTTP/1.1
Host: logilica.io
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "URL": "text",
    "mostRecentImportTime": 1,
    "firstImportComplete": true
  }
]

Last updated