v1

latestOpenAPI 3.0.02026-07-13103151174.7 KB
Project Change Requests

Get a list of Feature Change Requests for a Project

Get a list of Feature Change Requests for a Project

get/v2/projects/{project}/change-requests

Path parameters

projectstring required

A Project key or ID

Query parameters

pagenumber
perPagenumber
sortBy'createdAt' | 'updatedAt' | 'name' | 'key' | 'propertyKey'
sortOrder'asc' | 'desc'
searchstring
createdBystring
status'draft' | 'pending' | 'approved' | 'applied' | 'rejected' | 'cancelled'
reviewerstring

Response

_idstring required

A unique Feature ID

_projectstring required

The Project owning the Feature Change Request

_featurestring required

The Feature with requested changes

status'draft' | 'pending' | 'approved' | 'applied' | 'rejected' | 'cancelled' required

Status of the Feature

operation'featureUpdate' | 'featureStatusUpdate' | 'featureStaticConfigurationUpdate' required

Describes the type of requested change to a feature. example: 'featureUpdate'

descriptionstring

Change Request Description

reviewersReviewers required
reviewsReviewReason[] required

Current Reviewes for the change request

_createdBystring required

ID of the User who created the Feature

_updatedBystring

ID of the User who last updated the Feature

createdAtstring date-time

The date the Feature was created

updatedAtstring date-time

The date the Feature was last updated

Example response

[
  {
    "_id": "61450f3daec96f5cf4a49946",
    "description": "Enabling production for all users."
  }
]