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: https://flow.pluralsight.com/v3/customer/core/pull_request_events/
Fields
Name | Type | Description |
---|---|---|
id | double | Unique identifier for an event. |
user_alias_id | double | Unique identifier assigned to an user alias. |
user_alias_id__in | double | Multiple user_alias_ids in comma separated list. |
apex_user_id | double | Unique identifier for the main user record for multiple user aliases that is associated with a PR event. |
apex_user_id__in | double | Multiple user_alias_ids in comma separated list. |
pull_request_id | double | Unique identifier of Pull Request. |
to_state | string | The event type. |
created_at | string | Date and time when the event was created. |