Codevisor Server
Api reference

GET Projects

GET/v1/projects

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects"
[  {    "id": "string",    "name": "string",    "isArchived": true,    "symbolName": "string",    "origin": "codevisor",    "createdAt": "string",    "locations": [      {        "id": "string",        "projectId": "string",        "serverId": "string",        "folderPath": "string",        "createdAt": "string",        "isGitRepository": true      }    ]  }]
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}