Github API - Test Config

GET /teams/{team_id}/projects
projects
teams

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

Lists the organization projects for a team.
List team projects (Legacy)

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json team-project []

team-project [object]

A team's access to a project.

Attributes
body string

columns_url string

created_at string

creator simple-user

html_url string

id integer

name string

node_id string

number integer

organization_permission string

The organization permission for this project. Only present when owner is an organization.

owner_url string

permissions 2120

private boolean

Whether the project is private or not. Only present when owner is an organization.

state string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)