1
I’m starting with Gitlab and I have the following demand, we need the API to identify the projects created in the year 2020 within a particular group of gitlab projects. Listing the following information: project name, creation date, user.
I did some research and discovered that it is possible by CURL using GET /Projects in the created_at field
but I didn’t understand how I can list all projects and command syntax by terminal.
I thank everyone for their help.