Pull request events API
A pull request event is an event about a pull request such as a comment or an approval. It is supplied to Flow by the vendor.
Supported request
Get a list of pull request events: /pull_request_events/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for an event. |
| double | Unique identifier assigned to an user alias. |
| double | Multiple user_alias_ids in comma separated list. |
| double | Unique identifier for the main user record for multiple user aliases that is associated with a PR event. |
| double | Multiple user_alias_ids in comma separated list. |
| double | Unique identifier of Pull Request. |
| string | The event type. |
| string | Date and time when the event was created. |
