27 lines
1021 B
Markdown
27 lines
1021 B
Markdown
---
|
|
title: Timeline events
|
|
allowTitleToDifferFromFilename: true
|
|
shortTitle: Timeline
|
|
intro: >-
|
|
Use the REST API to receive events triggered by timeline activity in issues
|
|
and pull requests.
|
|
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
|
|
fpt: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
topics:
|
|
- API
|
|
autogenerated: rest
|
|
---
|
|
|
|
## About timeline events
|
|
|
|
You can use the REST API to view different types of events triggered by timeline activity in issues and pull requests. For more information about the specific events that you can receive, see "[AUTOTITLE](/webhooks-and-events/events/issue-event-types)." To view GitHub activity outside of issues and pull requests, see "[AUTOTITLE](/webhooks-and-events/events/github-event-types)."
|
|
|
|
You can use timeline events to display information about issues and pull requests or determine who should be notified of issue comments.
|
|
|
|
{% data reusables.pull_requests.issues-pr-shared-api %}
|
|
|
|
<!-- Content after this section is automatically generated -->
|