Repositories

The Repository table in the Repo package stores all the information related to repositories in a database. It is a comprehensive collection of data that contains details such as repository name, owner, description, creation date, and latest commit date. This table also includes important information related to branches, commits, and contributors. The Repository table provides a central location for managing and organizing multiple repositories, making it easier for users to track and access important code repositories. With its intuitive design and efficient data storage, the Repository table is an essential component for any software development team looking to streamline their repository management process.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 32

The RepositoryId field in the Repository table is a primary key field that is of data type nvarchar with a maximum length of 32 characters. This field uniquely identifies each record in the table, making it a crucial component in maintaining data integrity and facilitating efficient data retrieval. The nvarchar data type allows for storing both numbers and letters, making it suitable for a wide range of values. With a length limit of 32, this field can accommodate a significant amount of information while still keeping it concise and easily identifiable. Its primary key status ensures that it is always unique and cannot have any duplicate values, making it a crucial factor in the efficient management of database records.

string
required
length between 1 and 256

The field 'Description' in the 'Repository' table is of data type nvarchar, which means it can store text data up to 256 characters in length. This field is designed to hold a brief description or summary of the data contained within the repository. It allows for a concise explanation of the data without being too lengthy. This field can be used to provide context and understanding of the data for users or to help identify the purpose and contents of the repository. It is a crucial component for organizing and understanding the data within the repository.

string
required
length ≥ 1

The ScmOwner field in the Repository table is a data type of nvarchar, which allows for storage of text-based data. This field is used to store the name or username of the owner of the source code management (SCM) system for a particular repository. This can be useful for tracking ownership and managing permissions for the repository.

string
required
length ≥ 1

The ScmName field in the Repository table is a data type of nvarchar, meaning it can store both numeric and character data. This field is designed to hold the name of the source code management system (SCM) associated with a specific repository. This information is crucial for organizing and managing source code versions, tracking changes, and facilitating collaboration among developers. It allows for clear identification and differentiation between different repositories within a larger project or organization. The nvarchar data type provides flexibility in storing a wide range of SCM names, ensuring accurate and efficient data storage.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!