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

ListChangeRequestEventsResponse

    Response containing a paginated list of change request events.

    Properties

    • events array[ChangeRequestEvent] required
      The list of events for this page.
    • id string required
      The event ID
    • replacedBy string optional
      ID of event that replaces this one (for event updates)
    • changeRequestId string required
      The change request this event belongs to
    • revisionNumber integer required
      The revision number that was latest when this event occurred
    • createdBy UserInfo required
      The user who triggered this event
    • createdAt string required
      When this event occurred
    • comment string optional
      Optional comment associated with this event
    • eventType string required
    • continuationToken string required
      Continuation token for pagination. If null, there are no more results available.