---
title: "listTransactionsRegistrations"
method: GET
path: "/transactions/{transaction}/registrations"
tags: ["Registration"]
---

# listTransactionsRegistrations

`GET /transactions/{transaction}/registrations`

Retrieves a list of all Registrations for a specific Transaction

## Path parameters

- `transaction` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Registrations
    - `address1` string, nullable — Line one of Registration address
    - `address2` string, nullable — Line two of Registration address
    - `attendee_id` integer, nullable — Unique ID for Attendee for an organization
    - `blog` string, nullable — Registration blog field
    - `campaign_id` integer — ID of Campaign registered for
    - `cell` string, nullable — Phone Cell number
    - `city` string, nullable — City field of Registration
    - `commitment_id` integer, nullable — Minimum fundraising goal ID
    - `company` string, nullable — Name of the company
    - `country` string, nullable — Country field of Registration
    - `created_at` string, date-time — Date/time of last record created
    - `date_of_birth` string, date-time, nullable — Date/time of birth of who is registering
    - `email` string — Email address of who is registering
    - `first_name` string — First name of who is registering
    - `fundraising_page_id` integer, nullable — Identifier of the fundraising page
    - `gender` string, nullable — First letter of the gender
    - `id` integer — Primary identifier of the Registration
    - `last_name` string — Last name of who is registering
    - `member_id` integer, nullable — Member identifier
    - `phone` string, nullable — Phone of who is registering
    - `postal_code` string, nullable — Postal code of who is registering
    - `product_name` string, nullable — Name of the product
    - `state` string, nullable — State field of Registration
    - `status` 'attending' | 'not_attending' | 'archived' — Attending status
    - `supporter_id` integer, nullable — Identifier of Supporter
    - `transaction_id` integer, nullable — Identifier of Transaction
    - `transaction_item_id` integer, nullable — Identifier of the Item of the transaction
    - `transaction_last_four` integer, nullable — Card last four in case of a CC payment while registration
    - `transaction_payment_type` string, nullable — Type of payment used in the transaction
    - `tshirt_size` string, nullable — Size of tshirt
    - `updated_at` string, date-time — Date/time of initial record creation
    - `website` string, nullable — Website of registrant
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — URL of last page of results
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — URL of current page of results
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Transaction not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
