Returns all projects which are visible for the currently logged in user. If no user is logged in, it returns the list of projects that are visible when using anonymous access.
boolean
string
integer
boolean
Project data
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/project' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates a new project