Return all projects listed in database.

GET /data/projects/all

Ensure that user has at least the manager level before that.

Responses

  • 200

    All projects listed in database

GET /data/projects/all
curl \
 -X GET http://localhost:8080/api/data/projects/all \
 -H "Authorization: $API_KEY"