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

ListChangeRequestsResponse

    Response containing a paginated list of change requests.

    Properties

    • changeRequests array[ChangeRequest] required
      The list of change requests
    • 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
    • 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
    • action enum required
      The type of action this change request will perform
      Values: update, open
    • latestRevisionNumber integer required
      The current revision number
    • continuationToken string required
      Continuation token for pagination. If null, there are no more results available.