Scheduled changes
Get a scheduled change
Get a scheduled change that will be applied to the feature flag by ID.
get/api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{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 scheduled change id
The scheduled change id
Response
Scheduled changes response
Example response
{
"_maintainerId": "12ab3c45de678910abc12345",
"_version": 1
}