Get registration by webhook registration id
GET api/V3/{language}/org/{orgIdentifier}/registrations/{registrationId}
Returns the webhook payload associated with the registration id.
Request Information
URI Parameters
PARAMETERS | ||
---|---|---|
language (string) |
Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en' |
Required |
orgIdentifier (string) |
Amilia-specific organization identifier. This identifier can be either the organization number, such as 8008, or the organization URL identifier. You can find that by looking at the URL of your Amilia store. It may look like lower-case words separated by a dash, such as forest-explorers. Note that in v2 and v1 we call that the 'rewrite URL'. |
Required |
registrationId (string) |
String Id received from the registration webhook. |
Required |
Body Parameters
None.
Response Information
Resource Description
PARAMETERS | ||
---|---|---|
RegistrationId (string) | ||
Program (SummaryPayload) | ||
Activity (SummaryPayload) |
Object containing the activity details (activity id and name, program id and name, category id and name, subcategory id and name) |
|
Category (SummaryPayload) | ||
SubCategory (SummaryPayload) | ||
Group (SummaryPayload) | ||
DropIn (DropInSummaryPayload) | ||
DateCreated (date) |
Format is 9999-12-31 |
|
Person (PersonSummaryApiModelV3) | ||
AccountOwner (AccountOwnerSummaryPayload) | ||
Staff (StaffSummaryApiModelV3) |
Object containing staff id, first name, last name and state |
|
IsCancelled (boolean) |