organization
Get Referral Program Detail View
Get detailed view for a specific referral program including:
- Summary statistics (order_count, ticket_count, total_commission, orders_total)
- Paginated referral orders list with search/sort
- Each order includes: buyer_name, order_number, ticket_names, ticket_count, total_amount, total_commission
get/organization/referral-program-detail/{event_id}/{referral_program_id}/
Path parameters
event_idinteger required
referral_program_idinteger required
Query parameters
pageinteger
page_sizeinteger
searchstring nullable
sort_bystring nullable
is_downloadboolean nullable
file_typestring nullable
Response
Successful Response
{"stackTrail":"paths:/organization/referral-program-detail/{event_id}/{referral_program_id}/:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 2 revisions of this API.2
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○