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

Path parameters

  • teamId string Required
  • projectIdentifier string Required

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • identifier string
    • value string
    • isPrivate boolean
GET /teams/{teamId}/projects/{projectIdentifier}/flags
curl \
 --request GET 'https://datager.redactado.es/api/v1/teams/{teamId}/projects/{projectIdentifier}/flags'
Response examples (200)
[
  {
    "identifier": "string",
    "value": "string",
    "isPrivate": true
  }
]