Projects

[Deprecated] Get projects in a team

Deprecated in favor of Get top-level folders in a team. You can use this endpoint to get a list of the top-level Projects (now called "folders") within the specified team. This will only return projects visible to the authenticated user or owner of the developer token. Note: it is not currently possible to programmatically obtain the team id of a user just from a token. To obtain a team id, navigate to a team page of a team you are a part of. The team id will be present in the URL after the word team and before your team name.

get/v1/teams/{team_id}/projects

Path parameters

team_idstring required

ID of the team to list projects from

Response

Response from the GET /v1/teams/{team_id}/projects endpoint.

namestring required

The team's name.

Changes

Changed in 4 of the 36 revisions of this API.5

    • endpoint deprecated

      endpoint-deprecated

    • the endpoint scheme security PlanAccessToken was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the security scope projects:read was added to the endpoint's security scheme OAuth2

      api-security-scope-added

    • the endpoint scheme security PlanAccessToken was removed from the API

      api-security-removed

    • the security scope projects:read was removed from the endpoint's security scheme OAuth2

      api-security-scope-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog