Repos API
A repository is a representation of a source control repository that has been discovered by Flow using a set of user credentials. Once a repository is discovered, it is then tied to a pull request project.
Supported request
Get a list of repositories: /repos/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for a repository. |
| string | Name of a repository. |
| string | Repository URL. |
| string | Unique identifier of user who added the repository. |
| string | Date and time a repo was updated. |
| string | Vendor type where the repository is installed. |
| string | Date and time the repository audit was created. |
| double | Unique identifier of user who added the repository. |
| boolean | True indicates the repository is private. |
| boolean | True indicates the repository is blocked. |
| string | Date and time of newest commit. |
| string | Date and time of oldest commit. |
| string | Date and time repo was last updated. |
| string | Last fetch failure reason. |
| string | Public key for repository. |
| string | Excluded files, folders and directories. |
| string | Date and time staff access expires. |
| string | An array of tags. |
| string | An array of hexshas to skip. |
| string | Date and time a repo was created. |
| double | Unique identifier for an integration. |
| string | Unused field. |
| string | URL of the commit. |
| string | Repo updating progress status. |
| string | Repo description. |
| string | Date and time repo stopped processing. |
| string | Date and time of last successful processing. |
| string | Date and time of last processing attempt. |
| string | Repo web URL. |
| string | Clean repo URL. |
| string | Sortable repo state for filters. 0=blocked, 1=fetch_failues, 2=good |
| string | Group/org owner of repo. |
| double | Vendor ID. |
