/api/projectsRole: ViewerWorkspace
The projects of a workspace.
Query parameters
Request
curl -s "http://localhost:3000/api/projects?tenant=cmsp4djx60002p801o7ybpkv7" \
-H "Authorization: Bearer $TOKEN"Response200
[
{
"id": "cmttg1vjy000zlf015g097nhi",
"name": "Integrações",
"description": "Consumo da API por outros sistemas",
"color": "sky",
"position": 0
}
]