projects
List project fields for organization
List all fields for a specific organization-owned project.
get/orgs/{org}/projectsV2/{project_number}/fields
Path parameters
project_numberinteger required
The project's number.
orgstring required
The organization name. The name is not case sensitive.
Query parameters
per_pageinteger
The number of results per page (max 100). For more information, see "Using pagination in the REST API."
beforestring
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor. For more information, see "Using pagination in the REST API."
afterstring
A cursor, as given in the Link header. If specified, the query only searches for results after this cursor. For more information, see "Using pagination in the REST API."
Response
Response
Example response
[
{
"project_url": "https://api.github.com/projects/1",
"created_at": "2022-04-28T12:00:00Z",
"updated_at": "2022-04-28T12:00:00Z"
}
]