Get package fee configuration
Package Fees
Get package fee configuration
Retrieve the current fee configuration for a specific package, including base price and conditional pricing.
Note: Only standard conditional pricing is exposed through the API. Early bird pricing is not accessible.
GET
Get package fee configuration
Path Parameters
The unique identifier of the package
Required range:
x >= 1Response
Package fee configuration retrieved successfully
The unique identifier of the fee
Example:
124
The package ID this fee belongs to
Example:
2
The base price for the session/package
Example:
"20.00"
Conditional pricing based on registration field selections
Example:
{ "76": "10.00", "77": "5.00" }The session ID (only present for session fees)
Example:
73