GET
/teams/{teamId}/projects
curl \
--request GET 'https://datager.redactado.es/api/v1/teams/{teamId}/projects'
Response examples (200)
[
{
"identifier": "string",
"name": "string",
"versions": [
{
"identifier": "string",
"title": "string",
"changelog": "string",
"isPrivate": true,
"released": true
}
],
"flags": [
{
"identifier": "string",
"value": "string",
"isPrivate": true
}
],
"latestVersion": {
"identifier": "string",
"title": "string",
"changelog": "string",
"isPrivate": true,
"released": true
},
"todos": [
{
"name": "string",
"priority": {
"identifier": "string",
"weight": 42,
"displayName": "string",
"color": "string",
"description": "string"
},
"position": 42,
"isCompleted": true,
"completedAt": "2026-05-04T09:42:00Z"
}
]
}
]