v1
latestOpenAPI 3.0.02026-08-062903562.2 MBTransaction Item
listOrganizationTransactionItems
Fetch Transaction Items for specific Organization.
get/organizations/{organization}/transaction-items
Path parameters
organizationinteger required
Example:82364
Primary identifier of Organization
Query parameters
withstring[]
Request specific relationships to be returned with the Transaction Items
[ "transaction" ]
pageinteger
Example:1
Indicator of which page of results to return
per_pageinteger
Example:20
Number of entries to return in each page of results
Response
Success
Example response
{
"current_page": 1,
"data": [
{
"product_name": "Tickets",
"quantity": 2,
"raw_final_price": 15,
"raw_overhead_amount": 15,
"type": "donation",
"campaign_id": 227362,
"donation_gross_amount": 0.89,
"donation_net_amount": 0.89,
"fees_amount": 0.89,
"final_price": 0.89,
"fundraising_page_id": 2173528,
"fundraising_team_id": 209745,
"id": 17020,
"organization_id": 82364,
"overhead_amount": 25.5,
"price": 12,
"product_id": 73647,
"transaction_id": 8734,
"commerce_order_item_id": "orit_8734",
"designation_id": 8734
}
],
"first_page_url": "{host}/organizations/{organization}/transaction-items?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "{host}/organizations/{organization}/transaction-items?page=1",
"next_page_url": "https://pro.gofundme.com/api/2.0/resource?page=2",
"path": "{host}/organizations/{organization}/transaction-items",
"per_page": 20,
"prev_page_url": "https://pro.gofundme.com/api/2.0/resource?page=1",
"links": [
{
"label": "1",
"url": "{host}/{resource}?page=1",
"active": true
}
],
"to": 1,
"total": 1
}