List projects created within the gitlab group by creation date

Asked

Viewed 54 times

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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.