Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #213797
Closed
Open
Issue created Apr 08, 2020 by Manoj M J@manojmj3️⃣Developer

Remove 'projects' and 'shared_projects' from Groups API responses in API V5.

Based on the requirement from !20023 (merged), we are now limiting the number of projects and shared_projects in Groups API response to 100.

But this number (100) is arbritary and does not provide correction information about projects, in case the number of projects in the group is above 100.

Also, GET /groups/:id/projects API and GET /groups/:id/projects/shared API already serves the purpose of exposing project and shared project details within a group in a paginated fashion.

Hence, the plan is to get rid of projects and shared_projects information from Groups API responses, when we release API v5.

Edited May 08, 2020 by Manoj M J
Assignee
Assign to
Time tracking