Get single registration
Path parameters
-
Resource ID
GET
/registrations/{ID}
curl \
-X GET https://api.zooza.app/v1/registrations/{ID}
Response examples (200)
{
"id": 42,
"company_id": "string",
"course_id": 42,
"schedule_id": 42,
"event_id": 42,
"user_id": 42,
"slots": 42,
"billing_period_id": 42,
"parent": 42,
"total_events": 42,
"status": "pre_registered",
"business_order": true,
"created": "2024-05-04T09:42:00+00:00",
"updated": "2024-05-04T09:42:00+00:00",
"note": "string",
"company_note": "string",
"public_note": "string",
"payment_method": "string",
"notify": true,
"paid": 42,
"payment_status": "string",
"value": 42,
"preferred_payment_schedule": 42,
"__users__full_name": "string",
"__users__phone": "string",
"__users__email": "hello@example.com",
"__calc__debt": 42,
"__calc__paid": 42,
"__calc__balance": 42,
"notify_about_upcoming_events": true,
"notify_alternate_email": "string",
"notify_alternate_email_only": true,
"guest_id": 42,
"__calc__guest_email": "hello@example.com",
"__calc__guest_user_id": 42,
"__calc__guest_user_notify": true,
"attendance_management": "string",
"extra_replacements_limit": 42,
"payments_managed_by": 42,
"iban": "string",
"swift": "string",
"invoice_profile": 42,
"extra_fields": {
"full_name": "string",
"dob": "string",
"address": "string",
"business_name": "string",
"business_address": "string",
"business_id": "string",
"tax_id": "string",
"vat": "string",
"identification_number": "string",
"extra_field_1": "string",
"extra_field_2": "string",
"extra_field_3": "string",
"extra_field_4": "string",
"extra_field_5": "string"
},
"role": {
"id": 42,
"company_id": "string",
"user_id": 42,
"role": "string",
"created": "2024-05-04T09:42:00+00:00",
"updated": "2024-05-04T09:42:00+00:00"
},
"linked_registrations": {
"total": 42,
"page": 42,
"page_size": 42,
"settings": {},
"data": []
}
}