PROJECTS
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Endpoint
<hostname>repos/{userName}/{repoName}/projects
Note: The API may change without advance notice during the preview period. Preview
features are not supported for production use. If you experience any issues, contact
GitHub Support or GitHub Premium Support.
Columns
The PROJECTS table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type |
|---|---|
| USERNAME* | VarChar(255) |
| REPONAME* | VarChar(255) |
| ID* | Integer |
| BODY | VarChar(255) |
| CREATEDAT | Timestamp(0) |
| CREATORLOGIN | VarChar(255) |
| HTMLURL | VarChar(255) |
| NAME | VarChar(255) |
| NUMBER | Integer |
| OWNERURL | VarChar(255) |
| STATE | VarChar(255) |
| UPDATEDAT | Timestamp(0) |
| URL | VarChar(255) |