GET /teams/{teamId}/projects/{projectIdentifier}/versions

Path parameters

  • teamId string Required
  • projectIdentifier string Required

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • identifier string
    • title string
    • changelog string
    • isPrivate boolean
    • released boolean
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
  }
]