MENU
      Get repository details

        Get repository details


        Article summary

        Overview

        Get repository details.

        Request

        API URL

        GET  {SOURCECOMMIT_API_URL}/repository/{repositoryName}
        Plain text

        Request parameters

        CategoryTypeDescriptionRemarks
        repositoryNamestringRepository nameGet with repositoryList API

        Request query

        None

        Request body

        None

        Response

        Response body

        {
            "id": "number",
            "name": "string",
            "description": "string",
            "created": {
                "timestamp": "number",
                "user": "string"
            },
            "git": {
                "https": "string",
                "ssh": "string",
                "httpsPrivate": "string"
            },
            "linked": {
                "FileSafer": "boolean",
                "ObjectStorage": "boolean"
            }
        }
        JSON
        CategoryTypeDescriptionRemarks
        idnumberRepository ID
        namestringRepository name
        linked.FileSaferbooleanFile Safer integration status
        linked.ObjectStoragebooleanObject Storage integration status
        git.sshstringRepository Git address (SSH)
        git.httpsstringRepository Git address (HTTPS)
        git.httpsPrivatestringRepository Git private address (HTTPS)
        descriptionstringRepository description
        created.userstringRepository creator's user ID
        created.timestampnumberRepository creation time

        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.