GET
/teams/{teamId}/projects/{projectIdentifier}/versions
curl \
--request GET 'https://datager.redactado.es/api/v1/teams/{teamId}/projects/{projectIdentifier}/versions'
Response examples (200)
[
{
"identifier": "string",
"title": "string",
"changelog": "string",
"isPrivate": true,
"released": true
}
]