Event Order - get
GET /events/v2/{bucket}/{resource_type}/{uid}/order/{euid}
A specific order for an event
Requires event.order permission
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The bucket (client) name
Example
exampleThe type of resource, usually the second element in the URI e.g person, organisation, member, payment
Example
personUsually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eThe resource UID, usually a person UID
Usually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eThe event UID
Responses
Section titled “ Responses ”A single order
object
URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/A date in the format YYYY-MM-DDTHH:MM:SS.mmmmmm
Example
2023-09-05T11:27:06.437000NOTE: The currencies of each payment form the keys within the order_total
object
object
The amount remaining to be paid on the order
The amount already paid on the order
The total amount of the processing fees
The total amount of the order
object
The amount remaining to be paid on the order
The amount already paid on the order
The total amount of the processing fees
The total amount of the order
object
The amount remaining to be paid on the order
The amount already paid on the order
The total amount of the processing fees
The total amount of the order
A standard error message
Authentication error