---
title: "Pull request events API"
canonical: "https://support.appfire.com/space/FD/1802666298/Pull%20request%20events%20API"
format: markdown
---
> Macro (aura-html)

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 |
| --- | --- | --- |
| `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. |