GET /v1/registration/1/?format=api
HTTP 200 OK
Allow: PUT, PATCH, GET, DELETE, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "id": 1,
    "signups": null,
    "current_attendee_count": 1,
    "current_waiting_list_count": 0,
    "remaining_attendee_capacity": null,
    "remaining_waiting_list_capacity": null,
    "data_source": "helsinki",
    "publisher": "ahjo:00001",
    "has_registration_user_access": false,
    "has_substitute_user_access": false,
    "event": {
        "@id": "https://linkedevents.api.test.hel.ninja/v1/event/helsinki:agfvxs3fxe/?format=api"
    },
    "attendee_registration": false,
    "audience_min_age": null,
    "audience_max_age": null,
    "enrolment_start_time": "2023-01-01T12:00:00+02:00",
    "enrolment_end_time": "2023-12-31T12:00:00+02:00",
    "maximum_attendee_capacity": null,
    "minimum_attendee_capacity": null,
    "waiting_list_capacity": null,
    "maximum_group_size": null,
    "mandatory_fields": [
        "first_name",
        "last_name"
    ],
    "signup_url": {
        "en": "https://linkedregistrations.test.hel.ninja/en/registration/1/signup-group/create",
        "fi": "https://linkedregistrations.test.hel.ninja/fi/registration/1/signup-group/create",
        "sv": "https://linkedregistrations.test.hel.ninja/sv/registration/1/signup-group/create"
    },
    "is_created_by_current_user": false,
    "created_time": "2023-10-23T09:12:10.983621Z",
    "last_modified_time": "2024-06-06T15:56:22.980959Z",
    "registration_price_groups": [],
    "registration_merchant": null,
    "registration_account": null,
    "instructions": {
        "fi": ""
    },
    "confirmation_message": {
        "fi": ""
    },
    "@id": "https://linkedevents.api.test.hel.ninja/v1/registration/1/?format=api",
    "@context": "http://schema.org",
    "@type": "Registration"
}