Get list of projects

Get information about existing projects for the current user.

To make this request, you will need to log in to the site as an existing user. After authorization and submitting your request, we will return you a list of projects.

No additional parameters are needed.

/rest/v1/projects

Configure your Authorization

Responses

Successful operation

Example
[
 {
 "name": "Projnew",
 "id": "4b4937ce-2a37-4143-97ef-c689a43e70a8"
 }
]
Schema
[{

name:	string
id:	string($uuid)

}]
Was this article helpful to you? Yes No

How can we help?