Flag triggers
Get flag trigger by ID
Get a flag trigger by ID.
get/api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id}
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key
The feature flag key
environmentKeystring string required
The environment key
The environment key
idstring string required
The flag trigger ID
The flag trigger ID
Response
Flag trigger response
Example response
{
"_version": 1,
"_maintainerId": "12ab3c45de678910abc12345",
"_maintainer": {
"_links": {
"self": {
"href": "/api/v2/members/569f183514f4432160000007",
"type": "application/json"
}
},
"_id": "569f183514f4432160000007",
"firstName": "Ariel",
"lastName": "Flores",
"role": "admin",
"email": "ariel@acme.com"
},
"enabled": true,
"_integrationKey": "generic-trigger",
"_triggerCount": 3
}