MENU
      repository list
        • PDF

        repository list

        • PDF

        Article summary

        Overview

        Gets the list of repositories.

        Request

        API URL

        GET  {SOURCECOMMIT_API_URL}/repository
        Plain text

        Request parameter

        None

        Request query

        ItemTypeRequirement statusdefaultDescriptionRemarks
        pageNostringN1Page numberStarts from 1
        pageSizestringN100Page size
        repositoryNamestringNName of repository to search

        Request body

        None

        Response

        Response body

        {
            "total": "number",
            "repository": [{
              "id": "number",
              "name": "string",
              "permission": "string",
              "actionName": "string"
            }]
        }
        JSON
        ItemTypeDescriptionRemarks
        totalnumberNumber of repositories
        repository[].idnumberRepository ID
        repository[].namestringRepository name
        repository[].permissionstringPermission status for viewing details"Allow" | "Deny"
        repository[].actionNamestringPermission name for viewing details

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.