1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GetChangeRequestResponse

GetChangeRequestResponse

    Request body for change.

    Properties

    • gateEvaluation ChangeRequestGateEvaluation required
      The gate evaluation results for this change request
    • satisfied boolean required
      Indicates if all applicable gates are satisfied and the change request is ready for application
    • applicableGates array[ChangeGateEvaluation] required
      Lists all gates that apply to this change request
    • id string required
      The change request ID
    • status string required
      The current status of the change request
    • orgID string required
      The organization ID
    • createdBy UserInfo required
      The user who created this change request
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      IMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information.
    • description string required
      The description/justification for this change request
    • createdAt string required
      When this change request was created
    • entity TargetEntity required
      The entity this change request targets
    • entityType string required
    • action enum required
      The type of action this change request will perform
      Values: update, open
    • latestRevisionNumber integer required
      The current revision number