1. Overview
The EventBookings API is constructed to strictly abide by the rules and the stylistic definitions of REST (Representational State Transfer), making it a REST API. Users can observe the system in the rawest and most accessible form through the usage of this API. Manipulation of the endpoints is offered with five HTTP methods (GET/POST/PUT/PATCH/DELETE), allowing the users to access EventBookings data in JSON form.
What is RESTful Web Services and REST API
REST (Representational State Transfer) is a set of constraints defining a software architectural style for constructing web services. Systems following the conventions of REST are RESTful services. The six guiding principles for any hypermedia distributed system to be a RESTful one is documented elaboratively in this link.
API Resources
The users can interact with the following resources thorough EventBookings APIs-
- Events
- Orgs
- Me
- Reviews
- Users
- Common
- Orders
Available Data Formats
Conforming to the RESTAPI principles, EventBookings API data are exchanged in JSON format.
Authentication
EventBookings primarily uses the OAuth2.0 authentication scheme. It is a fairly recognized authentication scheme that allows the users to access information in a secured way.
Response Data
Response data is sent as JSON, depending on the type of data requested (HTTP Content-Type
header) or the type specified as being accepted (HTTP Accept
header).
Retrieval methods can sometimes request PDF using application/pdf
or appending .pdf
to the resource URI.
Response codes are sent via the normal HTTP Response Code, and are documented separately for each resource.
For boolean fields, please note that a value of null
may be considered as false. However, this is not true across all cases. Please excercise good judgement here, or contact support with any questions.
For example:
null
can define that there’s no data available for that attribute
OAuth2 (OAuth2, authorizationCode)
Authorization URL: https://stage-app.autobill.com/api/v1/oauth2/authorize
Token URL: https://stage-api.autobill.com/api/v1/oauth2/token
API - Events
-
GET1. GET /events
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "events": [ { "uuid": "7877583f-4ccc-49f8-a318-7b84aa71a0b3", "status": null, "extended_status": [ { "name": "publishing", "value": "Published" }, { "name": "listing", "value": "Listed" }, { "name": "live", "value": false }, { "name": "ended", "value": false } ], "name": "Child Care Services", "display_name": null, "slug": "child-care-services", "description": null, "banner": [ { "name": "", "image": "/uploads/_default/events/default-thumb.jpg", "primary": true } ], "links": [ { "name": "website", "value": "" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "" } ], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": null }, { "name": "rate", "value": null } ], "created_on": "2022-10-25T06:20:07+00:00", "updated_on": "2022-10-25T08:23:59+00:00", "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "info": "", "image": "/images/user-org-default-img.png", "metrics": [ { "name": "followed_by_me", "value": null }, { "name": "follows_me", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": 0 } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": true }, { "name": "allow_people_to_follow_my_organisation", "value": true } ], "follows": null, "followed_by": null, "mutes": null } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "2-4 Lansdowne St", "image": "uploads/orgs/", "url": "", "latitude": "-37.811589700000000", "longitude": "144.980879600000000", "address": { "address_line1": "2-4 Lansdowne St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "is_live", "value": false }, { "name": "do_you_want_to_add_survey_for_your_attendees", "value": false }, { "name": "does_your_event_invite_only", "value": null }, { "name": "attendee_details", "value": { "enabled": false, "list": [] } }, { "name": "additional_details", "value": { "enabled": false, "list": [] } }, { "name": "survey", "value": { "enabled": false, "list": [] } } ] }, "tickets": { "price_is_fee_inclusive": false, "price_is_tax_inclusive": true, "levels": [ { "uuid": "4bacd53b-542d-11ed-9d67-9a7004b6b3ab", "display_order": null, "name": "Service", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": null, "discount": null, "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } } ] }, "publising": { "state": "published", "updated_on": "2022-10-25T08:23:59+00:00", "published_on": { "utc": "2022-10-25T06:22:05+00:00", "local": "2022-10-25 17:22" } }, "listing": { "enabled": false, "categories": [], "tags": [] }, "booking_starts_on": { "immediately": true }, "booking_ends_on": { "continue_until_event_ends": true }, "event_starts_on": { "starts_now": false, "utc": "2023-05-01T00:00:00+00:00", "local": "2023-05-01 10:00" }, "event_ends_on": { "utc": "2023-05-01T01:00:00+00:00", "local": "2023-05-01 11:00" }, "sessions": { "enabled": false, "type": "multiple-choice", "session_lists": [] }, "refund": { "available": false, "policy": { "cancel_before_event_starts": 0, "automatic": false, "amount": { "discount_type": "percentage", "discount_unit": 0 } } }, "special_instruction": null, "metrics": [ { "name": "shared_count", "value": 0 }, { "name": "saved_count", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": null } ], "fees": { "currency": "AUD", "pass_on": null, "rate": [ { "name": "eventbookings_service_fee_fixed", "value": 0.3 }, { "name": "eventbookings_service_fee_percentage", "value": 2 }, { "name": "payment_processing_fee_fixed", "value": 0 }, { "name": "payment_processing_fee_percentage", "value": 0 } ], "price_is_tax_inclusive": true, "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ] }, "interactions": { "saves": [], "shares": [], "attendees": [], "speaker": [], "reviews": [] } } ], "pagination": { "records": 1, "position": 1, "rows": 20, "order_by": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET2. GET /events/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "event": { "uuid": "7877583f-4ccc-49f8-a318-7b84aa71a0b3", "status": null, "extended_status": [ { "name": "publishing", "value": "Published" }, { "name": "listing", "value": "Listed" }, { "name": "live", "value": false }, { "name": "ended", "value": false } ], "name": "Child Care Services", "display_name": null, "slug": "child-care-services", "description": null, "banner": [ { "name": "", "image": "/uploads/_default/events/default-thumb.jpg", "primary": true } ], "links": [ { "name": "website", "value": "" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "" } ], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": null }, { "name": "rate", "value": null } ], "created_on": "2022-10-25T06:20:07+00:00", "updated_on": "2022-10-25T06:22:57+00:00", "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "info": "", "image": "/images/user-org-default-img.png", "metrics": [ { "name": "followed_by_me", "value": null }, { "name": "follows_me", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": 0 } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": true }, { "name": "allow_people_to_follow_my_organisation", "value": true } ], "follows": null, "followed_by": null, "mutes": null } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "2-4 Lansdowne St", "image": "uploads/orgs/", "url": "", "latitude": "-37.811589700000000", "longitude": "144.980879600000000", "address": { "address_line1": "2-4 Lansdowne St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "is_live", "value": false }, { "name": "do_you_want_to_add_survey_for_your_attendees", "value": false }, { "name": "does_your_event_invite_only", "value": null }, { "name": "attendee_details", "value": { "enabled": false, "list": [] } }, { "name": "additional_details", "value": { "enabled": false, "list": [] } }, { "name": "survey", "value": { "enabled": false, "list": [] } } ] }, "tickets": { "price_is_fee_inclusive": false, "price_is_tax_inclusive": true, "levels": [ { "uuid": "4bacd53b-542d-11ed-9d67-9a7004b6b3ab", "display_order": null, "name": "Service", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": null, "discount": null, "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } } ] }, "publising": { "state": "published", "updated_on": "2022-10-25T06:22:57+00:00", "published_on": { "utc": "2022-10-25T06:22:05+00:00", "local": "2022-10-25 17:22" } }, "listing": { "enabled": true, "categories": [ { "uuid": "190e4add-2e62-4a60-a03e-753461c825a5", "name": "Arts", "description": "Arts", "url": null, "image": "uploads/orgs/" } ], "tags": [] }, "booking_starts_on": { "immediately": true }, "booking_ends_on": { "continue_until_event_ends": true }, "event_starts_on": { "starts_now": false, "utc": "2023-05-01T00:00:00+00:00", "local": "2023-05-01 10:00" }, "event_ends_on": { "utc": "2023-05-01T01:00:00+00:00", "local": "2023-05-01 11:00" }, "sessions": { "enabled": false, "type": "multiple-choice", "session_lists": [] }, "refund": { "available": false, "policy": { "cancel_before_event_starts": 0, "automatic": false, "amount": { "discount_type": "percentage", "discount_unit": 0 } } }, "special_instruction": null, "metrics": [ { "name": "shared_count", "value": 0 }, { "name": "saved_count", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": null } ], "fees": { "currency": "AUD", "pass_on": null, "rate": [ { "name": "eventbookings_service_fee_fixed", "value": 0.3 }, { "name": "eventbookings_service_fee_percentage", "value": 2 }, { "name": "payment_processing_fee_fixed", "value": 0 }, { "name": "payment_processing_fee_percentage", "value": 0 } ], "price_is_tax_inclusive": true, "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ] }, "interactions": { "saves": [], "shares": [], "attendees": [], "speaker": [], "reviews": [] } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST3. POST /events
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "event": { "uuid": "56b0e7ed-e85b-432b-b231-da5d6ccd3ff0", "status": null, "extended_status": [ { "name": "publishing", "value": "Ready to Publish" }, { "name": "listing", "value": "Unlisted" }, { "name": "live", "value": false }, { "name": "ended", "value": false } ], "name": "Clothe the Poor", "display_name": null, "slug": "clothe-the-poor", "description": "Feed The Poor", "banner": [ { "name": "", "image": "/uploads/_default/events/default-thumb.jpg", "primary": true } ], "links": [ { "name": "website", "value": "https://www.fanfiction.com/this_org" }, { "name": "facebook", "value": "https://www.facebook.com/this_org" }, { "name": "instagram", "value": "https://www.instagram.com/this_org" }, { "name": "twitter", "value": "https://www.twitter.com/this_org" }, { "name": "linkedin", "linkedin": "https://www.linkedin.com/this_org" } ], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": null }, { "name": "rate", "value": null } ], "created_on": "2022-10-25T08:21:03+00:00", "updated_on": "2022-10-25T08:21:04+00:00", "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "info": "", "image": "/images/user-org-default-img.png", "metrics": [ { "name": "followed_by_me", "value": null }, { "name": "follows_me", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": 0 } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": true }, { "name": "allow_people_to_follow_my_organisation", "value": true } ], "follows": null, "followed_by": null, "mutes": null } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "130 State Route 50", "image": "uploads/orgs/", "url": "dff", "latitude": "80.000000000000000", "longitude": "80.000000000000000", "address": { "address_line1": "130 State Route 50", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } } }, { "name": "is_live", "value": false }, { "name": "do_you_want_to_add_survey_for_your_attendees", "value": false }, { "name": "does_your_event_invite_only", "value": null }, { "name": "attendee_details", "value": { "enabled": false, "list": [] } }, { "name": "additional_details", "value": { "enabled": false, "list": [] } }, { "name": "survey", "value": { "enabled": false, "list": [] } } ] }, "tickets": { "price_is_fee_inclusive": false, "price_is_tax_inclusive": true, "levels": [ { "uuid": "2dc26417-b8fa-40b2-ad09-7bdd491a2964", "display_order": null, "name": "Platinum", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0.01, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": "", "discount": "0", "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } }, { "uuid": "a098b4bf-b53e-49f6-b9c1-1d6c6227398f", "display_order": null, "name": "Gold", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0.01, "quantity_included": 2, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": "", "discount": "0", "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } } ] }, "publising": { "state": "ready to publish", "updated_on": "2022-10-25T08:21:04+00:00", "published_on": { "utc": null, "local": null } }, "listing": { "enabled": true, "categories": [ { "uuid": "ae5c00b0-7465-4579-ba43-08d29ca10103", "name": "Others", "description": "Others", "url": null, "image": "uploads/orgs/" } ], "tags": [] }, "booking_starts_on": { "immediately": true }, "booking_ends_on": { "continue_until_event_ends": true }, "event_starts_on": { "starts_now": false, "utc": "2022-12-28T07:45:00+00:00", "local": "2022-12-28 18:45" }, "event_ends_on": { "utc": "2022-12-28T08:00:00+00:00", "local": "2022-12-28 19:00" }, "sessions": { "enabled": false, "type": "multiple-choice", "session_lists": [] }, "refund": { "available": true, "policy": { "cancel_before_event_starts": 30, "automatic": true, "amount": { "discount_type": "percentage", "discount_unit": 20 } } }, "special_instruction": "hi", "metrics": [ { "name": "shared_count", "value": 0 }, { "name": "saved_count", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": null } ], "fees": { "currency": "AUD", "pass_on": null, "rate": [ { "name": "eventbookings_service_fee_fixed", "value": 0.3 }, { "name": "eventbookings_service_fee_percentage", "value": 2 }, { "name": "payment_processing_fee_fixed", "value": 0 }, { "name": "payment_processing_fee_percentage", "value": 0 } ], "price_is_tax_inclusive": true, "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ] }, "interactions": { "saves": [], "shares": [], "attendees": [], "speaker": [], "reviews": [] }, "activities": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST4. POST /events/{uuid}/duplicate
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "events": { "uuid": "b07f3881-312c-463c-b3dc-c78c7a606ba1", "status": null, "extended_status": [ { "name": "publishing", "value": "Ready to Publish" }, { "name": "listing", "value": "Unlisted" }, { "name": "live", "value": false }, { "name": "ended", "value": false } ], "name": "Copy of - Dream Alive Center", "display_name": null, "slug": "dream-alive-center-221025070914", "description": "lhlh", "banner": [ { "name": "", "image": "/uploads/_default/events/default-thumb.jpg", "primary": true } ], "links": [ { "name": "website", "value": "" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "" } ], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": null }, { "name": "rate", "value": null } ], "created_on": "2022-10-25T07:09:14+00:00", "updated_on": "2022-10-25T07:09:14+00:00", "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "info": "", "image": "/images/user-org-default-img.png", "metrics": [ { "name": "followed_by_me", "value": null }, { "name": "follows_me", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": 0 } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": true }, { "name": "allow_people_to_follow_my_organisation", "value": true } ], "follows": null, "followed_by": null, "mutes": null } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "130 State Route 50", "image": "uploads/orgs/", "url": "dff", "latitude": "80.000000000000000", "longitude": "80.000000000000000", "address": { "address_line1": "130 State Route 50", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } } }, { "name": "is_live", "value": false }, { "name": "do_you_want_to_add_survey_for_your_attendees", "value": false }, { "name": "does_your_event_invite_only", "value": null }, { "name": "attendee_details", "value": { "enabled": false, "list": [] } }, { "name": "additional_details", "value": { "enabled": false, "list": [] } }, { "name": "survey", "value": { "enabled": false, "list": [] } } ] }, "tickets": { "price_is_fee_inclusive": false, "price_is_tax_inclusive": true, "levels": [ { "uuid": "e9bf8e70-5433-11ed-9d67-9a7004b6b3ab", "display_order": null, "name": "ST", "description": "jj", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": "e9c4b5a1-5433-11ed-9d67-9a7004b6b3ab", "variation": "Platinum", "price": 0.01, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": null, "discount": null, "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } }, { "uuid": "e9c87ef3-5433-11ed-9d67-9a7004b6b3ab", "display_order": null, "name": "Gold", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0.01, "quantity_included": 2, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": null, "discount": null, "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } } ] }, "publising": { "state": "ready to publish", "updated_on": "2022-10-25T07:09:14+00:00", "published_on": { "utc": null, "local": null } }, "listing": { "enabled": true, "categories": [ { "uuid": "ae5c00b0-7465-4579-ba43-08d29ca10103", "name": "Others", "description": "Others", "url": null, "image": "uploads/orgs/" } ], "tags": [] }, "booking_starts_on": { "immediately": true }, "booking_ends_on": { "continue_until_event_ends": true }, "event_starts_on": { "starts_now": false, "utc": "2022-12-30T07:45:00+00:00", "local": "2022-12-30 18:45" }, "event_ends_on": { "utc": "2022-12-30T08:00:00+00:00", "local": "2022-12-30 19:00" }, "sessions": { "enabled": false, "type": "multiple-choice", "session_lists": [] }, "refund": { "available": true, "policy": { "cancel_before_event_starts": 30, "automatic": true, "amount": { "discount_type": "percentage", "discount_unit": 20 } } }, "special_instruction": "hi", "metrics": [ { "name": "shared_count", "value": 0 }, { "name": "saved_count", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": null } ], "fees": { "currency": "AUD", "pass_on": null, "rate": [ { "name": "eventbookings_service_fee_fixed", "value": 0.3 }, { "name": "eventbookings_service_fee_percentage", "value": 2 }, { "name": "payment_processing_fee_fixed", "value": 0 }, { "name": "payment_processing_fee_percentage", "value": 0 } ], "price_is_tax_inclusive": true, "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ] }, "interactions": { "saves": [], "shares": [], "attendees": [], "speaker": [], "reviews": [] }, "activities": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH5. PATCH /events/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 202, "result": { "event": { "uuid": "56b0e7ed-e85b-432b-b231-da5d6ccd3ff0", "status": null, "extended_status": [ { "name": "publishing", "value": "Ready to Publish" }, { "name": "listing", "value": "Unlisted" }, { "name": "live", "value": false }, { "name": "ended", "value": false } ], "name": "Clothe the Poor", "display_name": null, "slug": "clothe-the-poor", "description": "Feed The Poor", "banner": [ { "name": "", "image": "/uploads/_default/events/default-thumb.jpg", "primary": true } ], "links": [ { "name": "website", "value": "" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "" } ], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": null }, { "name": "rate", "value": null } ], "created_on": "2022-10-25T08:21:03+00:00", "updated_on": "2022-10-25T08:26:10+00:00", "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "info": "", "image": "/images/user-org-default-img.png", "metrics": [ { "name": "followed_by_me", "value": null }, { "name": "follows_me", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": 0 } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": true }, { "name": "allow_people_to_follow_my_organisation", "value": true } ], "follows": null, "followed_by": null, "mutes": null } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "130 State Route 50", "image": "uploads/orgs/", "url": "dff", "latitude": "80.000000000000000", "longitude": "80.000000000000000", "address": { "address_line1": "130 State Route 50", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } } }, { "name": "is_live", "value": false }, { "name": "do_you_want_to_add_survey_for_your_attendees", "value": false }, { "name": "does_your_event_invite_only", "value": null }, { "name": "attendee_details", "value": { "enabled": false, "list": [] } }, { "name": "additional_details", "value": { "enabled": false, "list": [] } }, { "name": "survey", "value": { "enabled": false, "list": [] } } ] }, "tickets": { "price_is_fee_inclusive": false, "price_is_tax_inclusive": true, "levels": [ { "uuid": "4e432e94-736d-48d9-8df6-9c82d815df9e", "display_order": null, "name": "Platinum", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0.01, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": "", "discount": "0", "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } }, { "uuid": "64dba61e-e9b1-451e-9d63-c1e1ac814b14", "display_order": null, "name": "Gold", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0.01, "quantity_included": 2, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": "", "discount": "0", "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } }, { "uuid": "f37c13a4-3607-4001-b95f-06416c981e9a", "display_order": null, "name": "Silver", "description": "", "quantity": -1, "max_quantity_per_customer": -1, "quantity_sold": 0, "pricing_details": [ { "uuid": null, "variation": null, "price": 0, "quantity_included": 1, "quantity_sold": 0 } ], "early_bird_discount": { "discount_type": "", "discount": "0", "discount_starts_on": { "utc": null, "local": null }, "discount_ends_on": { "utc": null, "local": null } } } ] }, "publising": { "state": "ready to publish", "updated_on": "2022-10-25T08:26:10+00:00", "published_on": { "utc": null, "local": null } }, "listing": { "enabled": true, "categories": [ { "uuid": "ae5c00b0-7465-4579-ba43-08d29ca10103", "name": "Others", "description": "Others", "url": null, "image": "uploads/orgs/" } ], "tags": [] }, "booking_starts_on": { "immediately": true }, "booking_ends_on": { "continue_until_event_ends": true }, "event_starts_on": { "starts_now": false, "utc": "2022-12-28T07:45:00+00:00", "local": "2022-12-28 18:45" }, "event_ends_on": { "utc": "2022-12-28T08:00:00+00:00", "local": "2022-12-28 19:00" }, "sessions": { "enabled": false, "type": "multiple-choice", "session_lists": [] }, "refund": { "available": true, "policy": { "cancel_before_event_starts": 30, "automatic": true, "amount": { "discount_type": "percentage", "discount_unit": 20 } } }, "special_instruction": "hi", "metrics": [ { "name": "shared_count", "value": 0 }, { "name": "saved_count", "value": 0 }, { "name": "review_count", "value": 0 }, { "name": "review_rating_average", "value": null } ], "fees": { "currency": "AUD", "pass_on": null, "rate": [ { "name": "eventbookings_service_fee_fixed", "value": 0.3 }, { "name": "eventbookings_service_fee_percentage", "value": 2 }, { "name": "payment_processing_fee_fixed", "value": 0 }, { "name": "payment_processing_fee_percentage", "value": 0 } ], "price_is_tax_inclusive": true, "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ] }, "interactions": { "saves": [], "shares": [], "attendees": [], "speaker": [], "reviews": [] }, "activities": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE6. DELETE /events/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST7. POST /events/{uuid}/publish
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Event has been published successfully" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST8. POST /events/{uuid}/unpublish
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Event has been unpublished successfully" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET9. GET /events/{uuid}/sessions
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "session": { "type": "multiple-choice", "session_lists": [ { "type": "required", "uuid": "7f1e68a6-aca9-41da-a179-2087d82baf75", "status": 1, "name": "Donors Choice", "display_name": null, "description": "The Greater Purpose", "image": "uploads/orgs/75bd645a848460ef9ccb70bd1b112148/events/9db8fe46-2c28-4c19-81a9-55fac7611230.jpg", "created_on": "2022-10-25T07:21:28+00:00", "updated_on": "2022-10-25T07:21:28+00:00", "configuration": { "name": "venue", "attributes ": { "name": "Donors Choice", "value": { "name": null, "image": "uploads/orgs/", "url": null, "latitude": null, "longitude": null, "address": { "address_line1": null, "address_line2": null, "country": null, "state": null, "city": null, "post_code": null } } } }, "tickets": "", "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "2022-12-29T07:45:00+00:00", "local": "2022-12-29 18:45" }, "session_ends_on": { "utc": "2022-12-29T08:00:00+00:00", "local": "2022-12-29 19:00" } } ] }, "pagination": { "records": 1, "position": 1, "rows": 20, "order_by": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST10. POST /events/{uuid}/sessions
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "session": { "type": "multiple-choice", "session_lists": { "type": "required", "uuid": "7f1e68a6-aca9-41da-a179-2087d82baf75", "status": 1, "name": "Donors Choice", "display_name": null, "description": "The Greater Purpose", "image": "uploads/orgs/75bd645a848460ef9ccb70bd1b112148/events/9db8fe46-2c28-4c19-81a9-55fac7611230.jpg", "created_on": "2022-10-25T07:21:28+00:00", "updated_on": "2022-10-25T07:21:28+00:00", "configuration": { "name": "venue", "attributes ": { "name": "Donors Choice", "value": { "name": null, "image": "uploads/orgs/", "url": null, "latitude": null, "longitude": null, "address": { "address_line1": null, "address_line2": null, "country": null, "state": null, "city": null, "post_code": null } } } }, "tickets": "", "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": { "converted": true, "dateTimezone": "UTC", "date": "2022-12-29 07:45:00.000000", "timezone_type": 3, "timezone": "UTC" }, "local": "2022-12-29 18:45" }, "session_ends_on": { "utc": { "converted": true, "dateTimezone": "UTC", "date": "2022-12-29 08:00:00.000000", "timezone_type": 3, "timezone": "UTC" }, "local": "2022-12-29 19:00" } } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET11. GET /events/{uuid}/sessions/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "session": { "type": "multiple-choice", "session_lists": { "type": "required", "uuid": "7f1e68a6-aca9-41da-a179-2087d82baf75", "status": 1, "name": "Donors Choice", "display_name": null, "description": "The Greater Purpose", "image": "uploads/orgs/75bd645a848460ef9ccb70bd1b112148/events/9db8fe46-2c28-4c19-81a9-55fac7611230.jpg", "created_on": "2022-10-25T07:21:28+00:00", "updated_on": "2022-10-25T07:21:28+00:00", "configuration": { "name": "venue", "attributes ": { "name": "Donors Choice", "value": { "name": null, "image": "uploads/orgs/", "url": null, "latitude": null, "longitude": null, "address": { "address_line1": null, "address_line2": null, "country": null, "state": null, "city": null, "post_code": null } } } }, "tickets": "", "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "2022-12-29T07:45:00+00:00", "local": "2022-12-29 18:45" }, "session_ends_on": { "utc": "2022-12-29T08:00:00+00:00", "local": "2022-12-29 19:00" } } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PUT12. PUT /events/{uuid}/sessions/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 202, "result": { "session": { "type": "multiple-choice", "session_lists": { "type": "required", "uuid": "7f1e68a6-aca9-41da-a179-2087d82baf75", "status": 1, "name": "Donors Choice", "display_name": null, "description": "The Greater Purpose", "image": "uploads/orgs/b3ac3c5174b3bec00947bd12e8967e2c/events/5cd83069-677d-42a3-8211-60918514ca1d.JPG", "created_on": "2022-10-25T07:21:28+00:00", "updated_on": "2022-10-25T07:51:44+00:00", "configuration": { "name": "venue", "attributes ": { "name": "Donors Choice", "value": { "name": null, "image": "uploads/orgs/", "url": null, "latitude": null, "longitude": null, "address": { "address_line1": null, "address_line2": null, "country": null, "state": null, "city": null, "post_code": null } } } }, "tickets": "", "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": { "converted": true, "dateTimezone": "UTC", "date": "2022-12-31 03:00:00.000000", "timezone_type": 3, "timezone": "UTC" }, "local": "2022-12-31 14:00" }, "session_ends_on": { "utc": { "converted": true, "dateTimezone": "UTC", "date": "2022-12-31 04:00:00.000000", "timezone_type": 3, "timezone": "UTC" }, "local": "2022-12-31 15:00" } } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE13. DELETE /events/{uuid}/sessions/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET14. GET /events/{uuid}/saves
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "saves": [ { "uuid": "27a26768-8f4a-444d-b4ed-dff9939aa26e", "created_on": "2022-10-25T07:43:38+00:00", "updated_on": "2022-10-25T07:43:38+00:00", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "name", "value": "David Smithson" }, { "name": "image", "value": "/images/user-org-default-img.png" } ] } ], "pagination": { "records": 1, "position": 1, "rows": 5, "order_by": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST15. POST /events/{uuid}/saves
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "uuid": "b79a0e41-5438-11ed-9d67-9a7004b6b3ab" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE16. DELETE /events/{uuid}/saves/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET17. GET /events/{uuid}/shares
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "shares": [ { "uuid": "be2b510a-3eef-40f5-8151-51f10e5ac5d7", "created_on": "2022-10-25T07:56:37+00:00", "updated_on": "2022-10-25T07:56:37+00:00", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "name", "value": "David Smithson" }, { "name": "image", "value": "/images/user-org-default-img.png" } ] } ], "pagination": { "records": 1, "position": 1, "rows": 5, "order_by": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST18. POST /events/{uuid}/shares
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Event shared successfully." }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE19. DELETE /events/{uuid}/shares/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET20. GET /events/{uuid}/speakers
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "speakers": [ { "uuid": "3a1a7e5d-1884-466f-b39b-185fccc5a696", "email": "smithsondavid01@gmail.com", "title": "Cheif guest", "first_name": "David", "last_name": "Smithson", "bio": "The Minister of Education invited by the University to witness the proceedings of Convocation", "image": "uploads/orgs/9884089cb1834048e2290c515ee1fb2e/speakers/acbf4dfa-fd10-4050-bd28-4e8b34ae28fa.jpg", "status": 0 }, { "uuid": "3be3cbdf-84b6-4ba9-b7f3-8afeff85fb93", "email": "leon83350@gmail.com", "title": "", "first_name": "Joe", "last_name": "Leon", "bio": "", "image": "uploads/orgs/9884089cb1834048e2290c515ee1fb2e/speakers/acbf4dfa-fd10-4050-bd28-4e8b34ae28fa.jpg", "status": 0 } ], "pagination": { "records": 2, "position": 1, "rows": 20, "order_by": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST21. POST /events/{uuid}/speakers
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "speakers": { "uuid": "3a1a7e5d-1884-466f-b39b-185fccc5a696", "email": "smithsondavid01@gmail.com", "title": "Cheif guest", "first_name": "David", "last_name": "Smithson", "bio": "The Minister of Education invited by the University to witness the proceedings of Convocation", "image": "uploads/orgs/9884089cb1834048e2290c515ee1fb2e/speakers/acbf4dfa-fd10-4050-bd28-4e8b34ae28fa.jpg", "status": null } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET22. GET /events/{uuid}/speakers/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "speaker": { "uuid": "3a1a7e5d-1884-466f-b39b-185fccc5a696", "email": "smithsondavid01@gmail.com", "title": "Cheif guest", "first_name": "David", "last_name": "Smithson", "bio": "The Minister of Education invited by the University to witness the proceedings of Convocation", "image": "uploads/orgs/9884089cb1834048e2290c515ee1fb2e/speakers/acbf4dfa-fd10-4050-bd28-4e8b34ae28fa.jpg", "status": 0 } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH23. PATCH /events/{uuid}/speakers/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 202, "result": { "speakers": { "uuid": "3a1a7e5d-1884-466f-b39b-185fccc5a696", "email": "smithsondavid01@gmail.com", "title": "Our cheife guest", "first_name": "David", "last_name": "Smithson", "bio": "The Minister of Education invited by the University to witness the proceedings of Convocation", "image": "uploads/orgs/9884089cb1834048e2290c515ee1fb2e/speakers/acbf4dfa-fd10-4050-bd28-4e8b34ae28fa.jpg", "status": 0 } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST24. POST /events/{uuid}/speakers/{uuid} /resend_invite
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Speaker invitation sent" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST25. POST /events/{uuid}/speakers/{uuid} /accept_invite
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Invitation accepted" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE26. DELETE /events/{uuid}/speakers/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET27. GET /events/{uuid}/guests
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "guests": [ { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" }, { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST28. POST /events/{uuid}/guests
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "guests": [ { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" }, { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET29. GET /events/{uuid}/guests/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "guests": [ { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" }, { "uuid": "", "email": "", "first_name": "", "last_name": "", "status": "" } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST30. POST /events/{uuid}/guests/{uuid} /resend_invite
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST31. POST /events/{uuid}/guests/{uuid} /accept_invite
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE32. DELETE /events/{uuid}/guests/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST33. POST /events/{uuid}/invite_to_book
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": "Invitation sent successfully" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET34. GET /events/{uuid}/invitations
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "invitations": [ { "uuid": "32db8250-5453-11ed-9d67-9a7004b6b3ab", "status": "Invitation Delivered", "type": "invitation_to_book", "data": [ { "name": "email", "value": "smithsondavid01@gmail.com" }, { "name": "first_name", "value": "David" }, { "name": "last_name", "value": "Smithson" } ] } ], "pagination": { "records": 1, "position": 1, "rows": 5, "order_by": "created_descending" } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET35. GET /events/{uuid}/invitations/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "uuid": "32db8250-5453-11ed-9d67-9a7004b6b3ab", "status": "Invitation Delivered", "type": "invitation_to_book", "data": [ { "name": "email", "value": "smithsondavid01@gmail.com" }, { "name": "first_name", "value": "David" }, { "name": "last_name", "value": "Smithson" } ] } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE36. DELETE /events/{uuid}/invitations/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET37. GET /events/{uuid}/tickets
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "tickets": [ { "uuid": "c8ba59f4-5456-11ed-9d67-9a7004b6b3ab", "serial": "", "codes": { "type": "qr", "value": "", "image": "" }, "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "first_name", "field_type": "string", "field_value": "David" }, { "field_name": "last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "preferred_name", "field_type": "string", "field_value": null }, { "field_name": "email", "field_type": "string", "field_value": "smithsondavid01@gmail.com" }, { "field_name": "address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "address_line_2", "field_type": "string", "field_value": null }, { "field_name": "address_line_3", "field_type": "string", "field_value": null }, { "field_name": "city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "country", "field_type": "string", "field_value": "Australia" }, { "field_name": "dob", "field_type": "string", "field_value": null }, { "field_name": "mobile", "field_type": "string", "field_value": null }, { "field_name": "telephone", "field_type": "string", "field_value": null }, { "field_name": "additional_email", "field_type": "string", "field_value": null }, { "field_name": "delivery_first_name", "field_type": "string", "field_value": "David" }, { "field_name": "delivery_last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "delivery_address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "delivery_address_line_2", "field_type": "string", "field_value": null }, { "field_name": "delivery_city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "delivery_postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "delivery_state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "delivery_country", "field_type": "string", "field_value": "Australia" }, { "field_name": "billing_name_title", "field_type": "string", "field_value": "David Smithson" }, { "field_name": "billing_first_name", "field_type": "string", "field_value": "David" }, { "field_name": "billing_last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "billing_address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "billing_address_line_2", "field_type": "string", "field_value": null }, { "field_name": "billing_city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "billing_postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "billing_state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "billing_country", "field_type": "string", "field_value": "Australia" }, { "field_name": "is_newsletter", "field_type": "boolean", "field_value": null }, { "field_name": "newsletter_types", "field_type": "string", "field_value": null }, { "field_name": "email_sent", "field_type": "boolean", "field_value": false }, { "field_name": "is_sync", "field_type": "boolean", "field_value": false }, { "field_name": "image", "field_type": "string", "field_value": "uploads/users/" } ] } ], "product": { "ticket_name": "service", "ticket_variation": null, "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "ab380c49-e601-4ad6-8f6f-3fe2fa662615", "name": "Living Science", "display_name": "Living Science", "banner": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ], "configuration": { "type": "venue_event", "attributes": { "name": "venue", "value": { "name": "166 Gipps St", "image": "", "url": "", "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Victoria", "state": "East Melbourne", "city": "3002", "post_code": "Australia" } } } }, "event_starts_on": { "utc": "2023-01-31 23:00:00", "local": "2023-02-01 10:00" }, "event_ends_on": { "utc": "2023-02-01 00:00:00", "local": "2023-02-01 11:00" }, "sessions": [] }, "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "image": null }, "reference_no": "7ERSYA", "invoice_no": "7ERSYA", "seat": null, "last_attendee_type": "not_attended", "last_attendee_update_time": { "utc": "", "local": "" }, "ticket_id": "149ZWF", "order_id": "7ERSYA" } ], "pagination": { "records": 1, "position": 1, "rows": 5 } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET38. GET /events/{uuid}/tickets/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "uuid": "c8ba59f4-5456-11ed-9d67-9a7004b6b3ab", "serial": "", "codes": { "type": "qr", "value": "", "image": "" }, "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "first_name", "field_type": "string", "field_value": "David" }, { "field_name": "last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "preferred_name", "field_type": "string", "field_value": null }, { "field_name": "email", "field_type": "string", "field_value": "smithsondavid01@gmail.com" }, { "field_name": "address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "address_line_2", "field_type": "string", "field_value": null }, { "field_name": "address_line_3", "field_type": "string", "field_value": null }, { "field_name": "city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "country", "field_type": "string", "field_value": "Australia" }, { "field_name": "dob", "field_type": "string", "field_value": null }, { "field_name": "mobile", "field_type": "string", "field_value": null }, { "field_name": "telephone", "field_type": "string", "field_value": null }, { "field_name": "additional_email", "field_type": "string", "field_value": null }, { "field_name": "delivery_first_name", "field_type": "string", "field_value": "David" }, { "field_name": "delivery_last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "delivery_address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "delivery_address_line_2", "field_type": "string", "field_value": null }, { "field_name": "delivery_city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "delivery_postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "delivery_state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "delivery_country", "field_type": "string", "field_value": "Australia" }, { "field_name": "billing_name_title", "field_type": "string", "field_value": "David Smithson" }, { "field_name": "billing_first_name", "field_type": "string", "field_value": "David" }, { "field_name": "billing_last_name", "field_type": "string", "field_value": "Smithson" }, { "field_name": "billing_address_line_1", "field_type": "string", "field_value": "Australia 15" }, { "field_name": "billing_address_line_2", "field_type": "string", "field_value": null }, { "field_name": "billing_city", "field_type": "string", "field_value": "Melbourne" }, { "field_name": "billing_postcode", "field_type": "string", "field_value": "3000" }, { "field_name": "billing_state", "field_type": "string", "field_value": "Victoria" }, { "field_name": "billing_country", "field_type": "string", "field_value": "Australia" }, { "field_name": "is_newsletter", "field_type": "boolean", "field_value": null }, { "field_name": "newsletter_types", "field_type": "string", "field_value": null }, { "field_name": "email_sent", "field_type": "boolean", "field_value": false }, { "field_name": "is_sync", "field_type": "boolean", "field_value": false }, { "field_name": "image", "field_type": "string", "field_value": "uploads/users/" } ] } ], "product": { "ticket_name": "service", "ticket_variation": null, "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "ab380c49-e601-4ad6-8f6f-3fe2fa662615", "name": "Living Science", "display_name": "Living Science", "banner": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ], "configuration": { "type": "venue_event", "attributes": { "name": "venue", "value": { "name": "166 Gipps St", "image": "", "url": "", "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Victoria", "state": "East Melbourne", "city": "3002", "post_code": "Australia" } } } }, "event_starts_on": { "utc": "2023-01-31 23:00:00", "local": "2023-02-01 10:00" }, "event_ends_on": { "utc": "2023-02-01 00:00:00", "local": "2023-02-01 11:00" }, "sessions": [] }, "org": { "uuid": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8", "name": "World Medical Relief", "slug": "world-medical-relief", "image": null }, "reference_no": "7ERSYA", "invoice_no": "7ERSYA", "seat": null, "last_attendee_type": "not_attended", "last_attendee_update_time": { "utc": "", "local": "" }, "ticket_id": "149ZWF", "order_id": "7ERSYA", "last_attendee_activity_on": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET39. GET /events/{uuid}/attendees
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "attendees": [ { "uuid": "", "attributes": [ { "field_name": "allow_attendees_send_messages_during_event", "field_type": "system", "field_value": "true" }, { "field_name": "allow_attendees_to_mute_unmute_mic_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "allow_attendees_to_mute_unmute_video_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "is_moderator", "field_type": "system", "field_value": "false" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] }, { "uuid": "", "attributes": [ { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET40. GET /events/{uuid}/attendees/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "attendees": [ { "uuid": "", "attributes": [ { "field_name": "allow_attendees_send_messages_during_event", "field_type": "system", "field_value": "true" }, { "field_name": "allow_attendees_to_mute_unmute_mic_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "allow_attendees_to_mute_unmute_video_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "is_moderator", "field_type": "system", "field_value": "false" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] }, { "uuid": "", "attributes": [ { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH41. PATCH /events/{uuid}/attendees/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "attendees": [ { "uuid": "", "attributes": [ { "field_name": "allow_attendees_send_messages_during_event", "field_type": "system", "field_value": "true" }, { "field_name": "allow_attendees_to_mute_unmute_mic_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "allow_attendees_to_mute_unmute_video_themselves", "field_type": "system", "field_value": "false" }, { "field_name": "is_moderator", "field_type": "system", "field_value": "false" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] }, { "uuid": "", "attributes": [ { "field_name": "", "field_type": "custom", "field_value": "" }, { "field_name": "", "field_type": "custom", "field_value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET42. GET /events/{uuid}/suggestions
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "users": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" } ], "first_name": "John", "last_name": "Doe", "email":"john@gmail.com", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "created_on": "", "updated_on": "" "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "organisations": [ { "uuid": "1d3a2eec-bfa2-4975-be73-2fb7ff9850ff", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": true, "active": true, "pending": false, "last_accessed_on": "" } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": "false", "active": "true", "last_accessed_on": "" } } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_follow_me", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET43. GET /events/{uuid}/reviews
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "reviewes": [ { "uuid": "9944c977-55d1-4ff1-b51b-da3f7d7bb1ed", "parent": 0, "review_rating": 5, "review_text": "It has been well organized with a perfect rhythm. I really enjoyed the talks from different continents. Thank you very much for your invitation. Thank you very much for organizing this wonderful conference, it was impressive and left me a very good memory.", "likes": 0, "replis": 0, "created_on": "2022-10-25T14:31:36+00:00", "updated_on": "2022-10-25T14:31:36+00:00", "event": { "uuid": "020b7180-2720-44ec-bd9c-58ba0d098c5b", "name": "Identify your line of business", "display_name": "Identify your line of business", "slug": "identify-your-line-of-business" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "3d033ab4-2196-4ba9-b248-b0113df7dc35" }, { "name": "name", "value": "Robert Junior" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "c1f14dcd-c4fa-472d-91f0-cd1cb353b6c8" }, { "name": "name", "value": "World Medical Relief" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": false, "attributes": [] }, "interactions": { "likes": [] } } ], "pagination": { "records": 1, "position": 1, "rows": 20, "order_by": { "Reviews.last_activity_on": "DESC" } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET44. GET /events/{uuid}/orders
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "orders": [ { "uuid": "2724949b-a438-4282-b053-ea8bcf9db233", "code": "M6COBN", "customer": { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "first_name": "Charles", "last_name": "Thiago", "email": "thiagocharles1@gmail.com", "phone": null, "image": "/images/user-org-default-img.png", "billing_address": { "address_line1": "St Kilda VIC", "address_line2": "St Kilda VIC", "country": "Australia", "state": "Northern Territory", "city": "Adelaide River", "post_code": "0846" }, "shipping_address": { "address_line1": "St Kilda VIC", "address_line2": null, "country": "", "state": "Northern Territory", "city": "Adelaide River", "post_code": "0846" } }, "line_items": [ { "serial": 1, "product": { "uuid": "52c9621f-545f-11ed-9d67-9a7004b6b3ab", "name": "service", "variation": "VIP", "description": null, "quantity_included": 1, "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "2023-02-01" }, { "name": "event_time", "value": "10:00" }, { "name": "event_name", "value": "Living Science" }, { "name": "event_image", "value": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ] }, { "name": "event_address", "value": { "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "event_tickets", "value": [ { "name": "uuid", "value": "7c468f8e-5456-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "event_attendees", "value": [ { "name": "uuid", "value": "52d736d9-545f-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "user_uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "is_new", "value": false }, { "name": "review_rating", "value": null }, { "name": "order_qr_code", "value": [ { "type": "qr", "value": "52cfd7ad-545f-11ed-9d67-9a7004b6b3ab", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABvAQMAAADYCwwjAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABIUlEQVQ4jdXUvY3FIAwH8P+Jgo4sEClr0LFSskA+Fggr0bEGEgu8dCmi+Ezu7l2HaR+iyA8JxTYY4BNHR7QFGK2IkkgD5eO1BLWigS5vhFFnfzbRR0xnK1d7daSaCLXb4cZ/kBVyvrvNPN/pV/iMC3h/19hRppNnP0WZQN8FfEWimGS6fMQ02jRbyEQ/ESc7UEgN5L2Y4jU6yNT8F9rd4H+iqrIEfw4vLuaztU7DkdvLIM06iQTotvl2nAhEchlNiU35J986jc6vkkW/PHsFun52arVpCQ20anXg+txWZlkB7Ujm72pVyDfWh+Gg0j4iuRe2wI2TuueMBDo+nXycdLtG8lXpp9/0Jbo0arXrBpY3R932mhtY+lfzm8PFlPl54xuY8MsiivHlCQAAAABJRU5ErkJggg==" } ] }, { "name": "order_pdf_link", "value": "https://www.eventbookings.com//b/download/db3982b1-01ae-4e00-bf47-eb0877fac33f/get" } ] }, "quantity": 1, "price": "0.00", "discount": "0.00", "service_fee": "0", "processing_fee": "0", "tax": "0.00", "subtotal": "0.00" } ], "total_ticket": 1, "summary": { "subtotal": 0, "coupons": { "code": "", "amount": null }, "service_fee": "0", "processing_fee": "0", "tax": "0.00", "total": 0 }, "payments": [], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ], "price_is_tax_inclusive": 1, "instruction": { "title": "1666700399", "description": "" }, "attendee_details": [ { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "attributes": [ { "field_name": "is_new", "field_type": "system", "field_value": true }, { "field_name": "order_created_on", "field_type": "system", "field_value": "2022-10-25T11:18:51+00:00" }, { "field_name": "price", "field_type": "system", "field_value": 0 }, { "field_name": "total_ticket_quantity", "field_type": "system", "field_value": 1 } ] } ], "additional_details": [], "status": "Active", "extended_status": [ { "name": "payment", "value": "Paid" }, { "name": "fulfilment", "value": null }, { "name": "refund", "value": "No Action" } ], "created_on": "2022-10-25T12:19:59+00:00", "updated_on": "2022-10-25T12:19:59+00:00" }, { "uuid": "d2d6833b-3a96-45ef-a529-54ecb66a8bf2", "code": "8KW9EJ", "customer": { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "first_name": "David", "last_name": "Smithson", "email": "smithsondavid01@gmail.com", "phone": null, "image": "/images/user-org-default-img.png", "billing_address": { "address_line1": "Australia 15", "address_line2": "Australia 15", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" }, "shipping_address": { "address_line1": "Australia 15", "address_line2": null, "country": "", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } }, "line_items": [ { "serial": 1, "product": { "uuid": "8b252176-545c-11ed-9d67-9a7004b6b3ab", "name": "service", "variation": "VIP", "description": null, "quantity_included": 1, "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "2023-02-01" }, { "name": "event_time", "value": "10:00" }, { "name": "event_name", "value": "Living Science" }, { "name": "event_image", "value": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ] }, { "name": "event_address", "value": { "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "event_tickets", "value": [ { "name": "uuid", "value": "7c468f8e-5456-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "event_attendees", "value": [ { "name": "uuid", "value": "8b3421cf-545c-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "user_uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "is_new", "value": false }, { "name": "review_rating", "value": null }, { "name": "order_qr_code", "value": [ { "type": "qr", "value": "8b2c43ed-545c-11ed-9d67-9a7004b6b3ab", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABvAQMAAADYCwwjAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHUlEQVQ4jdXUMa6EIBAG4N9Q0OkFTLwGHVfSC6zuBeRKdFyDxAs8OwrivMHdt69jaJdQ+BUY5ndG4BvXQPT06LUiiiJ7KBfy6tWGBtrjSZj14VITXcCSWrmZPJBqItRupgv/l6yQ693NwftTfoX3ysDnucaBDkq8xyXIhI2LRxfo0lFkR+oMcTZ5TRDZoySzQb3O1tklRRx7yAtBZI/4MLTbyfko03Lm0w+HqSFTZ5hc3vC6ZJVcr/PHZcf3JascfO48oNV+n62z18TffTbjO0mBmK3aTFxDC+kMmA1dNoq8w6QdcfAyuWNdmk4q4yOyL1PADRCHEGXaMghn+rukSHCrjNy3TbRxLrE3kOfXqsvkRwNLveWfw2HK/L71C4S83OChRR28AAAAAElFTkSuQmCC" } ] }, { "name": "order_pdf_link", "value": "https://www.eventbookings.com//b/download/4d97726c-df4d-4896-a995-abaf557c9048/get" } ] }, "quantity": 1, "price": "0.00", "discount": "0.00", "service_fee": "0", "processing_fee": "0", "tax": "0.00", "subtotal": "0.00" } ], "total_ticket": 1, "summary": { "subtotal": 0, "coupons": { "code": "", "amount": null }, "service_fee": "0", "processing_fee": "0", "tax": "0.00", "total": 0 }, "payments": [], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ], "price_is_tax_inclusive": 1, "instruction": { "title": "1666699205", "description": "" }, "attendee_details": [ { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "attributes": [ { "field_name": "is_new", "field_type": "system", "field_value": true }, { "field_name": "order_created_on", "field_type": "system", "field_value": "2022-10-25T11:18:51+00:00" }, { "field_name": "price", "field_type": "system", "field_value": 0 }, { "field_name": "total_ticket_quantity", "field_type": "system", "field_value": 1 } ] } ], "additional_details": [], "status": "Active", "extended_status": [ { "name": "payment", "value": "Paid" }, { "name": "fulfilment", "value": null }, { "name": "refund", "value": "No Action" } ], "created_on": "2022-10-25T12:00:05+00:00", "updated_on": "2022-10-25T12:00:05+00:00" }, { "uuid": "7a0d538a-7112-4b7b-83aa-a9574a837b6c", "code": "7ERSYA", "customer": { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "first_name": "David", "last_name": "Smithson", "email": "smithsondavid01@gmail.com", "phone": null, "image": "/images/user-org-default-img.png", "billing_address": { "address_line1": "Australia 15", "address_line2": "Australia 15", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" }, "shipping_address": { "address_line1": "Australia 15", "address_line2": null, "country": "", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } }, "line_items": [ { "serial": 1, "product": { "uuid": "c8b3c9a9-5456-11ed-9d67-9a7004b6b3ab", "name": "service", "variation": "VIP", "description": null, "quantity_included": 1, "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "2023-02-01" }, { "name": "event_time", "value": "10:00" }, { "name": "event_name", "value": "Living Science" }, { "name": "event_image", "value": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ] }, { "name": "event_address", "value": { "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "event_tickets", "value": [ { "name": "uuid", "value": "7c468f8e-5456-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "event_attendees", "value": [] }, { "name": "user_uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "is_new", "value": true }, { "name": "review_rating", "value": null }, { "name": "order_qr_code", "value": [ { "type": "qr", "value": "c8ba59f4-5456-11ed-9d67-9a7004b6b3ab", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABvAQMAAADYCwwjAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHElEQVQ4jdXUsY2EMBAF0I8cOLMbQKINZ24JGuC4BqAlMrdhyQ0sGQFi7rN7d5sxTtdCaF5ggf/YBj5xeJEpHL01Ilmlg5lDO8YyoYJXUb5Xs+xVZOH3WnLiluoIs6Tswvsnb8j1zqHw+V/+DTkaQW/fYd7QS5GEr9QOSScixnAMu8w2q3To5tCdMQ8rVDZr63DwPT7n3tMns+3lvLoPlYgHP9FI9imrZOCS2FB2Cio9+2jNAy2sTtZLYj7t8OrRLTm3D7IJv6jTRXMlGfKrRwp5apikGFmzzsiinFHOCJXPngLhL9hbcsdye/eRmxYqeRYmy55mZyvIWRHM5/dmUAmZ7OET6tg90J22grxzmGRqXQWv84uykUHn540fktvNaBwpLuIAAAAASUVORK5CYII=" } ] }, { "name": "order_pdf_link", "value": "https://www.eventbookings.com//b/download/23526db9-e072-4f6b-8c65-2b66b1360530/get" } ] }, "quantity": 1, "price": "0.00", "discount": "0.00", "service_fee": "0", "processing_fee": "0", "tax": "0.00", "subtotal": "0.00" } ], "total_ticket": 1, "summary": { "subtotal": 0, "coupons": { "code": "", "amount": null }, "service_fee": "0", "processing_fee": "0", "tax": "0.00", "total": 0 }, "payments": [], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ], "price_is_tax_inclusive": 1, "instruction": { "title": "1666696731", "description": "" }, "attendee_details": [ { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "attributes": [ { "field_name": "is_new", "field_type": "system", "field_value": true }, { "field_name": "order_created_on", "field_type": "system", "field_value": "2022-10-25T11:18:51+00:00" }, { "field_name": "price", "field_type": "system", "field_value": 0 }, { "field_name": "total_ticket_quantity", "field_type": "system", "field_value": 1 } ] } ], "additional_details": [], "status": "Active", "extended_status": [ { "name": "payment", "value": "Paid" }, { "name": "fulfilment", "value": null }, { "name": "refund", "value": "No Action" } ], "created_on": "2022-10-25T11:18:51+00:00", "updated_on": "2022-10-25T11:18:51+00:00" } ], "pagination": { "records": 3, "position": 1, "rows": 20, "order_by": "id" } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET45. GET /events/{uuid}/related_events
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "events": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "extended_status":[ { "name": "publishing", "value": "" }, { "name": "listing", "value": "" } { "name": "live", "value": "" } { "name": "ended", "value": "" } ], "name": "Venue Event", "is_hidden_event_info": true "display_name": "", "description": "", "banner": [ { "name": "", "image": "", "primary": "false" }, { "name": "", "image": "", "primary": "true" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "30" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "pd3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "10" }, { "uuid": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "-1", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "2022-04-27T09:21:23+00:00", "published_on": { "utc": "2022-04-27T09:21:23+00:00", "local": "2022-04-27 15:21" } }, "listing": { "enabled": "true", "categories": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ], "tags": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ] }, "booking_starts_on": { "immediately": false, "utc": "", "local": "" }, "booking_ends_on": { "continue_until_event_ends": false, "utc": "", "local": "" }, "event_starts_on": { "starts_now": true, "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "true", "type": "multiple-choice", "session_lists": [ { "type": "required", "uuid": "", "status": "active", "name": " Session One", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "uuid": "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } }, { "type": "optional", "uuid": "", "status": "active", "name": "Session Two (Optional)", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } ] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "false" } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "true", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ] }, "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "name": "Online Event", "display_name": "", "description": "", "banner": [ { "name": "", "image": "" }, { "name": "", "image": "" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "online_event", "attributes": [ { "name": "event_ended", "value": "true" }, { "name": "template", "value": "talkshow" }, { "name": "enter_event_with_camera_off", "value": "true" }, { "name": "enter_event_with_mic_muted", "value": "true" }, { "name": "allow_attendees_send_messages_during_event", "value": "true" }, { "name": "allow_attendees_to_mute_unmute_themselves", "value": "true" }, { "name": "event_joining_URL", "value": "" }, { "name": "speakers", "value" : { "enabled": "true", "list": [ { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" }, { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" } ] } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "", "utc": "", "local": "" }, "listing": { "enabled": "false", "categories": [], "tags": [] }, "booking_starts_on": { "utc": "", "local": "" }, "booking_ends_on": { "utc": "", "local": "" }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "false", "type": "none", "session_lists": [] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "true", "amount": { "discount_type": "percentage", "discount_unit": "20" } } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "false", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ] }, "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "" } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "" } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "" } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "" } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "" } } ], "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "attendees": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "speaker": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "reviews": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": """ } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Orgs
-
GET1. GET /orgs/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], Validate if client is authenticated as owner (or a member of owner team) of the org "name": "Web Mascot", "display_name": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "value": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST2. POST /orgs/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], Validate if client is authenticated as owner (or a member of owner team) of the org "name": "Web Mascot", "display_name": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "value": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH3. PATCH /orgs/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], Validate if client is authenticated as owner (or a member of owner team) of the org "name": "Web Mascot", "display_name": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "value": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST4. POST /orgs/{uuid}/contact
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST5. POST /orgs/{uuid}/follow
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST6. POST /orgs/{uuid}/unfollow
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET7. POST /orgs/{uuid}/unfollow
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "follows": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "display_name", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "slug", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET8. GET /orgs/{uuid}/followed_by
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "followed_by": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "display_name", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "slug", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET9. GET /orgs/{uuid}/privacy_settings
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH10. PATCH /orgs/{uuid}/privacy_settings
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET11. GET /orgs/{uuid}/billing_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "billing_information": { "first_name": "Masumul", "last_name": "Hassan", "email": "masumul@bitmascot.com", "phone": "", "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141", } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PUT12. PUT /orgs/{uuid}/billing_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "billing_information": { "first_name": "Masumul", "last_name": "Hassan", "email": "masumul@bitmascot.com", "phone": "", "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141", } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET13. GET /orgs/{uuid}/payout_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "payout_information": { "account_name": "", "account_number": "", "bank_name": "", "bsb_code": "", "swift_or_bic_code": "", "aba_routing": "", "iban": "" } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PUT14. PUT /orgs/{uuid}/payout_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "payout_information": { "account_name": "", "account_number": "", "bank_name": "", "bsb_code": "", "swift_or_bic_code": "", "aba_routing": "", "iban": "" } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET15. GET /orgs/{uuid}/metrics
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET16. GET /orgs/{uuid}/activities
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET17. GET /orgs/{uuid}/events /orgs/{uuid}/events/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "events": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "extended_status":[ { "name": "publishing", "value": "" }, { "name": "listing", "value": "" } { "name": "live", "value": "" } { "name": "ended", "value": "" } ], "name": "Venue Event", "is_hidden_event_info": true "display_name": "", "description": "", "banner": [ { "name": "", "image": "", "primary": "false" }, { "name": "", "image": "", "primary": "true" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "30" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "pd3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "10" }, { "uuid": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "-1", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "2022-04-27T09:21:23+00:00", "published_on": { "utc": "2022-04-27T09:21:23+00:00", "local": "2022-04-27 15:21" } }, "listing": { "enabled": "true", "categories": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ], "tags": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ] }, "booking_starts_on": { "immediately": false, "utc": "", "local": "" }, "booking_ends_on": { "continue_until_event_ends": false, "utc": "", "local": "" }, "event_starts_on": { "starts_now": true, "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "true", "type": "multiple-choice", "session_lists": [ { "type": "required", "uuid": "", "status": "active", "name": " Session One", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "uuid": "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } }, { "type": "optional", "uuid": "", "status": "active", "name": "Session Two (Optional)", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } ] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "false" } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "true", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ] }, "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "name": "Online Event", "display_name": "", "description": "", "banner": [ { "name": "", "image": "" }, { "name": "", "image": "" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "online_event", "attributes": [ { "name": "event_ended", "value": "true" }, { "name": "template", "value": "talkshow" }, { "name": "enter_event_with_camera_off", "value": "true" }, { "name": "enter_event_with_mic_muted", "value": "true" }, { "name": "allow_attendees_send_messages_during_event", "value": "true" }, { "name": "allow_attendees_to_mute_unmute_themselves", "value": "true" }, { "name": "event_joining_URL", "value": "" }, { "name": "speakers", "value" : { "enabled": "true", "list": [ { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" }, { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" } ] } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "", "utc": "", "local": "" }, "listing": { "enabled": "false", "categories": [], "tags": [] }, "booking_starts_on": { "utc": "", "local": "" }, "booking_ends_on": { "utc": "", "local": "" }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "false", "type": "none", "session_lists": [] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "true", "amount": { "discount_type": "percentage", "discount_unit": "20" } } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "false", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ] }, "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "" } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "" } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "" } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "" } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "" } } ], "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "attendees": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "speaker": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "reviews": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": """ } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET18. GET /orgs/{uuid}/reviews
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "reviewes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "true", "attributes": [ { "name": "review_text", "value": "" }, { "name": "likes", "value": "" }, { "name": "created_on", "value": "" }, { "name": "updated_on", "value": "" }, { "name": "reviewer_entity_type", "value": "" }, { "name": "reviewer_uuid", "value": "" }, { "name": "reviewer_name", "value": "" }, { "name": "reviewer_image", "value": "" } ] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "false", "attributes": [] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET19. GET /orgs/{uuid}/stripe
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response TBA
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST20. POST /orgs/{uuid}/stripe/connect
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response TBA
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST21. POST /orgs/{uuid}/stripe/disconnect
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response TBA
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET22. GET /orgs/{uuid}/subscriptions
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "subscriptions": [ { "type": "core", "package": "basic", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" }, { "type": "add-on", "package": "campaign", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST23. POST /orgs/{uuid}/subscriptions
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response TBA
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST24. POST /orgs/{uuid}/subscriptions/{uuid}/cancel
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST25. POST /orgs/{uuid}/subscriptions/{uuid} /reactivate
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET26. GET /orgs/{uuid}/team_members
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "users": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" } ], "first_name": "John", "last_name": "Doe", "email":"john@gmail.com", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "created_on": "", "updated_on": "" "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "organisations": [ { "uuid": "1d3a2eec-bfa2-4975-be73-2fb7ff9850ff", "status": "", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": true, "active": true, "pending": false, "last_accessed_on": "" } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": "false", "active": "true", "last_accessed_on": "" } } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_follow_me", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET27. GET /orgs/{uuid}/team_members/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "users": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" } ], "first_name": "John", "last_name": "Doe", "email":"john@gmail.com", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "created_on": "", "updated_on": "" "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "organisations": [ { "uuid": "1d3a2eec-bfa2-4975-be73-2fb7ff9850ff", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": true, "active": true, "pending": false, "last_accessed_on": "" } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" }, { "name": "verified", "value": "" }, { "name": "transaction_on_hold", "value": "" } ], "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": "false", "active": "true", "last_accessed_on": "" } } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_follow_me", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST28. POST /orgs/{uuid}/team_members/{uuid} /disable
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST29. POST /orgs/{uuid}/team_members/{uuid} /enable
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE30. DELETE /orgs/{uuid}/team_members/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET31. GET /orgs/{uuid}/team_members/invitations
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "invitations": [ { "uuid": "", "status": "", "created_on":"", "accepted_on":"", "type": "invitation_to_join_team", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" } ] }, { "uuid": "", "status": "", "created_on":"", "accepted_on":"", "type": "invitation_to_join_team", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST32. POST /orgs/{uuid}/team_members/invitations
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "invitations": [ { "uuid": "", "status": "", "type": "invitation_to_join_team", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET33. GET /orgs/{uuid} /team_members_invitations/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "invitations": [ { "uuid": "", "status": "", "type": "invitation_to_join_team", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST34. POST /orgs/{uuid}/team_members/invitations/ {uuid}/accept_invite
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE35. DELETE /orgs/{uuid} /team_members_invitations/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE36. DELETE /orgs/{uuid}/payout_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST37. POST /orgs/{uuid}/payout_information
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orgs": [ { "payout_information": { "account_name": "", "account_number": "", "bank_name": "", "bsb_code": "", "swift_or_bic_code": "", "aba_routing": "", "iban": "" } } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST38. POST /orgs/{uuid}/team_members /resend_invitation/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Me
-
GET 1. GET /me
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "me": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "first_name": "John", "last_name": "Doe", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "phone": "", "timezone": "", "latitude": "", "longitude": "", "created_on": "", "updated_on": "", "email": { "address": "john@doe.com", "verified": "true" } "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "activities": [ { "name": "events_attendeed", "value": "40" }, { "name": "events_attended_as_guest", "value": "20" }, { "name": "events_attended_as_speaker", "value": "20" } ], "privacy_settings": [ { "name": "lock_my_user_profile", "value": "false" }, { "name": "allow_people_to_see_my_join_date", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_find_and_invite_me_to_relevant_events", "value": "false" }, { "name": "allow_people_to_follow_me", "value": "false" }, { "name": "allow_people_to_see_my_followings", "value": "false" }, { "name": "allow_people_to_see_the_events_i_attend", "value": "false" }, { "name": "allow_people_to_see_the_events_i_attend_as_speaker", "value": "false" }, { "name": "allow_people_to_see_the_events_i_share", "value": "false" } ], "email_preferences": [ { "name": "receive_order_confirmation", "value": "false", "read-only": "true" }, { "name": "receive_communication_from_event_organisers_for_my_purchased_events", "value": "true", "read-only": "true" }, { "name": "receive_event_invitations_from_event_organisers_sent_to_my_email_addres s", "value": "true", "read-only": "true" }, { "name": "receive_reminder_from_eventbookings_for_my_purchased_events", "value": "false", "read-only": "false" }, { "name": "receive_critical_notifications_on_eventbookings_service_status_and_prod uct_updates", "value": "false", "read-only": "false" }, { "name": "receive_newsletters_from_eventbookings_with_general_and_other_informati on", "value": "false", "read-only": "false" }, { "name": "receive_notification_when_someone_follows_me_or_my_organisation", "value": "false", "read-only": "false" }, { "name": "recieve_notification_when_someone_shares_my_events", "value": "false", "read-only": "false" }, { "name": "receive_notification_on_review_related_activities", "value": "false", "read-only": "false" } ], "organisations": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "owner": "true", "status": "", "name": "Web Mascot", "display_name": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ], "subscriptions": [ { "type": "core", "package": "basic", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" }, { "type": "add-on", "package": "campaign", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "owner": "false", "status": "", "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ], "subscriptions": [ { "type": "core", "package": "basic", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" }, { "type": "add-on", "package": "campaign", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } } ] } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST2. POST /me
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "me": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "first_name": "John", "last_name": "Doe", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "phone": "", "timezone": "", "latitude": "", "longitude": "", "created_on": "", "updated_on": "", "email": { "address": "john@doe.com", "verified": "true" } "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "activities": [ { "name": "events_attendeed", "value": "40" }, { "name": "events_attended_as_guest", "value": "20" }, { "name": "events_attended_as_speaker", "value": "20" } ], "privacy_settings": [ { "name": "lock_my_user_profile", "value": "false" }, { "name": "allow_people_to_see_my_join_date", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_find_and_invite_me_to_relevant_events", "value": "false" }, { "name": "allow_people_to_follow_me", "value": "false" }, { "name": "allow_people_to_see_my_followings", "value": "false" }, { "name": "allow_people_to_see_the_events_i_attend", "value": "false" }, { "name": "allow_people_to_see_the_events_i_attend_as_speaker", "value": "false" }, { "name": "allow_people_to_see_the_events_i_share", "value": "false" } ], "email_preferences": [ { "name": "receive_order_confirmation", "value": "false", "read-only": "true" }, { "name": "receive_communication_from_event_organisers_for_my_purchased_events", "value": "true", "read-only": "true" }, { "name": "receive_event_invitations_from_event_organisers_sent_to_my_email_addres s", "value": "true", "read-only": "true" }, { "name": "receive_reminder_from_eventbookings_for_my_purchased_events", "value": "false", "read-only": "false" }, { "name": "receive_critical_notifications_on_eventbookings_service_status_and_prod uct_updates", "value": "false", "read-only": "false" }, { "name": "receive_newsletters_from_eventbookings_with_general_and_other_informati on", "value": "false", "read-only": "false" }, { "name": "receive_notification_when_someone_follows_me_or_my_organisation", "value": "false", "read-only": "false" }, { "name": "recieve_notification_when_someone_shares_my_events", "value": "false", "read-only": "false" }, { "name": "receive_notification_on_review_related_activities", "value": "false", "read-only": "false" } ], "organisations": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "owner": "true", "status": "", "name": "Web Mascot", "display_name": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ], "subscriptions": [ { "type": "core", "package": "basic", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" }, { "type": "add-on", "package": "campaign", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "owner": "false", "status": "", "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "email": "masumul@bitmascot.com", "phone": "", "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "addresses": [ { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "privacy_settings": [ { "name": "lock_my_organisation_profile", "value": "false" }, { "name": "hide_address_on_my_organisation_profile", "value": "true" }, { "name": "hide_reviews_on_my_organisation_profile", "value": "false" }, { "name": "hide_review_interactions_from_public", "value": "false" }, { "name": "allow_people_to_contact_my_organisation", "value": "false" }, { "name": "allow_people_to_follow_my_organisation", "value": "false" } ], "subscriptions": [ { "type": "core", "package": "basic", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" }, { "type": "add-on", "package": "campaign", "starts_on": "", "renews_on": "", "expires_on": "", "order_id": "", "is_current": "" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "", "events": [ { "uuid": "", "name": "" }, { "uuid": "", "name": "" } ] } } ] } ] } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST3. POST /me/passwd
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST4. POST /me/receive_verification_email
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET5. GET /me/mutes
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "mutes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "muted_by": "6a3a2eec-bfa2-4975-be73-2fb7ff9850cd", "muted": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "display_name", "value": "" }, { "name": "image", "value": "" } { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "muted_by": "3f3a2eec-bfa2-4975-be73-2fb7ff9850dd", "muted": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "slug", "value": "" }, { "name": "image", "value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST6. POST /me/mute
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST7. POST /me/unmute
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET8. GET /me/saves
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "saves": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET9. GET /me/tickets
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "tickets": [ { "uuid": "", "serial": "", "status":"", "codes": [ { "type": "qr", "value": "", "image": "" } ], "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "product": { "ticket_name": "My Venue Event", "ticket_variation": "", "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "My Venue Event", "display_name": "", "banner": [ { "name": "", "image": "", "primary": "true" }, { "name": "", "image": "", "primary": "false" } ], "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": [ { "uuid": "", "display_order": "natural", "name": "Session 1", "description": "", "image": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "32 Nilim St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Session 2", "description": "", "image": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } } ] }, "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "image": "a916c022-c65a-47c8-8ef2-82371ff63823" } }, { "uuid": "", "serial": "", "codes": [ { "type": "qr", "value": "", "image": "" } ], "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "product": { "ticket_name": "My Virtual Event", "ticket_variation": "", "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "My Virtual Event", "display_name": "", "banner": [ { "name": "", "image": "", "primary": "true" }, { "name": "", "image": "", "primary": "false" } ], "configuration": { "attributes": [] }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": [ { "uuid": "", "display_order": "natural", "name": "Session 1", "description": "", "image": "", "configuration": { "attributes": [], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Session 2", "description": "", "image": "", "configuration": { "attributes": [], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } } ] }, "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "image": "a916c022-c65a-47c8-8ef2-82371ff63823" } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET10.GET /me/tickets/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "tickets": [ { "uuid": "", "serial": "", "status":"", "codes": [ { "type": "qr", "value": "", "image": "" } ], "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "product": { "ticket_name": "My Venue Event", "ticket_variation": "", "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "My Venue Event", "display_name": "", "banner": [ { "name": "", "image": "", "primary": "true" }, { "name": "", "image": "", "primary": "false" } ], "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": [ { "uuid": "", "display_order": "natural", "name": "Session 1", "description": "", "image": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "32 Nilim St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Session 2", "description": "", "image": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } } ] }, "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "image": "a916c022-c65a-47c8-8ef2-82371ff63823" } }, { "uuid": "", "serial": "", "codes": [ { "type": "qr", "value": "", "image": "" } ], "special_instruction": "", "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "product": { "ticket_name": "My Virtual Event", "ticket_variation": "", "ticket_description": "" }, "order": { "uuid": "" }, "event": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "My Virtual Event", "display_name": "", "banner": [ { "name": "", "image": "", "primary": "true" }, { "name": "", "image": "", "primary": "false" } ], "configuration": { "attributes": [] }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": [ { "uuid": "", "display_order": "natural", "name": "Session 1", "description": "", "image": "", "configuration": { "attributes": [], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Session 2", "description": "", "image": "", "configuration": { "attributes": [], "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } } ] }, "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "image": "a916c022-c65a-47c8-8ef2-82371ff63823" } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET11.GET /me/orders
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orders": [ { "uuid": "", "code": "", "customer": { "uuid": "", "first_name": "John", "last_name": "Doe", "email": "", "phone": "", "image":"" "billing_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" }, "shipping_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } }, "line_items": [ { "serial": "1", "product": { "uuid": "", "name": "Single Ticket With Variation", "variation": "VIP", "description": "", "quantity_included": "1", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" }, { "name": "event_name", "value": "Live event" }, { "name": "event_image", "value": "" } { "name": "event_address", "value": { "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141"" } } } { "name": "event_tickets", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "event_attendees", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "user_uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "is_new", "value": false } { "name": "review_rating", "value": 3.5 } { "name": "order_qr_code", "value": [ { "type": "qr", "value": "", "image": "" } ] } { "name": "order_pdf_link", "value": "" } }, "quantity": "1", "price": "30.00", "discount": "", "service_fee": "0.3", "processing_fee": "0.0", "tax": "", "subtotal": "" }, { "serial": "2", "product": { "uuid": "", "name": "Group Ticket", "variation": "", "description": "", "quantity_included": "20", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" } ] }, "quantity": "1", "price": "", "discount": "", "service_fee": "0.54", "processing_fee": "0.0", "tax": "", "subtotal": "" } ], "total_ticket": "", "summary": { "subtotal": "", "coupons": [ { "code": "", "amount": "" }, { "code": "", "amount": "" } ], "service_fee": "0.84", "processing_fee": "0.0", "tax": "", "total": "" }, "payments": [ { "status": "", "amount": "", "method": "SecurePay", "attributes": [ { "name": "response_code", "value": "" }, { "name": "response_text", "value": "" } ] }, { "status": "", "amount": "", "method": "Voucher", "attributes": [ { "name": "code", "value": "" } ] } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "price_is_tax_inclusive": "", "instruction": { "title": "", "description": "" }, "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "additional_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "status": "" "extended_status":[ { "name": "payment", "value": "" }, { "name": "fulfilment", "value": "" } { "name": "refund", "value": "" } ], "created_on": "", "updated_on": "" } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET12. GET /me/orders/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orders": [ { "uuid": "", "code": "", "customer": { "uuid": "", "first_name": "John", "last_name": "Doe", "email": "", "phone": "", "image":"" "billing_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" }, "shipping_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } }, "line_items": [ { "serial": "1", "product": { "uuid": "", "name": "Single Ticket With Variation", "variation": "VIP", "description": "", "quantity_included": "1", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" }, { "name": "event_name", "value": "Live event" }, { "name": "event_image", "value": "" } { "name": "event_address", "value": { "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141"" } } } { "name": "event_tickets", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "event_attendees", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "user_uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "is_new", "value": false } { "name": "review_rating", "value": 3.5 } { "name": "order_qr_code", "value": [ { "type": "qr", "value": "", "image": "" } ] } { "name": "order_pdf_link", "value": "" } }, "quantity": "1", "price": "30.00", "discount": "", "service_fee": "0.3", "processing_fee": "0.0", "tax": "", "subtotal": "" }, { "serial": "2", "product": { "uuid": "", "name": "Group Ticket", "variation": "", "description": "", "quantity_included": "20", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" } ] }, "quantity": "1", "price": "", "discount": "", "service_fee": "0.54", "processing_fee": "0.0", "tax": "", "subtotal": "" } ], "total_ticket": "", "summary": { "subtotal": "", "coupons": [ { "code": "", "amount": "" }, { "code": "", "amount": "" } ], "service_fee": "0.84", "processing_fee": "0.0", "tax": "", "total": "" }, "payments": [ { "status": "", "amount": "", "method": "SecurePay", "attributes": [ { "name": "response_code", "value": "" }, { "name": "response_text", "value": "" } ] }, { "status": "", "amount": "", "method": "Voucher", "attributes": [ { "name": "code", "value": "" } ] } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "price_is_tax_inclusive": "", "instruction": { "title": "", "description": "" }, "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "additional_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "status": "" "extended_status":[ { "name": "payment", "value": "" }, { "name": "fulfilment", "value": "" } { "name": "refund", "value": "" } ], "created_on": "", "updated_on": "" } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Reviews
-
POST1. POST /reviews
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "reviewes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "true", "attributes": [ { "name": "review_text", "value": "" }, { "name": "likes", "value": "" }, { "name": "created_on", "value": "" }, { "name": "updated_on", "value": "" }, { "name": "reviewer_entity_type", "value": "" }, { "name": "reviewer_uuid", "value": "" }, { "name": "reviewer_name", "value": "" }, { "name": "reviewer_image", "value": "" } ] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "false", "attributes": [] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET2. GET /reviews/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "reviewes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "true", "attributes": [ { "name": "review_text", "value": "" }, { "name": "likes", "value": "" }, { "name": "created_on", "value": "" }, { "name": "updated_on", "value": "" }, { "name": "reviewer_entity_type", "value": "" }, { "name": "reviewer_uuid", "value": "" }, { "name": "reviewer_name", "value": "" }, { "name": "reviewer_image", "value": "" } ] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "false", "attributes": [] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH3. PATCH /reviews/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "reviewes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "true", "attributes": [ { "name": "review_text", "value": "" }, { "name": "likes", "value": "" }, { "name": "created_on", "value": "" }, { "name": "updated_on", "value": "" }, { "name": "reviewer_entity_type", "value": "" }, { "name": "reviewer_uuid", "value": "" }, { "name": "reviewer_name", "value": "" }, { "name": "reviewer_image", "value": "" } ] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "false", "attributes": [] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE4. DELETE /reviews/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET5. GET /reviews/{uuid}/likes
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "likes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "review": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "review": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST6. POST /reviews/{uuid}/likes
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd" }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE7. DELETE /reviews/{uuid}/likes/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST8. POST /reviews/{uuid}/reply
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "reviewes": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "true", "attributes": [ { "name": "review_text", "value": "" }, { "name": "likes", "value": "" }, { "name": "created_on", "value": "" }, { "name": "updated_on", "value": "" }, { "name": "reviewer_entity_type", "value": "" }, { "name": "reviewer_uuid", "value": "" }, { "name": "reviewer_name", "value": "" }, { "name": "reviewer_image", "value": "" } ] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "parent": "02a2eec-bfa2-4975-be73-2fb7ff9850ca", "review_rating": "", "review_text": "", "likes": "", "replis": "", "created_on": "", "updated_on": "", "event": { "uuid": "2ea2eec-bfa2-4975-be73-2fb7ff9850f2", "name": "", "display_name": "" }, "reviewer": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "reviewed": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ], "children": { "most_recent_activity": "false", "attributes": [] }, "interactions": { "likes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Users
-
GET1. GET /users/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "users": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "extended_status": [ { "name": "muted", "value": "" }, { "name": "locked", "value": "" } ], "first_name": "John", "last_name": "Doe", "email":"john@gmail.com", "display_name": "Johnny", "bio": "No bio to write", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "created_on": "", "updated_on": "" "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "organisations": [ { "uuid": "1d3a2eec-bfa2-4975-be73-2fb7ff9850ff", "status": "", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": true, "active": true, "pending": false, "last_accessed_on": "" } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "", "name": "Bit Mascot", "slug": "bitmascot", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "role": { "owner": "false", "active": "true", "last_accessed_on": "" } } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_me", "value": "true" }, { "name": "allow_people_to_follow_me", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST2. POST /users/{uuid}/contact
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST3. POST /users/{uuid}/invite_to_book
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "invitations": [ { "uuid": "", "status": "", "type": "invitation_to_book", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" } ] }, { "uuid": "", "status": "", "type": "speaker_invitation", "data": [ { "name": "email", "value": "ashiq@webalive.com.au" }, { "name": "title", "value": "Ashiq" }, { "name": "first_name", "value": "Ashiq" }, { "name": "last_name", "value": "Rahman" }, { "name": "bio", "value": "" }, { "name": "image", "value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST4. POST /users/{uuid}/follow
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST5. POST /users/{uuid}/unfollow
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response No data
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET6. GET /users/{uuid}/follows
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "follows": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "display_name", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "slug", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET7. GET /users/{uuid}/followed_by
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "followed_by": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "display_name", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "slug", "value": "" }, { "name": "image", "value": "" }, { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" } ], "interactions": { "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET8. GET /users/{uuid}/attending
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "events": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "extended_status":[ { "name": "publishing", "value": "" }, { "name": "listing", "value": "" } { "name": "live", "value": "" } { "name": "ended", "value": "" } ], "name": "Venue Event", "is_hidden_event_info": true "display_name": "", "description": "", "banner": [ { "name": "", "image": "", "primary": "false" }, { "name": "", "image": "", "primary": "true" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "30" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "pd3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "10" }, { "uuid": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "-1", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "2022-04-27T09:21:23+00:00", "published_on": { "utc": "2022-04-27T09:21:23+00:00", "local": "2022-04-27 15:21" } }, "listing": { "enabled": "true", "categories": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ], "tags": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ] }, "booking_starts_on": { "immediately": false, "utc": "", "local": "" }, "booking_ends_on": { "continue_until_event_ends": false, "utc": "", "local": "" }, "event_starts_on": { "starts_now": true, "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "true", "type": "multiple-choice", "session_lists": [ { "type": "required", "uuid": "", "status": "active", "name": " Session One", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "uuid": "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } }, { "type": "optional", "uuid": "", "status": "active", "name": "Session Two (Optional)", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } ] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "false" } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "true", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ] }, "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "name": "Online Event", "display_name": "", "description": "", "banner": [ { "name": "", "image": "" }, { "name": "", "image": "" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "online_event", "attributes": [ { "name": "event_ended", "value": "true" }, { "name": "template", "value": "talkshow" }, { "name": "enter_event_with_camera_off", "value": "true" }, { "name": "enter_event_with_mic_muted", "value": "true" }, { "name": "allow_attendees_send_messages_during_event", "value": "true" }, { "name": "allow_attendees_to_mute_unmute_themselves", "value": "true" }, { "name": "event_joining_URL", "value": "" }, { "name": "speakers", "value" : { "enabled": "true", "list": [ { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" }, { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" } ] } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "", "utc": "", "local": "" }, "listing": { "enabled": "false", "categories": [], "tags": [] }, "booking_starts_on": { "utc": "", "local": "" }, "booking_ends_on": { "utc": "", "local": "" }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "false", "type": "none", "session_lists": [] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "true", "amount": { "discount_type": "percentage", "discount_unit": "20" } } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "false", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ] }, "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "" } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "" } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "" } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "" } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "" } } ], "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "attendees": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "speaker": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "reviews": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": """ } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET9. GET /users/{uuid}/speaking
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "events": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "extended_status":[ { "name": "publishing", "value": "" }, { "name": "listing", "value": "" } { "name": "live", "value": "" } { "name": "ended", "value": "" } ], "name": "Venue Event", "is_hidden_event_info": true "display_name": "", "description": "", "banner": [ { "name": "", "image": "", "primary": "false" }, { "name": "", "image": "", "primary": "true" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "venue_event", "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "30" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "30", "pricing_details": [ { "uuid": "pd3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "10" }, { "uuid": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "-1", "max_quantity_per_customer": "1", "quantity_sold": "20", "pricing_details": [ { "uuid": "oa3a2eec-bfa2-4975-be73-2fb7ff9850fd", "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "20" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "2022-04-27T09:21:23+00:00", "published_on": { "utc": "2022-04-27T09:21:23+00:00", "local": "2022-04-27 15:21" } }, "listing": { "enabled": "true", "categories": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ], "tags": [ { "uuid": "", "name": "", "description": "", "url": "", "image": "" }, { "uuid": "", "name": "", "description": "", "url": "", "image": "" } ] }, "booking_starts_on": { "immediately": false, "utc": "", "local": "" }, "booking_ends_on": { "continue_until_event_ends": false, "utc": "", "local": "" }, "event_starts_on": { "starts_now": true, "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "true", "type": "multiple-choice", "session_lists": [ { "type": "required", "uuid": "", "status": "active", "name": " Session One", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "uuid": "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } }, { "type": "optional", "uuid": "", "status": "active", "name": "Session Two (Optional)", "display_name": "", "description": "", "image": "", "created_on": "", "updated_on": "", "configuration": { "attributes": [ { "name": "venue", "value": { "name": "", "image": "", "url": "", "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } } } ] }, "tickets": { "levels": [ { "uuid": "", "display_order": "natural", "name": "Single Ticket WITHOUT Variation", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "1", "name": "Single Ticket WITH Variation", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "Gold", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" }, { "variation": "Silver", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "fixed", "discount": "5", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } }, { "uuid": "", "display_order": "natural", "name": "Group Ticket", "description": "", "quantity": "100", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$300.00", "quantity_included": "5", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "session_booking_starts_on": { "utc": "", "local": "" }, "session_booking_ends_on": { "utc": "", "local": "" }, "session_starts_on": { "utc": "", "local": "" }, "session_ends_on": { "utc": "", "local": "" } } ] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "false" } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "true", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ] }, "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "status": "active", "name": "Online Event", "display_name": "", "description": "", "banner": [ { "name": "", "image": "" }, { "name": "", "image": "" } ], "links": [ { "name": "website", "value": "https://john.doe/" }, { "name": "facebook", "value": "" }, { "name": "instagram", "value": "https://john.doe/" }, { "name": "twitter", "value": "" }, { "name": "linkedin", "linkedin": "https://john.doe/li" } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ], "created_on": "", "updated_on": "", "org": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "name": "Web Mascot", "slug": "webalive", "info": "", "image": "a916c022-c65a-47c8-8ef2-82371ff63823", "metrics": [ { "name": "followed_by_me", "value": "304" }, { "name": "follows_me", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "interactions": { "preferences": [ { "name": "allow_people_to_contact_my_organisation", "value": "true" }, { "name": "allow_people_to_follow_my_organisation", "value": "true" } ], "follows": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "followed_by": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "mutes": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } } }, "configuration": { "type": "online_event", "attributes": [ { "name": "event_ended", "value": "true" }, { "name": "template", "value": "talkshow" }, { "name": "enter_event_with_camera_off", "value": "true" }, { "name": "enter_event_with_mic_muted", "value": "true" }, { "name": "allow_attendees_send_messages_during_event", "value": "true" }, { "name": "allow_attendees_to_mute_unmute_themselves", "value": "true" }, { "name": "event_joining_URL", "value": "" }, { "name": "speakers", "value" : { "enabled": "true", "list": [ { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" }, { "title": "", "first_name": "", "last_name": "", "bio": "", "image": "", "status": "" } ] } } ] }, "tickets": { "price_is_fee_inclusive": "", "price_is_tax_inclusive": "", "levels": [ { "uuid": "", "display_order": "natural", "name": "", "description": "", "quantity": "50", "max_quantity_per_customer": "1", "quantity_sold": "", "pricing_details": [ { "variation": "", "price": "$30.0", "quantity_included": "1", "quantity_sold": "" } ], "early_bird_discount": { "discount_type": "percentage", "discount": "20", "discount_starts_on": { "utc": "", "local": "" }, "discount_ends_on": { "utc": "", "local": "" } } } ] }, "publishing": { "state": "published", "updated_on": "", "utc": "", "local": "" }, "listing": { "enabled": "false", "categories": [], "tags": [] }, "booking_starts_on": { "utc": "", "local": "" }, "booking_ends_on": { "utc": "", "local": "" }, "event_starts_on": { "utc": "", "local": "" }, "event_ends_on": { "utc": "", "local": "" }, "sessions": { "enabled": "false", "type": "none", "session_lists": [] }, "refund": { "available": "true", "policy": { "cancel_before_event_starts": "7", "automatic": "true", "amount": { "discount_type": "percentage", "discount_unit": "20" } } }, "special_instruction": "", "metrics": [ { "name": "shared_count", "value": "304" }, { "name": "saved_count", "value": "901" }, { "name": "review_count", "value": "53" }, { "name": "review_rating_average", "value": "3.1" } ], "fees": { "currency": "", "pass_on": "false", "rate": [ { "name": "eventbookings_service_fee_fixed", "value": "0.3" }, { "name": "eventbookings_service_fee_percentage", "value": "3.4" }, { "name": "payment_processing_fee_fixed", "value": "0" }, { "name": "payment_processing_fee_percentage", "value": "0" } ], "price_is_tax_inclusive": "", "tax": [ { "name": "code", "value": "TAX" }, { "name": "rate", "value": "0" } ] }, "activities": [ { "name": "events_hosted", "value": "304", "meta": { "start_date": "", "end_date": "" } }, { "name": "revenue_earned", "value": "50000", "meta": { "start_date": "", "end_date": "" } }, { "name": "orders_received", "value": "302", "meta": { "start_date": "", "end_date": "" } }, { "name": "pages_viewed", "value": "4,670", "meta": { "start_date": "", "end_date": "" } }, { "name": "tickets_sold", "value": "302", "meta": { "start_date": "", "end_date": "" } } ], "interactions": { "saves": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" }, "shares": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "attendees": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "speaker": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "" } "reviews": { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": """ } } } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET10. GET /users/{uuid}/shares
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "shares": [ { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "user" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] }, { "uuid": "6d3a2eec-bfa2-4975-be73-2fb7ff9850fd", "created_on": "", "updated_on": "", "entity": [ { "name": "entity_type", "value": "org" }, { "name": "uuid", "value": "" }, { "name": "name", "value": "" }, { "name": "image", "value": "" } ] } ], "pagination": { "records": "", "position": "", "rows": "", "order_by": "" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Common
-
GET1. GET /common/address
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "success": true, "statusCode": 200, "result": { "address": { "location_country": "Australia", "location_state": "Victoria", "location_city": "Melbourne", "location_postcode": "3000", "countries": { "Aaland Islands": "Aaland Islands", "Afghanistan": "Afghanistan", "Albania": "Albania", "Algeria": "Algeria", "American Samoa": "American Samoa", "Andorra": "Andorra", "Angola": "Angola", "Anguilla": "Anguilla", "Antarctica": "Antarctica", "Antigua and Barbuda": "Antigua and Barbuda", "Argentina": "Argentina", "Armenia": "Armenia", "Aruba": "Aruba", "Australia": "Australia", "Austria": "Austria", "Azerbaijan": "Azerbaijan", "Bahamas": "Bahamas", "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", "Benin": "Benin", "Bermuda": "Bermuda", "Bhutan": "Bhutan", "Bolivia": "Bolivia", "Bonaire": "Bonaire", "Bosnia and Herzegowina": "Bosnia and Herzegowina", "Botswana": "Botswana", "Bouvet Island": "Bouvet Island", "Brazil": "Brazil", "British Indian Ocean Territory": "British Indian Ocean Territory", "Brunei Darussalam": "Brunei Darussalam", "Bulgaria": "Bulgaria", "Burkina Faso": "Burkina Faso", "Burundi": "Burundi", "Cambodia": "Cambodia", "Cameroon": "Cameroon", "Canada": "Canada", "Cape Verde": "Cape Verde", "Cayman Islands": "Cayman Islands", "Central African Republic": "Central African Republic", "Chad": "Chad", "Chile": "Chile", "China": "China", "Christmas Island": "Christmas Island", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", "Colombia": "Colombia", "Comoros": "Comoros", "Congo": "Congo", "Cook Islands": "Cook Islands", "Costa Rica": "Costa Rica", "Cote D'Ivoire": "Cote D'Ivoire", "Croatia": "Croatia", "Cuba": "Cuba", "Curacao": "Curacao", "Cyprus": "Cyprus", "Czech Republic": "Czech Republic", "Democratic Republic of the Congo": "Democratic Republic of the Congo", "Denmark": "Denmark", "Djibouti": "Djibouti", "Dominica": "Dominica", "Dominican Republic": "Dominican Republic", "Ecuador": "Ecuador", "Egypt": "Egypt", "El Salvador": "El Salvador", "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)", "Faroe Islands": "Faroe Islands", "Fiji": "Fiji", "Finland": "Finland", "France": "France", "French Guiana": "French Guiana", "French Polynesia": "French Polynesia", "French Southern Territories": "French Southern Territories", "Gabon": "Gabon", "Gambia": "Gambia", "Georgia": "Georgia", "Germany": "Germany", "Ghana": "Ghana", "Gibraltar": "Gibraltar", "Greece": "Greece", "Greenland": "Greenland", "Grenada": "Grenada", "Guadeloupe": "Guadeloupe", "Guam": "Guam", "Guatemala": "Guatemala", "Guernsey": "Guernsey", "Guinea": "Guinea", "Guinea-bissau": "Guinea-bissau", "Guyana": "Guyana", "Haiti": "Haiti", "Heard and Mc Donald Islands": "Heard and Mc Donald Islands", "Honduras": "Honduras", "Hong Kong": "Hong Kong", "Hungary": "Hungary", "Iceland": "Iceland", "India": "India", "Indonesia": "Indonesia", "Iran (Islamic Republic of)": "Iran (Islamic Republic of)", "Iraq": "Iraq", "Ireland": "Ireland", "Isle of Man": "Isle of Man", "Israel": "Israel", "Italy": "Italy", "Jamaica": "Jamaica", "Japan": "Japan", "Jersey": "Jersey", "Jordan": "Jordan", "Kazakhstan": "Kazakhstan", "Kenya": "Kenya", "Kiribati": "Kiribati", "Korea, Democratic People's Republic of": "Korea, Democratic People's Republic of", "Korea, Republic of": "Korea, Republic of", "Kosovo": "Kosovo", "Kuwait": "Kuwait", "Kyrgyzstan": "Kyrgyzstan", "Lao People's Democratic Republic": "Lao People's Democratic Republic", "Latvia": "Latvia", "Lebanon": "Lebanon", "Lesotho": "Lesotho", "Liberia": "Liberia", "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya", "Liechtenstein": "Liechtenstein", "Lithuania": "Lithuania", "Luxembourg": "Luxembourg", "Macao": "Macao", "Macedonia": "Macedonia", "Madagascar": "Madagascar", "Malawi": "Malawi", "Malaysia": "Malaysia", "Maldives": "Maldives", "Mali": "Mali", "Malta": "Malta", "Marshall Islands": "Marshall Islands", "Martinique": "Martinique", "Mauritania": "Mauritania", "Mauritius": "Mauritius", "Mayotte": "Mayotte", "Mexico": "Mexico", "Micronesia, Federated States of": "Micronesia, Federated States of", "Moldova": "Moldova", "Monaco": "Monaco", "Mongolia": "Mongolia", "Montenegro": "Montenegro", "Montserrat": "Montserrat", "Morocco": "Morocco", "Mozambique": "Mozambique", "Myanmar": "Myanmar", "Namibia": "Namibia", "Nauru": "Nauru", "Nepal": "Nepal", "Netherlands": "Netherlands", "Netherlands Antilles": "Netherlands Antilles", "New Caledonia": "New Caledonia", "New Zealand": "New Zealand", "Nicaragua": "Nicaragua", "Niger": "Niger", "Nigeria": "Nigeria", "Niue": "Niue", "": "None", "Norfolk Island": "Norfolk Island", "Northern Mariana Islands": "Northern Mariana Islands", "Norway": "Norway", "Oman": "Oman", "Pakistan": "Pakistan", "Palau": "Palau", "Palestinian Territory": "Palestinian Territory", "Panama": "Panama", "Papua New Guinea": "Papua New Guinea", "Paraguay": "Paraguay", "Peru": "Peru", "Philippines": "Philippines", "Pitcairn": "Pitcairn", "Poland": "Poland", "Portugal": "Portugal", "Puerto Rico": "Puerto Rico", "Qatar": "Qatar", "Reunion": "Reunion", "Romania": "Romania", "Russian Federation": "Russian Federation", "Rwanda": "Rwanda", "Saint Barthélemy": "Saint Barthélemy", "Saint Kitts and Nevis": "Saint Kitts and Nevis", "Saint Lucia": "Saint Lucia", "Saint Martin": "Saint Martin", "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines", "Samoa": "Samoa", "San Marino": "San Marino", "Sao Tome and Principe": "Sao Tome and Principe", "Saudi Arabia": "Saudi Arabia", "Senegal": "Senegal", "Serbia": "Serbia", "Seychelles": "Seychelles", "Sierra Leone": "Sierra Leone", "Singapore": "Singapore", "Sint Maarten": "Sint Maarten", "Slovakia (Slovak Republic)": "Slovakia (Slovak Republic)", "Slovenia": "Slovenia", "Solomon Islands": "Solomon Islands", "Somalia": "Somalia", "South Africa": "South Africa", "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands", "South Sudan": "South Sudan", "Spain": "Spain", "Sri Lanka": "Sri Lanka", "St. Helena": "St. Helena", "St. Pierre and Miquelon": "St. Pierre and Miquelon", "Sudan": "Sudan", "Suriname": "Suriname", "Svalbard and Jan Mayen Islands": "Svalbard and Jan Mayen Islands", "Swaziland": "Swaziland", "Sweden": "Sweden", "Switzerland": "Switzerland", "Syrian Arab Republic": "Syrian Arab Republic", "Taiwan": "Taiwan", "Tajikistan": "Tajikistan", "Tanzania, United Republic of": "Tanzania, United Republic of", "Thailand": "Thailand", "Timor-Leste": "Timor-Leste", "Togo": "Togo", "Tokelau": "Tokelau", "Tonga": "Tonga", "Trinidad and Tobago": "Trinidad and Tobago", "Tunisia": "Tunisia", "Turkey": "Turkey", "Turkmenistan": "Turkmenistan", "Turks and Caicos Islands": "Turks and Caicos Islands", "Tuvalu": "Tuvalu", "Uganda": "Uganda", "Ukraine": "Ukraine", "United Arab Emirates": "United Arab Emirates", "United Kingdom": "United Kingdom", "United States": "United States", "United States Minor Outlying Islands": "United States Minor Outlying Islands", "Uruguay": "Uruguay", "Uzbekistan": "Uzbekistan", "Vanuatu": "Vanuatu", "Vatican City State (Holy See)": "Vatican City State (Holy See)", "Venezuela": "Venezuela", "Viet Nam": "Viet Nam", "Virgin Islands (British)": "Virgin Islands (British)", "Virgin Islands (U.S.)": "Virgin Islands (U.S.)", "Wallis and Futuna Islands": "Wallis and Futuna Islands", "Western Sahara": "Western Sahara", "Yemen": "Yemen", "Zambia": "Zambia", "Zimbabwe": "Zimbabwe" }, "states": { "Australian Capital Territory": "Australian Capital Territory", "New South Wales": "New South Wales", "": "None", "Northern Territory": "Northern Territory", "Queensland": "Queensland", "South Australia": "South Australia", "Tasmania": "Tasmania", "Victoria": "Victoria", "Western Australia": "Western Australia" }, "cities": { "Abbeyard": "Abbeyard", "Abbotsford": "Abbotsford", "Abeckett Street": "Abeckett Street", "Aberfeldie": "Aberfeldie", "Aberfeldy": "Aberfeldy", "Acheron": "Acheron", "Adams Estate": "Adams Estate", "Addington": "Addington", "Adelaide Lead": "Adelaide Lead", "Agnes": "Agnes", "Ailsa": "Ailsa", "Aintree": "Aintree", "Aire Valley": "Aire Valley", "Aireys Inlet": "Aireys Inlet", "Airly": "Airly", "Airport West": "Airport West", "Albacutya": "Albacutya", "Albanvale": "Albanvale", "Albert Park": "Albert Park", "Alberton": "Alberton", "Alberton West": "Alberton West", "Albion": "Albion", "Alexandra": "Alexandra", "Alfredton": "Alfredton", "Allambee": "Allambee", "Allambee Reserve": "Allambee Reserve", "Allambee South": "Allambee South", "Allans Flat": "Allans Flat", "Allansford": "Allansford", "Allendale": "Allendale", "Allestree": "Allestree", "Alma": "Alma", "Almonds": "Almonds", "Almurta": "Almurta", "Alphington": "Alphington", "Altona": "Altona", "Altona East": "Altona East", "Altona Gate": "Altona Gate", "Altona Meadows": "Altona Meadows", "Altona North": "Altona North", "Alvie": "Alvie", "Amherst": "Amherst", "Amor": "Amor", "Amphitheatre": "Amphitheatre", "Anakie": "Anakie", "Ancona": "Ancona", "Anderson": "Anderson", "Angip": "Angip", "Anglers Rest": "Anglers Rest", "Anglesea": "Anglesea", "Annuello": "Annuello", "Antwerp": "Antwerp", "Apollo Bay": "Apollo Bay", "Appin": "Appin", "Appin Park": "Appin Park", "Appin South": "Appin South", "Apsley": "Apsley", "Ararat": "Ararat", "Ararat East": "Ararat East", "Arawata": "Arawata", "Arcadia": "Arcadia", "Arcadia South": "Arcadia South", "Archdale": "Archdale", "Archdale Junction": "Archdale Junction", "Archerton": "Archerton", "Archies Creek": "Archies Creek", "Ardeer": "Ardeer", "Ardmona": "Ardmona", "Areegra": "Areegra", "Argyle": "Argyle", "Armadale": "Armadale", "Armadale North": "Armadale North", "Armstrong": "Armstrong", "Arnold": "Arnold", "Arnold West": "Arnold West", "Arthurs Creek": "Arthurs Creek", "Arthurs Seat": "Arthurs Seat", "Ascot": "Ascot", "Ascot Vale": "Ascot Vale", "Ashbourne": "Ashbourne", "Ashburton": "Ashburton", "Ashwood": "Ashwood", "Aspendale": "Aspendale", "Aspendale Gardens": "Aspendale Gardens", "Athlone": "Athlone", "Attwood": "Attwood", "Aubrey": "Aubrey", "Auburn": "Auburn", "Auburn South": "Auburn South", "Auchmore": "Auchmore", "Avalon": "Avalon", "Avenel": "Avenel", "Avoca": "Avoca", "Avon Plains": "Avon Plains", "Avondale Heights": "Avondale Heights", "Avonmore": "Avonmore", "Avonsleigh": "Avonsleigh", "Axe Creek": "Axe Creek", "Axedale": "Axedale", "Ayrford": "Ayrford", "Baarmutha": "Baarmutha", "Bacchus Marsh": "Bacchus Marsh", "Baddaginnie": "Baddaginnie", "Badger Creek": "Badger Creek", "Bael Bael": "Bael Bael", "Bagshot": "Bagshot", "Bagshot North": "Bagshot North", "Bahgallah": "Bahgallah", "Bailieston": "Bailieston", "Bairnsdale": "Bairnsdale", "Bakery Hill": "Bakery Hill", "Balaclava": "Balaclava", "Bald Hills": "Bald Hills", "Bald Rock": "Bald Rock", "Balintore": "Balintore", "Ballan": "Ballan", "Ballangeich": "Ballangeich", "Ballapur": "Ballapur", "Ballarat": "Ballarat", "Ballarat Central": "Ballarat Central", "Ballarat East": "Ballarat East", "Ballarat Mc": "Ballarat Mc", "Ballarat North": "Ballarat North", "Ballarat Roadside Delivery": "Ballarat Roadside Delivery", "Ballarat West": "Ballarat West", "Ballendella": "Ballendella", "Balliang": "Balliang", "Balliang East": "Balliang East", "Ballyrogan": "Ballyrogan", "Balmattum": "Balmattum", "Balmoral": "Balmoral", "Balnarring": "Balnarring", "Balnarring Beach": "Balnarring Beach", "Balook": "Balook", "Balwyn": "Balwyn", "Balwyn East": "Balwyn East", "Balwyn North": "Balwyn North", "Bamawm": "Bamawm", "Bamawm Extension": "Bamawm Extension", "Bambra": "Bambra", "Bamganie": "Bamganie", "Bandiana": "Bandiana", "Bandiana Milpo": "Bandiana Milpo", "Bangerang": "Bangerang", "Bangholme": "Bangholme", "Bannerton": "Bannerton", "Bannockburn": "Bannockburn", "Banyan": "Banyan", "Banyena": "Banyena", "Banyenong": "Banyenong", "Banyule": "Banyule", "Baranduda": "Baranduda", "Bareena": "Bareena", "Barfold": "Barfold", "Baringhup": "Baringhup", "Baringhup West": "Baringhup West", "Barjarg": "Barjarg", "Barkers Creek": "Barkers Creek", "Barkly": "Barkly", "Barkstead": "Barkstead", "Barmah": "Barmah", "Barnadown": "Barnadown", "Barnawartha": "Barnawartha", "Barnawartha North": "Barnawartha North", "Baromi": "Baromi", "Barongarook": "Barongarook", "Barongarook West": "Barongarook West", "Barrabool": "Barrabool", "Barrakee": "Barrakee", "Barramunga": "Barramunga", "Barraport": "Barraport", "Barraport West": "Barraport West", "Barrys Reef": "Barrys Reef", "Barunah Park": "Barunah Park", "Barwidgee": "Barwidgee", "Barwite": "Barwite", "Barwon Downs": "Barwon Downs", "Barwon Heads": "Barwon Heads", "Basalt": "Basalt", "Bass": "Bass", "Batesford": "Batesford", "Bathumi": "Bathumi", "Batman": "Batman", "Baw Baw": "Baw Baw", "Baw Baw Village": "Baw Baw Village", "Baxter": "Baxter", "Bayindeen": "Bayindeen", "Bayles": "Bayles", "Baynton": "Baynton", "Baynton East": "Baynton East", "Bayswater": "Bayswater", "Bayswater North": "Bayswater North", "Beaconsfield": "Beaconsfield", "Beaconsfield Upper": "Beaconsfield Upper", "Bealiba": "Bealiba", "Bearii": "Bearii", "Bears Lagoon": "Bears Lagoon", "Beauchamp": "Beauchamp", "Beaufort": "Beaufort", "Beaumaris": "Beaumaris", "Beazleys Bridge": "Beazleys Bridge", "Bedford Road": "Bedford Road", "Beeac": "Beeac", "Beech Forest": "Beech Forest", "Beechworth": "Beechworth", "Beenak": "Beenak", "Belgrave": "Belgrave", "Belgrave Heights": "Belgrave Heights", "Belgrave South": "Belgrave South", "Bell Bird Creek": "Bell Bird Creek", "Bell Park": "Bell Park", "Bell Post Hill": "Bell Post Hill", "Bellarine": "Bellarine", "Bellbrae": "Bellbrae", "Bellbridge": "Bellbridge", "Bellellen": "Bellellen", "Bellfield": "Bellfield", "Bells Beach": "Bells Beach", "Bellview": "Bellview", "Belmont": "Belmont", "Belvedere Park": "Belvedere Park", "Bemm River": "Bemm River", "Ben Nevis": "Ben Nevis", "Bena": "Bena", "Benalla": "Benalla", "Benalla West": "Benalla West", "Benambra": "Benambra", "Benarch": "Benarch", "Benayeo": "Benayeo", "Bend Of Islands": "Bend Of Islands", "Bendigo": "Bendigo", "Bendigo Dc": "Bendigo Dc", "Bendigo Forward": "Bendigo Forward", "Bendigo South": "Bendigo South", "Bendoc": "Bendoc", "Bengworden": "Bengworden", "Benjeroop": "Benjeroop", "Benloch": "Benloch", "Bennettswood": "Bennettswood", "Bennison": "Bennison", "Bentleigh": "Bentleigh", "Bentleigh East": "Bentleigh East", "Benwerrin": "Benwerrin", "Beremboke": "Beremboke", "Berrambool": "Berrambool", "Berrimal": "Berrimal", "Berrimal West": "Berrimal West", "Berringa": "Berringa", "Berringama": "Berringama", "Berriwillock": "Berriwillock", "Berrybank": "Berrybank", "Berrys Creek": "Berrys Creek", "Berwick": "Berwick", "Bessiebelle": "Bessiebelle", "Bet Bet": "Bet Bet", "Bete Bolong": "Bete Bolong", "Bete Bolong North": "Bete Bolong North", "Bethanga": "Bethanga", "Betley": "Betley", "Beulah": "Beulah", "Beverford": "Beverford", "Beveridge": "Beveridge", "Big Hill": "Big Hill", "Big Pats Creek": "Big Pats Creek", "Biggara": "Biggara", "Bimbourie": "Bimbourie", "Bindi": "Bindi", "Binginwarri": "Binginwarri", "Bingo": "Bingo", "Bingo Munjie": "Bingo Munjie", "Birchip": "Birchip", "Birchip West": "Birchip West", "Birdwoodton": "Birdwoodton", "Birregurra": "Birregurra", "Bittern": "Bittern", "Black Hill": "Black Hill", "Black Rock": "Black Rock", "Black Rock North": "Black Rock North", "Blackburn": "Blackburn", "Blackburn North": "Blackburn North", "Blackburn South": "Blackburn South", "Blackheath": "Blackheath", "Blackwarry": "Blackwarry", "Blackwood": "Blackwood", "Blackwood Forest": "Blackwood Forest", "Blairgowrie": "Blairgowrie", "Blakeville": "Blakeville", "Blampied": "Blampied", "Blind Bight": "Blind Bight", "Blowhard": "Blowhard", "Bo Peep": "Bo Peep", "Bobinawarrah": "Bobinawarrah", "Bochara": "Bochara", "Bogong": "Bogong", "Boho": "Boho", "Boho South": "Boho South", "Boigbeat": "Boigbeat", "Boinka": "Boinka", "Boisdale": "Boisdale", "Bolangum": "Bolangum", "Bolinda": "Bolinda", "Bolton": "Bolton", "Bolwarra": "Bolwarra", "Bolwarrah": "Bolwarrah", "Bona Vista": "Bona Vista", "Bonang": "Bonang", "Bonbeach": "Bonbeach", "Bonegilla": "Bonegilla", "Boneo": "Boneo", "Bonnie Doon": "Bonnie Doon", "Bonshaw": "Bonshaw", "Bookaar": "Bookaar", "Boolarong": "Boolarong", "Boolarra": "Boolarra", "Boolarra South": "Boolarra South", "Boole Poole": "Boole Poole", "Boolite": "Boolite", "Boomahnoomoonah": "Boomahnoomoonah", "Booran Road Po": "Booran Road Po", "Boorcan": "Boorcan", "Boorhaman": "Boorhaman", "Boorhaman East": "Boorhaman East", "Boorhaman North": "Boorhaman North", "Boorolite": "Boorolite", "Boorool": "Boorool", "Boort": "Boort", "Boosey": "Boosey", "Boralma": "Boralma", "Bornes Hill": "Bornes Hill", "Boronia": "Boronia", "Borung": "Borung", "Bostocks Creek": "Bostocks Creek", "Boundary Bend": "Boundary Bend", "Bowenvale": "Bowenvale", "Boweya": "Boweya", "Boweya North": "Boweya North", "Bowmans Forest": "Bowmans Forest", "Bowser": "Bowser", "Box Hill": "Box Hill", "Box Hill Central": "Box Hill Central", "Box Hill North": "Box Hill North", "Box Hill South": "Box Hill South", "Boxwood": "Boxwood", "Bradford": "Bradford", "Bradvale": "Bradvale", "Braeside": "Braeside", "Branditt": "Branditt", "Brandy Creek": "Brandy Creek", "Branxholme": "Branxholme", "Braybrook": "Braybrook", "Braybrook North": "Braybrook North", "Breakaway Creek": "Breakaway Creek", "Breakwater": "Breakwater", "Breamlea": "Breamlea", "Brenanah": "Brenanah", "Brentford Square": "Brentford Square", "Brewster": "Brewster", "Briagolong": "Briagolong", "Briar Hill": "Briar Hill", "Bridge Creek": "Bridge Creek", "Bridge Inn": "Bridge Inn", "Bridgewater": "Bridgewater", "Bridgewater North": "Bridgewater North", "Bridgewater On Loddon": "Bridgewater On Loddon", "Bright": "Bright", "Brighton": "Brighton", "Brighton East": "Brighton East", "Brighton North": "Brighton North", "Brighton Road": "Brighton Road", "Brim": "Brim", "Brimboal": "Brimboal", "Brimin": "Brimin", "Brimpaen": "Brimpaen", "Bringalbert": "Bringalbert", "Brit Brit": "Brit Brit", "Broadford": "Broadford", "Broadlands": "Broadlands", "Broadmeadows": "Broadmeadows", "Broadwater": "Broadwater", "Brodribb River": "Brodribb River", "Broken Creek": "Broken Creek", "Bromley": "Bromley", "Brookfield": "Brookfield", "Brooklyn": "Brooklyn", "Brookville": "Brookville", "Broomfield": "Broomfield", "Broughton": "Broughton", "Brown Hill": "Brown Hill", "Browns Plains": "Browns Plains", "Bruces Creek": "Bruces Creek", "Brucknell": "Brucknell", "Brunswick": "Brunswick", "Brunswick East": "Brunswick East", "Brunswick Lower": "Brunswick Lower", "Brunswick North": "Brunswick North", "Brunswick South": "Brunswick South", "Brunswick West": "Brunswick West", "Bruthen": "Bruthen", "Buangor": "Buangor", "Buchan": "Buchan", "Buchan South": "Buchan South", "Buckland": "Buckland", "Buckley": "Buckley", "Buckley Swamp": "Buckley Swamp", "Buckrabanyule": "Buckrabanyule", "Budgeree": "Budgeree", "Budgeree East": "Budgeree East", "Budgerum East": "Budgerum East", "Buffalo": "Buffalo", "Buffalo Creek": "Buffalo Creek", "Buffalo River": "Buffalo River", "Bulart": "Bulart", "Buldah": "Buldah", "Bulga": "Bulga", "Bulla": "Bulla", "Bullabul": "Bullabul", "Bullaharre": "Bullaharre", "Bullarook": "Bullarook", "Bullarto": "Bullarto", "Bullarto South": "Bullarto South", "Bulleen": "Bulleen", "Bulleen South": "Bulleen South", "Bullengarook": "Bullengarook", "Bullioh": "Bullioh", "Bullumwaal": "Bullumwaal", "Buln Buln": "Buln Buln", "Buln Buln East": "Buln Buln East", "Bumberrah": "Bumberrah", "Bunbartha": "Bunbartha", "Bundalaguah": "Bundalaguah", "Bundalong": "Bundalong", "Bundalong South": "Bundalong South", "Bundara": "Bundara", "Bunding": "Bunding", "Bundoora": "Bundoora", "Bung Bong": "Bung Bong", "Bungador": "Bungador", "Bungal": "Bungal", "Bungalally": "Bungalally", "Bungaree": "Bungaree", "Bungeet": "Bungeet", "Bungeet West": "Bungeet West", "Bungil": "Bungil", "Bunguluke": "Bunguluke", "Buninyong": "Buninyong", "Bunkers Hill": "Bunkers Hill", "Bunyip": "Bunyip", "Bunyip North": "Bunyip North", "Burkes Bridge": "Burkes Bridge", "Burkes Flat": "Burkes Flat", "Burnbank": "Burnbank", "Burnewang": "Burnewang", "Burnley": "Burnley", "Burnside": "Burnside", "Burrowye": "Burrowye", "Burrumbeet": "Burrumbeet", "Burwood": "Burwood", "Burwood East": "Burwood East", "Burwood Heights": "Burwood Heights", "Bushfield": "Bushfield", "Bushy Park": "Bushy Park", "Butchers Ridge": "Butchers Ridge", "Buxton": "Buxton", "Byaduk": "Byaduk", "Byaduk North": "Byaduk North", "Byawatha": "Byawatha", "Bylands": "Bylands", "Byrneside": "Byrneside", "Cabanandra": "Cabanandra", "Cabarita": "Cabarita", "Cabbage Tree": "Cabbage Tree", "Cabbage Tree Creek": "Cabbage Tree Creek", "Cadello": "Cadello", "Cairnlea": "Cairnlea", "Calder Park": "Calder Park", "Caldermeade": "Caldermeade", "California Gully": "California Gully", "Calivil": "Calivil", "Callawadda": "Callawadda", "Callignee": "Callignee", "Callignee North": "Callignee North", "Calrossie": "Calrossie", "Calulu": "Calulu", "Cambarville": "Cambarville", "Camberwell": "Camberwell", "Camberwell East": "Camberwell East", "Camberwell North": "Camberwell North", "Camberwell South": "Camberwell South", "Camberwell West": "Camberwell West", "Cambrian Hill": "Cambrian Hill", "Campaspe West": "Campaspe West", "Campbellfield": "Campbellfield", "Campbells Bridge": "Campbells Bridge", "Campbells Creek": "Campbells Creek", "Campbells Forest": "Campbells Forest", "Campbelltown": "Campbelltown", "Camperdown": "Camperdown", "Canadian": "Canadian", "Canary Island": "Canary Island", "Caniambo": "Caniambo", "Cann River": "Cann River", "Cannie": "Cannie", "Cannons Creek": "Cannons Creek", "Cannum": "Cannum", "Canterbury": "Canterbury", "Cape Bridgewater": "Cape Bridgewater", "Cape Clear": "Cape Clear", "Cape Conran": "Cape Conran", "Cape Otway": "Cape Otway", "Cape Paterson": "Cape Paterson", "Cape Schanck": "Cape Schanck", "Cape Woolamai": "Cape Woolamai", "Capels Crossing": "Capels Crossing", "Carag Carag": "Carag Carag", "Caralulup": "Caralulup", "Caramut": "Caramut", "Carapooee": "Carapooee", "Carapooee West": "Carapooee West", "Carapook": "Carapook", "Carboor": "Carboor", "Cardigan": "Cardigan", "Cardigan Village": "Cardigan Village", "Cardinia": "Cardinia", "Cardross": "Cardross", "Cargerie": "Cargerie", "Carina": "Carina", "Caringal": "Caringal", "Carisbrook": "Carisbrook", "Carlisle River": "Carlisle River", "Carlsruhe": "Carlsruhe", "Carlton": "Carlton", "Carlton North": "Carlton North", "Carlton South": "Carlton South", "Carlyle": "Carlyle", "Carnegie": "Carnegie", "Carngham": "Carngham", "Caroline Springs": "Caroline Springs", "Carpendeit": "Carpendeit", "Carrajung": "Carrajung", "Carrajung South": "Carrajung South", "Carranballac": "Carranballac", "Carron": "Carron", "Carrum": "Carrum", "Carrum Downs": "Carrum Downs", "Carwarp": "Carwarp", "Cashmore": "Cashmore", "Cassilis": "Cassilis", "Castella": "Castella", "Casterton": "Casterton", "Castle Creek": "Castle Creek", "Castle Donnington": "Castle Donnington", "Castleburn": "Castleburn", "Castlemaine": "Castlemaine", "Catani": "Catani", "Cathcart": "Cathcart", "Cathkin": "Cathkin", "Catumnal": "Catumnal", "Caulfield": "Caulfield", "Caulfield East": "Caulfield East", "Caulfield Junction": "Caulfield Junction", "Caulfield North": "Caulfield North", "Caulfield South": "Caulfield South", "Caveat": "Caveat", "Cavendish": "Cavendish", "Central Park": "Central Park", "Ceres": "Ceres", "Chadstone": "Chadstone", "Chadstone Centre": "Chadstone Centre", "Chandlers Creek": "Chandlers Creek", "Chapel Flat": "Chapel Flat", "Chapel Street North": "Chapel Street North", "Chapple Vale": "Chapple Vale", "Charam": "Charam", "Charleroi": "Charleroi", "Charlton": "Charlton", "Chartwell": "Chartwell", "Chatsworth": "Chatsworth", "Chelsea": "Chelsea", "Chelsea Heights": "Chelsea Heights", "Cheltenham": "Cheltenham", "Cheltenham East": "Cheltenham East", "Cheltenham North": "Cheltenham North", "Chepstowe": "Chepstowe", "Cherokee": "Cherokee", "Cherrilong": "Cherrilong", "Cherrypool": "Cherrypool", "Cheshunt": "Cheshunt", "Cheshunt South": "Cheshunt South", "Chesney Vale": "Chesney Vale", "Chetwynd": "Chetwynd", "Chewton": "Chewton", "Chewton Bushlands": "Chewton Bushlands", "Childers": "Childers", "Chillingollah": "Chillingollah", "Chiltern": "Chiltern", "Chiltern Valley": "Chiltern Valley", "Chinkapook": "Chinkapook", "Chintin": "Chintin", "Chirnside Park": "Chirnside Park", "Chocolyn": "Chocolyn", "Christies": "Christies", "Christmas Hills": "Christmas Hills", "Chum Creek": "Chum Creek", "Churchill": "Churchill", "Churchill Island": "Churchill Island", "Chute": "Chute", "Clarendon": "Clarendon", "Claretown": "Claretown", "Clarinda": "Clarinda", "Clarkefield": "Clarkefield", "Clarkes Hill": "Clarkes Hill", "Clayton": "Clayton", "Clayton South": "Clayton South", "Clear Lake": "Clear Lake", "Clematis": "Clematis", "Clifton Creek": "Clifton Creek", "Clifton Hill": "Clifton Hill", "Clifton Springs": "Clifton Springs", "Clonbinane": "Clonbinane", "Clover Flat": "Clover Flat", "Cloverlea": "Cloverlea", "Club Terrace": "Club Terrace", "Clunes": "Clunes", "Clyde": "Clyde", "Clyde North": "Clyde North", "Clydebank": "Clydebank", "Clydesdale": "Clydesdale", "Coalville": "Coalville", "Coatesville": "Coatesville", "Cobains": "Cobains", "Cobaw": "Cobaw", "Cobbannah": "Cobbannah", "Cobberas": "Cobberas", "Cobden": "Cobden", "Cobram": "Cobram", "Cobram East": "Cobram East", "Cobrico": "Cobrico", "Cobungra": "Cobungra", "Coburg": "Coburg", "Coburg North": "Coburg North", "Cocamba": "Cocamba", "Cochranes Creek": "Cochranes Creek", "Cockatoo": "Cockatoo", "Cocoroc": "Cocoroc", "Codrington": "Codrington", "Coghills Creek": "Coghills Creek", "Cohuna": "Cohuna", "Coimadai": "Coimadai", "Cokum": "Cokum", "Colac": "Colac", "Colac Colac": "Colac Colac", "Colac East": "Colac East", "Colac West": "Colac West", "Colbinabbin": "Colbinabbin", "Colbrook": "Colbrook", "Coldstream": "Coldstream", "Coleraine": "Coleraine", "Colignan": "Colignan", "Collingwood": "Collingwood", "Collingwood North": "Collingwood North", "Collins Street East": "Collins Street East", "Collins Street West": "Collins Street West", "Colliver": "Colliver", "Combienbar": "Combienbar", "Comet Hill": "Comet Hill", "Concongella": "Concongella", "Condah": "Condah", "Condah Swamp": "Condah Swamp", "Congupna": "Congupna", "Connangorach": "Connangorach", "Connewarre": "Connewarre", "Connewirricoo": "Connewirricoo", "Coojar": "Coojar", "Coolaroo": "Coolaroo", "Cooma": "Cooma", "Coomboona": "Coomboona", "Coomoora": "Coomoora", "Coongulla": "Coongulla", "Coonooer Bridge": "Coonooer Bridge", "Coonooer West": "Coonooer West", "Coopers Creek": "Coopers Creek", "Cooriemungle": "Cooriemungle", "Cope Cope": "Cope Cope", "Cora Lynn": "Cora Lynn", "Corack": "Corack", "Corack East": "Corack East", "Coragulac": "Coragulac", "Coral Bank": "Coral Bank", "Corindhap": "Corindhap", "Corinella": "Corinella", "Corio": "Corio", "Corndale": "Corndale", "Cornelia Creek": "Cornelia Creek", "Cornella": "Cornella", "Cornishtown": "Cornishtown", "Coronet Bay": "Coronet Bay", "Corop": "Corop", "Corop West": "Corop West", "Cororooke": "Cororooke", "Corringle": "Corringle", "Corryong": "Corryong", "Corunnun": "Corunnun", "Cosgrove": "Cosgrove", "Cosgrove South": "Cosgrove South", "Costerfield": "Costerfield", "Cotham": "Cotham", "Cotswold": "Cotswold", "Cottles Bridge": "Cottles Bridge", "Cowangie": "Cowangie", "Cowes": "Cowes", "Cowleys Creek": "Cowleys Creek", "Cowwarr": "Cowwarr", "Craigie": "Craigie", "Craigieburn": "Craigieburn", "Cranbourne": "Cranbourne", "Cranbourne East": "Cranbourne East", "Cranbourne North": "Cranbourne North", "Cranbourne South": "Cranbourne South", "Cranbourne West": "Cranbourne West", "Creek Junction": "Creek Junction", "Creek View": "Creek View", "Creighton": "Creighton", "Creightons Creek": "Creightons Creek", "Cremorne": "Cremorne", "Cressy": "Cressy", "Creswick": "Creswick", "Creswick North": "Creswick North", "Crib Point": "Crib Point", "Cromer": "Cromer", "Crooked River": "Crooked River", "Cross Roads": "Cross Roads", "Crossley": "Crossley", "Crossover": "Crossover", "Crowlands": "Crowlands", "Croxton East": "Croxton East", "Croydon": "Croydon", "Croydon Hills": "Croydon Hills", "Croydon North": "Croydon North", "Croydon South": "Croydon South", "Crymelon": "Crymelon", "Crystal Creek": "Crystal Creek", "Cudgee": "Cudgee", "Cudgewa": "Cudgewa", "Culgoa": "Culgoa", "Culla": "Culla", "Cullen": "Cullen", "Cullulleraine": "Cullulleraine", "Cundare North": "Cundare North", "Curdie Vale": "Curdie Vale", "Curdies River": "Curdies River", "Curlewis": "Curlewis", "Curyo": "Curyo", "Dadswells Bridge": "Dadswells Bridge", "Dahlen": "Dahlen", "Daisy Hill": "Daisy Hill", "Dales Creek": "Dales Creek", "Dallas": "Dallas", "Dalmore": "Dalmore", "Daltons Bridge": "Daltons Bridge", "Dalyenong": "Dalyenong", "Dalyston": "Dalyston", "Dandenong": "Dandenong", "Dandenong East": "Dandenong East", "Dandenong North": "Dandenong North", "Dandenong South": "Dandenong South", "Dandongadale": "Dandongadale", "Dargo": "Dargo", "Darkbonee": "Darkbonee", "Darley": "Darley", "Darlimurla": "Darlimurla", "Darling": "Darling", "Darling South": "Darling South", "Darlington": "Darlington", "Darnum": "Darnum", "Darraweit Guim": "Darraweit Guim", "Darriman": "Darriman", "Dartmoor": "Dartmoor", "Dartmouth": "Dartmouth", "Dawson": "Dawson", "Daylesford": "Daylesford", "Deakin University": "Deakin University", "Dean": "Dean", "Deans Marsh": "Deans Marsh", "Deanside": "Deanside", "Dederang": "Dederang", "Deep Lead": "Deep Lead", "Deepdene Dc": "Deepdene Dc", "Deer Park": "Deer Park", "Deer Park East": "Deer Park East", "Deer Park North": "Deer Park North", "Delacombe": "Delacombe", "Delahey": "Delahey", "Delatite": "Delatite", "Delburn": "Delburn", "Delegate River East": "Delegate River East", "Dellicknora": "Dellicknora", "Dendy": "Dendy", "Denicull Creek": "Denicull Creek", "Denison": "Denison", "Dennington": "Dennington", "Denver": "Denver", "Deptford": "Deptford", "Derby": "Derby", "Dereel": "Dereel", "Dergholm": "Dergholm", "Derrimut": "Derrimut", "Derrinal": "Derrinal", "Derrinallum": "Derrinallum", "Devenish": "Devenish", "Devon Meadows": "Devon Meadows", "Devon North": "Devon North", "Dewhurst": "Dewhurst", "Dhurringile": "Dhurringile", "Diamond Creek": "Diamond Creek", "Diamond Hill": "Diamond Hill", "Digby": "Digby", "Diggers Rest": "Diggers Rest", "Diggora": "Diggora", "Diggora West": "Diggora West", "Dimboola": "Dimboola", "Dingee": "Dingee", "Dingley Village": "Dingley Village", "Dingwall": "Dingwall", "Dinner Plain": "Dinner Plain", "Dixie": "Dixie", "Dixons Creek": "Dixons Creek", "Dobie": "Dobie", "Docker": "Docker", "Dockers Plains": "Dockers Plains", "Docklands": "Docklands", "Doctors Flat": "Doctors Flat", "Dollar": "Dollar", "Domain Road Po": "Domain Road Po", "Don Valley": "Don Valley", "Donald": "Donald", "Doncaster": "Doncaster", "Doncaster East": "Doncaster East", "Doncaster Heights": "Doncaster Heights", "Donnybrook": "Donnybrook", "Donvale": "Donvale", "Dooboobetic": "Dooboobetic", "Dooen": "Dooen", "Dookie": "Dookie", "Dookie College": "Dookie College", "Doreen": "Doreen", "Dorodong": "Dorodong", "Double Bridges": "Double Bridges", "Douglas": "Douglas", "Doveton": "Doveton", "Dreeite": "Dreeite", "Dreeite South": "Dreeite South", "Driffield": "Driffield", "Drik Drik": "Drik Drik", "Dromana": "Dromana", "Dropmore": "Dropmore", "Drouin": "Drouin", "Drouin East": "Drouin East", "Drouin South": "Drouin South", "Drouin West": "Drouin West", "Drumanure": "Drumanure", "Drumborg": "Drumborg", "Drumcondra": "Drumcondra", "Drummartin": "Drummartin", "Drummond": "Drummond", "Drummond North": "Drummond North", "Drung": "Drung", "Dry Diggings": "Dry Diggings", "Drysdale": "Drysdale", "Dugays Bridge": "Dugays Bridge", "Dumbalk": "Dumbalk", "Dumbalk North": "Dumbalk North", "Dumosa": "Dumosa", "Dunach": "Dunach", "Dundonnell": "Dundonnell", "Dunearn": "Dunearn", "Dunkeld": "Dunkeld", "Dunkirk": "Dunkirk", "Dunluce": "Dunluce", "Dunneworthy": "Dunneworthy", "Dunnstown": "Dunnstown", "Dunolly": "Dunolly", "Dunrobin": "Dunrobin", "Durdidwarrah": "Durdidwarrah", "Durham Lead": "Durham Lead", "Durham Ox": "Durham Ox", "Dutson": "Dutson", "Dutson Downs": "Dutson Downs", "Dutton Way": "Dutton Way", "Duverney": "Duverney", "Dysart": "Dysart", "Eagle Point": "Eagle Point", "Eaglehawk": "Eaglehawk", "Eaglehawk North": "Eaglehawk North", "Eaglemont": "Eaglemont", "Earlston": "Earlston", "East Bairnsdale": "East Bairnsdale", "East Bendigo": "East Bendigo", "East Geelong": "East Geelong", "East Melbourne": "East Melbourne", "East Sale Raaf": "East Sale Raaf", "East Wangaratta": "East Wangaratta", "East Warburton": "East Warburton", "East Yeoburn": "East Yeoburn", "Eastern Mc": "Eastern Mc", "Eastern View": "Eastern View", "Eastville": "Eastville", "Ebden": "Ebden", "Echuca": "Echuca", "Echuca East": "Echuca East", "Echuca South": "Echuca South", "Echuca Village": "Echuca Village", "Echuca West": "Echuca West", "Ecklin South": "Ecklin South", "Eddington": "Eddington", "Eden Park": "Eden Park", "Edenhope": "Edenhope", "Edgecombe": "Edgecombe", "Edi": "Edi", "Edi Upper": "Edi Upper", "Edithvale": "Edithvale", "Eganstown": "Eganstown", "Eildon": "Eildon", "Elaine": "Elaine", "Elberton": "Elberton", "Eldorado": "Eldorado", "Elevated Plains": "Elevated Plains", "Elingamite": "Elingamite", "Elingamite North": "Elingamite North", "Ellaswood": "Ellaswood", "Ellerslie": "Ellerslie", "Elliminyt": "Elliminyt", "Ellinbank": "Ellinbank", "Elmhurst": "Elmhurst", "Elmore": "Elmore", "Elphinstone": "Elphinstone", "Elsternwick": "Elsternwick", "Eltham": "Eltham", "Eltham North": "Eltham North", "Elwood": "Elwood", "Emerald": "Emerald", "Emu": "Emu", "Emu Creek": "Emu Creek", "Emu Flat": "Emu Flat", "Endeavour Hills": "Endeavour Hills", "Enfield": "Enfield", "Englefield": "Englefield", "Ensay": "Ensay", "Ensay North": "Ensay North", "Eppalock": "Eppalock", "Epping": "Epping", "Epping Dc": "Epping Dc", "Epsom": "Epsom", "Ercildoune": "Ercildoune", "Erica": "Erica", "Errinundra": "Errinundra", "Eskdale": "Eskdale", "Esmond": "Esmond", "Essendon": "Essendon", "Essendon North": "Essendon North", "Essendon West": "Essendon West", "Eumemmerring": "Eumemmerring", "Eurack": "Eurack", "Eureka": "Eureka", "Euroa": "Euroa", "Eurobin": "Eurobin", "Evansford": "Evansford", "Eversley": "Eversley", "Everton": "Everton", "Everton Upper": "Everton Upper", "Exford": "Exford", "Eynesbury": "Eynesbury", "Fairbank": "Fairbank", "Fairfield": "Fairfield", "Fairhaven": "Fairhaven", "Fairley": "Fairley", "Fairy Dell": "Fairy Dell", "Falls Creek": "Falls Creek", "Faraday": "Faraday", "Fawcett": "Fawcett", "Fawkner": "Fawkner", "Fawkner East": "Fawkner East", "Fawkner North": "Fawkner North", "Fentons Creek": "Fentons Creek", "Ferguson": "Ferguson", "Fern Hill": "Fern Hill", "Fernbank": "Fernbank", "Ferndale": "Ferndale", "Fernihurst": "Fernihurst", "Fernshaw": "Fernshaw", "Ferntree Gully": "Ferntree Gully", "Fernvale": "Fernvale", "Ferny Creek": "Ferny Creek", "Fiery Flat": "Fiery Flat", "Fingal": "Fingal", "Fish Creek": "Fish Creek", "Fish Point": "Fish Point", "Fiskville": "Fiskville", "Fitzroy": "Fitzroy", "Fitzroy North": "Fitzroy North", "Five Ways": "Five Ways", "Flaggy Creek": "Flaggy Creek", "Flagstaff": "Flagstaff", "Flamingo Beach": "Flamingo Beach", "Flemington": "Flemington", "Flinders": "Flinders", "Flinders Lane": "Flinders Lane", "Flinders Naval Depot": "Flinders Naval Depot", "Flora Hill": "Flora Hill", "Flowerdale": "Flowerdale", "Flynn": "Flynn", "Flynns Creek": "Flynns Creek", "Footscray": "Footscray", "Forbes": "Forbes", "Forest Hill": "Forest Hill", "Forge Creek": "Forge Creek", "Forrest": "Forrest", "Foster": "Foster", "Foster North": "Foster North", "Fosterville": "Fosterville", "Fountain Gate": "Fountain Gate", "Foxhow": "Foxhow", "Framlingham": "Framlingham", "Framlingham East": "Framlingham East", "Franklinford": "Franklinford", "Frankston": "Frankston", "Frankston East": "Frankston East", "Frankston Heights": "Frankston Heights", "Frankston North": "Frankston North", "Frankston South": "Frankston South", "Fraser Rise": "Fraser Rise", "Freeburgh": "Freeburgh", "French Island": "French Island", "Frenchmans": "Frenchmans", "Freshwater Creek": "Freshwater Creek", "Fryerstown": "Fryerstown", "Fulham": "Fulham", "Fumina": "Fumina", "Fumina South": "Fumina South", "Fyans Creek": "Fyans Creek", "Fyansford": "Fyansford", "Gaffneys Creek": "Gaffneys Creek", "Gainsborough": "Gainsborough", "Gannawarra": "Gannawarra", "Gapsted": "Gapsted", "Garden City": "Garden City", "Gardenvale": "Gardenvale", "Garfield": "Garfield", "Garfield North": "Garfield North", "Garibaldi": "Garibaldi", "Garvoc": "Garvoc", "Gateway Island": "Gateway Island", "Gatum": "Gatum", "Gazette": "Gazette", "Geelong": "Geelong", "Geelong Mc": "Geelong Mc", "Geelong North": "Geelong North", "Geelong West": "Geelong West", "Gelantipy": "Gelantipy", "Gellibrand": "Gellibrand", "Gellibrand Lower": "Gellibrand Lower", "Gelliondale": "Gelliondale", "Gembrook": "Gembrook", "Genoa": "Genoa", "Gerang Gerung": "Gerang Gerung", "Gerangamete": "Gerangamete", "Germania": "Germania", "Germantown": "Germantown", "Gherang": "Gherang", "Gheringhap": "Gheringhap", "Ghin Ghin": "Ghin Ghin", "Giffard": "Giffard", "Giffard West": "Giffard West", "Gilberton": "Gilberton", "Gilderoy": "Gilderoy", "Gillieston": "Gillieston", "Gippsland Mc": "Gippsland Mc", "Gipsy Point": "Gipsy Point", "Girgarre": "Girgarre", "Girgarre East": "Girgarre East", "Gisborne": "Gisborne", "Gisborne South": "Gisborne South", "Gladfield": "Gladfield", "Gladstone Park": "Gladstone Park", "Gladysdale": "Gladysdale", "Glen Alvie": "Glen Alvie", "Glen Creek": "Glen Creek", "Glen Falloch": "Glen Falloch", "Glen Forbes": "Glen Forbes", "Glen Huntly": "Glen Huntly", "Glen Iris": "Glen Iris", "Glen Park": "Glen Park", "Glen Valley": "Glen Valley", "Glen Waverley": "Glen Waverley", "Glen Wills": "Glen Wills", "Glenaire": "Glenaire", "Glenaladale": "Glenaladale", "Glenalbyn": "Glenalbyn", "Glenaroua": "Glenaroua", "Glenbrae": "Glenbrae", "Glenburn": "Glenburn", "Glendaruel": "Glendaruel", "Glendonnell": "Glendonnell", "Glenferrie South": "Glenferrie South", "Glenfyne": "Glenfyne", "Glengala": "Glengala", "Glengarry": "Glengarry", "Glengarry North": "Glengarry North", "Glengarry West": "Glengarry West", "Glengower": "Glengower", "Glenhope": "Glenhope", "Glenisla": "Glenisla", "Glenlee": "Glenlee", "Glenlofty": "Glenlofty", "Glenlogie": "Glenlogie", "Glenloth": "Glenloth", "Glenloth East": "Glenloth East", "Glenluce": "Glenluce", "Glenlyon": "Glenlyon", "Glenmaggie": "Glenmaggie", "Glenmore": "Glenmore", "Glenorchy": "Glenorchy", "Glenormiston North": "Glenormiston North", "Glenormiston South": "Glenormiston South", "Glenpatrick": "Glenpatrick", "Glenrowan": "Glenrowan", "Glenrowan West": "Glenrowan West", "Glenroy": "Glenroy", "Glenthompson": "Glenthompson", "Glomar Beach": "Glomar Beach", "Gnarwarre": "Gnarwarre", "Gnotuk": "Gnotuk", "Gobur": "Gobur", "Golden Beach": "Golden Beach", "Golden Gully": "Golden Gully", "Golden Point": "Golden Point", "Golden Square": "Golden Square", "Goldie": "Goldie", "Goldsborough": "Goldsborough", "Gong Gong": "Gong Gong", "Gonn Crossing": "Gonn Crossing", "Goomalibee": "Goomalibee", "Goon Nure": "Goon Nure", "Goongerah": "Goongerah", "Gooram": "Gooram", "Gooramadda": "Gooramadda", "Goorambat": "Goorambat", "Goornong": "Goornong", "Gooroc": "Gooroc", "Gorae": "Gorae", "Gorae West": "Gorae West", "Gordon": "Gordon", "Gormandale": "Gormandale", "Goroke": "Goroke", "Goschen": "Goschen", "Goughs Bay": "Goughs Bay", "Goulburn Weir": "Goulburn Weir", "Gowanbrae": "Gowanbrae", "Gowanford": "Gowanford", "Gowangardie": "Gowangardie", "Gowar East": "Gowar East", "Gower": "Gower", "Grahamvale": "Grahamvale", "Grand Ridge": "Grand Ridge", "Granite Flat": "Granite Flat", "Granite Rock": "Granite Rock", "Grantville": "Grantville", "Granya": "Granya", "Grass Flat": "Grass Flat", "Grassdale": "Grassdale", "Grassmere": "Grassmere", "Grassy Spur": "Grassy Spur", "Grays Bridge": "Grays Bridge", "Graytown": "Graytown", "Gre Gre": "Gre Gre", "Gre Gre North": "Gre Gre North", "Gre Gre South": "Gre Gre South", "Great Southern": "Great Southern", "Great Western": "Great Western", "Gredgwin": "Gredgwin", "Green Gully": "Green Gully", "Green Lake": "Green Lake", "Greendale": "Greendale", "Greenhill": "Greenhill", "Greens Creek": "Greens Creek", "Greensborough": "Greensborough", "Greenvale": "Greenvale", "Greenwald": "Greenwald", "Grenville": "Grenville", "Greta": "Greta", "Greta South": "Greta South", "Greta West": "Greta West", "Grey River": "Grey River", "Greythorn": "Greythorn", "Gringegalgona": "Gringegalgona", "Gritjurk": "Gritjurk", "Grovedale": "Grovedale", "Grovedale East": "Grovedale East", "Gruyere": "Gruyere", "Guildford": "Guildford", "Gunbower": "Gunbower", "Gundowring": "Gundowring", "Gunyah": "Gunyah", "Guthridge": "Guthridge", "Guys Forest": "Guys Forest", "Guys Hill": "Guys Hill", "Gymbowen": "Gymbowen", "Haddon": "Haddon", "Hadfield": "Hadfield", "Hallam": "Hallam", "Hallora": "Hallora", "Halls Gap": "Halls Gap", "Hallston": "Hallston", "Hamilton": "Hamilton", "Hamlyn Heights": "Hamlyn Heights", "Hampton": "Hampton", "Hampton East": "Hampton East", "Hampton North": "Hampton North", "Hampton Park": "Hampton Park", "Hanging Rock": "Hanging Rock", "Hansonville": "Hansonville", "Happy Valley": "Happy Valley", "Harcourt": "Harcourt", "Harcourt North": "Harcourt North", "Harkaway": "Harkaway", "Harmers Haven": "Harmers Haven", "Harrietville": "Harrietville", "Harrow": "Harrow", "Harston": "Harston", "Hartwell": "Hartwell", "Hastings": "Hastings", "Hattah": "Hattah", "Havelock": "Havelock", "Haven": "Haven", "Havillah": "Havillah", "Hawkesdale": "Hawkesdale", "Hawkhurst": "Hawkhurst", "Hawksburn": "Hawksburn", "Hawthorn": "Hawthorn", "Hawthorn East": "Hawthorn East", "Hawthorn North": "Hawthorn North", "Hawthorn West": "Hawthorn West", "Haydens Bog": "Haydens Bog", "Hazel Park": "Hazel Park", "Hazeldene": "Hazeldene", "Hazelwood": "Hazelwood", "Hazelwood North": "Hazelwood North", "Hazelwood South": "Hazelwood South", "Healesville": "Healesville", "Healesville Main Street": "Healesville Main Street", "Healesville Post Shop": "Healesville Post Shop", "Heath Field": "Heath Field", "Heath Hill": "Heath Hill", "Heathcote": "Heathcote", "Heathcote Junction": "Heathcote Junction", "Heathcote South": "Heathcote South", "Heatherton": "Heatherton", "Heathmere": "Heathmere", "Heathmont": "Heathmont", "Hedley": "Hedley", "Heidelberg": "Heidelberg", "Heidelberg Heights": "Heidelberg Heights", "Heidelberg Rgh": "Heidelberg Rgh", "Heidelberg West": "Heidelberg West", "Hensley Park": "Hensley Park", "Henty": "Henty", "Hepburn": "Hepburn", "Hepburn Springs": "Hepburn Springs", "Herne Hill": "Herne Hill", "Hernes Oak": "Hernes Oak", "Hesket": "Hesket", "Hesse": "Hesse", "Hexham": "Hexham", "Heyfield": "Heyfield", "Heytesbury Lower": "Heytesbury Lower", "Heywood": "Heywood", "Hiamdale": "Hiamdale", "Hiawatha": "Hiawatha", "Hicksborough": "Hicksborough", "Hidden Valley": "Hidden Valley", "High Camp": "High Camp", "Highett": "Highett", "Highlands": "Highlands", "Highpoint City": "Highpoint City", "Highton": "Highton", "Hilgay": "Hilgay", "Hill End": "Hill End", "Hillcrest": "Hillcrest", "Hillside": "Hillside", "Hinnomunjie": "Hinnomunjie", "Hmas Cerberus": "Hmas Cerberus", "Hoddle": "Hoddle", "Hoddles Creek": "Hoddles Creek", "Hollands Landing": "Hollands Landing", "Holmesglen": "Holmesglen", "Homebush": "Homebush", "Homerton": "Homerton", "Homewood": "Homewood", "Hopetoun": "Hopetoun", "Hopetoun Gardens": "Hopetoun Gardens", "Hopetoun Park": "Hopetoun Park", "Hopevale": "Hopevale", "Hoppers Crossing": "Hoppers Crossing", "Hordern Vale": "Hordern Vale", "Horfield": "Horfield", "Horsham": "Horsham", "Horsham West": "Horsham West", "Hotham Heights": "Hotham Heights", "Hotham Hill": "Hotham Hill", "Hotspur": "Hotspur", "Houston": "Houston", "Howes Creek": "Howes Creek", "Howqua": "Howqua", "Howqua Hills": "Howqua Hills", "Howqua Inlet": "Howqua Inlet", "Hughesdale": "Hughesdale", "Hume Weir": "Hume Weir", "Humevale": "Humevale", "Hunter": "Hunter", "Hunterston": "Hunterston", "Huntingdale": "Huntingdale", "Huntly": "Huntly", "Huntly North": "Huntly North", "Huon": "Huon", "Huon Creek": "Huon Creek", "Hurdle Flat": "Hurdle Flat", "Hurstbridge": "Hurstbridge", "Icy Creek": "Icy Creek", "Iguana Creek": "Iguana Creek", "Illabarook": "Illabarook", "Illawarra": "Illawarra", "Illowa": "Illowa", "Indented Head": "Indented Head", "Indigo": "Indigo", "Indigo Upper": "Indigo Upper", "Indigo Valley": "Indigo Valley", "Inglewood": "Inglewood", "Ingliston": "Ingliston", "Inkerman": "Inkerman", "Invergordon": "Invergordon", "Invergordon South": "Invergordon South", "Inverleigh": "Inverleigh", "Inverloch": "Inverloch", "Invermay": "Invermay", "Invermay Park": "Invermay Park", "Iona": "Iona", "Iraak": "Iraak", "Irishtown": "Irishtown", "Ironbark": "Ironbark", "Irrewarra": "Irrewarra", "Irrewillipe": "Irrewillipe", "Irrewillipe East": "Irrewillipe East", "Irymple": "Irymple", "Ivanhoe": "Ivanhoe", "Ivanhoe East": "Ivanhoe East", "Ivanhoe North": "Ivanhoe North", "Jacana": "Jacana", "Jack River": "Jack River", "Jackass Flat": "Jackass Flat", "Jacob Creek": "Jacob Creek", "Jallakin": "Jallakin", "Jallukur": "Jallukur", "Jallumba": "Jallumba", "Jam Jerrup": "Jam Jerrup", "Jamieson": "Jamieson", "Jan Juc": "Jan Juc", "Jancourt": "Jancourt", "Jancourt East": "Jancourt East", "Jarklin": "Jarklin", "Jarrahmond": "Jarrahmond", "Jarvis Creek": "Jarvis Creek", "Jeeralang": "Jeeralang", "Jeeralang Junction": "Jeeralang Junction", "Jeetho": "Jeetho", "Jeffcott": "Jeffcott", "Jeffcott North": "Jeffcott North", "Jeparit": "Jeparit", "Jil Jil": "Jil Jil", "Jilpanger": "Jilpanger", "Jindivick": "Jindivick", "Joel Joel": "Joel Joel", "Joel South": "Joel South", "Johanna": "Johanna", "Johnsonville": "Johnsonville", "Johnstones Hill": "Johnstones Hill", "Joyces Creek": "Joyces Creek", "Jumbuk": "Jumbuk", "Jumbunna": "Jumbunna", "Junction Village": "Junction Village", "Jung": "Jung", "Jungaburra": "Jungaburra", "Junortoun": "Junortoun", "Kaarimba": "Kaarimba", "Kadnook": "Kadnook", "Kalimna": "Kalimna", "Kalimna West": "Kalimna West", "Kalkallo": "Kalkallo", "Kalkee": "Kalkee", "Kallista": "Kallista", "Kalorama": "Kalorama", "Kalpienung": "Kalpienung", "Kamarooka": "Kamarooka", "Kamarooka North": "Kamarooka North", "Kanagulk": "Kanagulk", "Kancoona": "Kancoona", "Kancoona South": "Kancoona South", "Kangaroo Flat": "Kangaroo Flat", "Kangaroo Ground": "Kangaroo Ground", "Kaniva": "Kaniva", "Kanumbra": "Kanumbra", "Kanya": "Kanya", "Kanyapella": "Kanyapella", "Karabeal": "Karabeal", "Kardella": "Kardella", "Kardella South": "Kardella South", "Kariah": "Kariah", "Karingal": "Karingal", "Karingal Centre": "Karingal Centre", "Karnak": "Karnak", "Karramomus": "Karramomus", "Karyrie": "Karyrie", "Katamatite": "Katamatite", "Katamatite East": "Katamatite East", "Katandra": "Katandra", "Katandra West": "Katandra West", "Katunga": "Katunga", "Kawarren": "Kawarren", "Kealba": "Kealba", "Keely": "Keely", "Keilor": "Keilor", "Keilor Downs": "Keilor Downs", "Keilor East": "Keilor East", "Keilor Lodge": "Keilor Lodge", "Keilor North": "Keilor North", "Keilor Park": "Keilor Park", "Kellalac": "Kellalac", "Kelvin View": "Kelvin View", "Kenley": "Kenley", "Kenmare": "Kenmare", "Kennedys Creek": "Kennedys Creek", "Kennett River": "Kennett River", "Kennington": "Kennington", "Kensington": "Kensington", "Keon Park": "Keon Park", "Kerang": "Kerang", "Kerang East": "Kerang East", "Kergunyah": "Kergunyah", "Kernot": "Kernot", "Kerrie": "Kerrie", "Kerrimuir": "Kerrimuir", "Kerrisdale": "Kerrisdale", "Kevington": "Kevington", "Kew": "Kew", "Kew East": "Kew East", "Kewell": "Kewell", "Keysborough": "Keysborough", "Kialla": "Kialla", "Kialla East": "Kialla East", "Kialla West": "Kialla West", "Kiata": "Kiata", "Kiewa": "Kiewa", "Kilcunda": "Kilcunda", "Kilfeera": "Kilfeera", "Killara": "Killara", "Killarney": "Killarney", "Killawarra": "Killawarra", "Killingworth": "Killingworth", "Kilmany": "Kilmany", "Kilmore": "Kilmore", "Kilmore East": "Kilmore East", "Kilsyth": "Kilsyth", "Kilsyth South": "Kilsyth South", "Kimbolton": "Kimbolton", "King Valley": "King Valley", "Kinglake": "Kinglake", "Kinglake Central": "Kinglake Central", "Kinglake West": "Kinglake West", "Kingower": "Kingower", "Kings Park": "Kings Park", "Kingsbury": "Kingsbury", "Kingston": "Kingston", "Kingsville": "Kingsville", "Kingsville West": "Kingsville West", "Kinnabulla": "Kinnabulla", "Kinypanial": "Kinypanial", "Kirkstall": "Kirkstall", "Kirwans Bridge": "Kirwans Bridge", "Kithbrook": "Kithbrook", "Knebsworth": "Knebsworth", "Knowsley": "Knowsley", "Knox City Centre": "Knox City Centre", "Knoxfield": "Knoxfield", "Koallah": "Koallah", "Kobyboyn": "Kobyboyn", "Koetong": "Koetong", "Kolora": "Kolora", "Kongwak": "Kongwak", "Konongwootong": "Konongwootong", "Koo Wee Rup": "Koo Wee Rup", "Koo Wee Rup North": "Koo Wee Rup North", "Kooloonong": "Kooloonong", "Koonda": "Koonda", "Koondrook": "Koondrook", "Koonoomoo": "Koonoomoo", "Koonwarra": "Koonwarra", "Kooreh": "Kooreh", "Koorlong": "Koorlong", "Koornalla": "Koornalla", "Kooroocheang": "Kooroocheang", "Koorooman": "Koorooman", "Kooyong": "Kooyong", "Koriella": "Koriella", "Korobeit": "Korobeit", "Koroit": "Koroit", "Korong Vale": "Korong Vale", "Koroop": "Koroop", "Korrine": "Korrine", "Korumburra": "Korumburra", "Korumburra South": "Korumburra South", "Korweinguboora": "Korweinguboora", "Kotta": "Kotta", "Kotupna": "Kotupna", "Koyuga": "Koyuga", "Koyuga South": "Koyuga South", "Krowera": "Krowera", "Kulwin": "Kulwin", "Kunat": "Kunat", "Kunyung": "Kunyung", "Kurraca": "Kurraca", "Kurraca West": "Kurraca West", "Kurting": "Kurting", "Kurunjang": "Kurunjang", "Ky Valley": "Ky Valley", "Ky West": "Ky West", "Kyabram": "Kyabram", "Kyneton": "Kyneton", "Kyneton South": "Kyneton South", "La Trobe University": "La Trobe University", "Laanecoorie": "Laanecoorie", "Laang": "Laang", "Labertouche": "Labertouche", "Laburnum": "Laburnum", "Laceby": "Laceby", "Ladys Pass": "Ladys Pass", "Laen": "Laen", "Laen East": "Laen East", "Laen North": "Laen North", "Lah": "Lah", "Laharum": "Laharum", "Lake Boga": "Lake Boga", "Lake Bolac": "Lake Bolac", "Lake Buloke": "Lake Buloke", "Lake Bunga": "Lake Bunga", "Lake Charm": "Lake Charm", "Lake Condah": "Lake Condah", "Lake Eildon": "Lake Eildon", "Lake Fyans": "Lake Fyans", "Lake Gardens": "Lake Gardens", "Lake Goldsmith": "Lake Goldsmith", "Lake Hindmarsh": "Lake Hindmarsh", "Lake Lonsdale": "Lake Lonsdale", "Lake Marmal": "Lake Marmal", "Lake Meran": "Lake Meran", "Lake Mokoan": "Lake Mokoan", "Lake Moodemere": "Lake Moodemere", "Lake Mundi": "Lake Mundi", "Lake Powell": "Lake Powell", "Lake Rowan": "Lake Rowan", "Lake Tyers": "Lake Tyers", "Lake Tyers Beach": "Lake Tyers Beach", "Lake Tyrrell": "Lake Tyrrell", "Lake Wellington": "Lake Wellington", "Lake Wendouree": "Lake Wendouree", "Lake Wongan": "Lake Wongan", "Lakes Entrance": "Lakes Entrance", "Lal Lal": "Lal Lal", "Lalbert": "Lalbert", "Lalor": "Lalor", "Lalor Plaza": "Lalor Plaza", "Lamplough": "Lamplough", "Lancaster": "Lancaster", "Lance Creek": "Lance Creek", "Lancefield": "Lancefield", "Landsborough": "Landsborough", "Landsborough West": "Landsborough West", "Lang Lang": "Lang Lang", "Lang Lang East": "Lang Lang East", "Langdons Hill": "Langdons Hill", "Langi Kal Kal": "Langi Kal Kal", "Langi Logan": "Langi Logan", "Langkoop": "Langkoop", "Langley": "Langley", "Langsborough": "Langsborough", "Langwarrin": "Langwarrin", "Langwarrin South": "Langwarrin South", "Lansell Plaza": "Lansell Plaza", "Lara": "Lara", "Lardner": "Lardner", "Larpent": "Larpent", "Larralea": "Larralea", "Lascelles": "Lascelles", "Launching Place": "Launching Place", "Lauriston": "Lauriston", "Lavers Hill": "Lavers Hill", "Laverton": "Laverton", "Laverton North": "Laverton North", "Laverton Raaf": "Laverton Raaf", "Law Courts": "Law Courts", "Lawler": "Lawler", "Lawloit": "Lawloit", "Lawrence": "Lawrence", "Leaghur": "Leaghur", "Learmonth": "Learmonth", "Ledcourt": "Ledcourt", "Leichardt": "Leichardt", "Leigh Creek": "Leigh Creek", "Leitchville": "Leitchville", "Lemnos": "Lemnos", "Leneva": "Leneva", "Leonards Hill": "Leonards Hill", "Leongatha": "Leongatha", "Leongatha North": "Leongatha North", "Leongatha South": "Leongatha South", "Leopold": "Leopold", "Lerderderg": "Lerderderg", "Leslie Manor": "Leslie Manor", "Lethbridge": "Lethbridge", "Lexton": "Lexton", "Licola": "Licola", "Licola North": "Licola North", "Lillico": "Lillico", "Lillicur": "Lillicur", "Lillimur": "Lillimur", "Lilliput": "Lilliput", "Lilydale": "Lilydale", "Lima": "Lima", "Lima East": "Lima East", "Lima South": "Lima South", "Limestone": "Limestone", "Limonite": "Limonite", "Lindenow": "Lindenow", "Lindenow South": "Lindenow South", "Lindsay": "Lindsay", "Linga": "Linga", "Linton": "Linton", "Liparoo": "Liparoo", "Lismore": "Lismore", "Litchfield": "Litchfield", "Little Desert": "Little Desert", "Little Hampton": "Little Hampton", "Little Lonsdale Street": "Little Lonsdale Street", "Little River": "Little River", "Llanelly": "Llanelly", "Llowalong": "Llowalong", "Loch": "Loch", "Loch Sport": "Loch Sport", "Loch Valley": "Loch Valley", "Lochend": "Lochend", "Lockington": "Lockington", "Locksley": "Locksley", "Lockwood": "Lockwood", "Lockwood South": "Lockwood South", "Loddon Vale": "Loddon Vale", "Logan": "Logan", "Londrigan": "Londrigan", "Lone Pine": "Lone Pine", "Long Forest": "Long Forest", "Long Gully": "Long Gully", "Longerenong": "Longerenong", "Longford": "Longford", "Longlea": "Longlea", "Longwarry": "Longwarry", "Longwarry North": "Longwarry North", "Longwood": "Longwood", "Lorne": "Lorne", "Lorquon": "Lorquon", "Lovely Banks": "Lovely Banks", "Lower Moira": "Lower Moira", "Lower Norton": "Lower Norton", "Lower Plenty": "Lower Plenty", "Loy Yang": "Loy Yang", "Lubeck": "Lubeck", "Lucknow": "Lucknow", "Lucyvale": "Lucyvale", "Lurg": "Lurg", "Lyal": "Lyal", "Lygon Street North": "Lygon Street North", "Lynbrook": "Lynbrook", "Lyndale": "Lyndale", "Lyndhurst": "Lyndhurst", "Lyons": "Lyons", "Lyonville": "Lyonville", "Lysterfield": "Lysterfield", "Lysterfield South": "Lysterfield South", "Macarthur": "Macarthur", "Macclesfield": "Macclesfield", "Macedon": "Macedon", "Macks Creek": "Macks Creek", "Macleod": "Macleod", "Macleod West": "Macleod West", "Macorna": "Macorna", "Macorna North": "Macorna North", "Macs Cove": "Macs Cove", "Madalya": "Madalya", "Maddingley": "Maddingley", "Mafeking": "Mafeking", "Maffra": "Maffra", "Maffra West Upper": "Maffra West Upper", "Magpie": "Magpie", "Maiden Gully": "Maiden Gully", "Maidstone": "Maidstone", "Mailer Flat": "Mailer Flat", "Mailors Flat": "Mailors Flat", "Main Lead": "Main Lead", "Main Ridge": "Main Ridge", "Maindample": "Maindample", "Major Plains": "Major Plains", "Majorca": "Majorca", "Maldon": "Maldon", "Mallacoota": "Mallacoota", "Malmsbury": "Malmsbury", "Malvern": "Malvern", "Malvern East": "Malvern East", "Malvern North": "Malvern North", "Mambourin": "Mambourin", "Manangatang": "Manangatang", "Mandurang": "Mandurang", "Mandurang South": "Mandurang South", "Mangalore": "Mangalore", "Manifold Heights": "Manifold Heights", "Mannerim": "Mannerim", "Mannibadar": "Mannibadar", "Manns Beach": "Manns Beach", "Manorina": "Manorina", "Mansfield": "Mansfield", "Maramingo Creek": "Maramingo Creek", "Marcus Hill": "Marcus Hill", "Mardan": "Mardan", "Marengo": "Marengo", "Maribyrnong": "Maribyrnong", "Marionvale": "Marionvale", "Markwood": "Markwood", "Marlbed": "Marlbed", "Marlo": "Marlo", "Marnoo": "Marnoo", "Marnoo East": "Marnoo East", "Marong": "Marong", "Maroona": "Maroona", "Marraweeney": "Marraweeney", "Marshall": "Marshall", "Martins Creek": "Martins Creek", "Marungi": "Marungi", "Maryborough": "Maryborough", "Maryknoll": "Maryknoll", "Marysville": "Marysville", "Maryvale": "Maryvale", "Massey": "Massey", "Matlock": "Matlock", "Maude": "Maude", "Mayreef": "Mayreef", "Mccrae": "Mccrae", "Mcevoys": "Mcevoys", "Mcintyre": "Mcintyre", "Mckenzie Creek": "Mckenzie Creek", "Mckenzie Hill": "Mckenzie Hill", "Mckinnon": "Mckinnon", "Mcloughlins Beach": "Mcloughlins Beach", "Mcmahons Creek": "Mcmahons Creek", "Mcmillans": "Mcmillans", "Mead": "Mead", "Meadow Creek": "Meadow Creek", "Meadow Heights": "Meadow Heights", "Meatian": "Meatian", "Medlyn": "Medlyn", "Meeniyan": "Meeniyan", "Meereek": "Meereek", "Meering West": "Meering West", "Meerlieu": "Meerlieu", "Melbourne": "Melbourne", "Melbourne Airport": "Melbourne Airport", "Melbourne University": "Melbourne University", "Melton": "Melton", "Melton South": "Melton South", "Melton West": "Melton West", "Melville Forest": "Melville Forest", "Melwood": "Melwood", "Mena Park": "Mena Park", "Mentone": "Mentone", "Mentone East": "Mentone East", "Menzies Creek": "Menzies Creek", "Mepunga": "Mepunga", "Mepunga East": "Mepunga East", "Mepunga West": "Mepunga West", "Merbein": "Merbein", "Merbein South": "Merbein South", "Merbein West": "Merbein West", "Meredith": "Meredith", "Meringur": "Meringur", "Merino": "Merino", "Merlynston": "Merlynston", "Mernda": "Mernda", "Merriang": "Merriang", "Merriang South": "Merriang South", "Merricks": "Merricks", "Merricks Beach": "Merricks Beach", "Merricks North": "Merricks North", "Merrigum": "Merrigum", "Merrijig": "Merrijig", "Merrimu": "Merrimu", "Merrinee": "Merrinee", "Merton": "Merton", "Metcalfe": "Metcalfe", "Metcalfe East": "Metcalfe East", "Metung": "Metung", "Mewburn Park": "Mewburn Park", "Mia Mia": "Mia Mia", "Mickleham": "Mickleham", "Mid Valley": "Mid Valley", "Middle Camberwell": "Middle Camberwell", "Middle Creek": "Middle Creek", "Middle Park": "Middle Park", "Miepoll": "Miepoll", "Miga Lake": "Miga Lake", "Milawa": "Milawa", "Mildura": "Mildura", "Mildura Centre Plaza": "Mildura Centre Plaza", "Mildura East": "Mildura East", "Mildura South": "Mildura South", "Mildura West": "Mildura West", "Mill Park": "Mill Park", "Millbrook": "Millbrook", "Millgrove": "Millgrove", "Milloo": "Milloo", "Milltown": "Milltown", "Milnes Bridge": "Milnes Bridge", "Mincha": "Mincha", "Mincha West": "Mincha West", "Miners Rest": "Miners Rest", "Mingay": "Mingay", "Minhamite": "Minhamite", "Minimay": "Minimay", "Mininera": "Mininera", "Minjah": "Minjah", "Minmindie": "Minmindie", "Minto": "Minto", "Minyip": "Minyip", "Miralie": "Miralie", "Miram": "Miram", "Mirboo": "Mirboo", "Mirboo East": "Mirboo East", "Mirboo North": "Mirboo North", "Mirboo South": "Mirboo South", "Mirimbah": "Mirimbah", "Mirranatwa": "Mirranatwa", "Mitcham": "Mitcham", "Mitcham North": "Mitcham North", "Mitchell Park": "Mitchell Park", "Mitchells Hill": "Mitchells Hill", "Mitchellstown": "Mitchellstown", "Mitiamo": "Mitiamo", "Mitre": "Mitre", "Mitta Mitta": "Mitta Mitta", "Mittyack": "Mittyack", "Mockinya": "Mockinya", "Modella": "Modella", "Modewarre": "Modewarre", "Moe": "Moe", "Moe South": "Moe South", "Moggs Creek": "Moggs Creek", "Moglonemby": "Moglonemby", "Mokepilly": "Mokepilly", "Molesworth": "Molesworth", "Moliagul": "Moliagul", "Molka": "Molka", "Mollongghip": "Mollongghip", "Mologa": "Mologa", "Molyullah": "Molyullah", "Monash University": "Monash University", "Monbulk": "Monbulk", "Monegeetta": "Monegeetta", "Mongans Bridge": "Mongans Bridge", "Monomeith": "Monomeith", "Mont Albert": "Mont Albert", "Mont Albert North": "Mont Albert North", "Montgomery": "Montgomery", "Montmorency": "Montmorency", "Montrose": "Montrose", "Moolap": "Moolap", "Moolerr": "Moolerr", "Moolort": "Moolort", "Moonambel": "Moonambel", "Moondarra": "Moondarra", "Moonee Ponds": "Moonee Ponds", "Moonee Vale": "Moonee Vale", "Moonlight Flat": "Moonlight Flat", "Moora": "Moora", "Moorabbin": "Moorabbin", "Moorabbin Airport": "Moorabbin Airport", "Moorabbin East": "Moorabbin East", "Moorabool": "Moorabool", "Mooralla": "Mooralla", "Moorilim": "Moorilim", "Moormbool West": "Moormbool West", "Moorngag": "Moorngag", "Moorooduc": "Moorooduc", "Mooroolbark": "Mooroolbark", "Mooroopna": "Mooroopna", "Mooroopna North": "Mooroopna North", "Mooroopna North West": "Mooroopna North West", "Moranding": "Moranding", "Morang South": "Morang South", "Mordialloc": "Mordialloc", "Mordialloc North": "Mordialloc North", "Moreland": "Moreland", "Moreland West": "Moreland West", "Morgiana": "Morgiana", "Moriac": "Moriac", "Mornington": "Mornington", "Morrisons": "Morrisons", "Morrl Morrl": "Morrl Morrl", "Mortchup": "Mortchup", "Mortlake": "Mortlake", "Morton Plains": "Morton Plains", "Morwell": "Morwell", "Morwell East": "Morwell East", "Morwell Upper": "Morwell Upper", "Mosquito Creek": "Mosquito Creek", "Mossiface": "Mossiface", "Mount Alfred": "Mount Alfred", "Mount Beauty": "Mount Beauty", "Mount Beckworth": "Mount Beckworth", "Mount Best": "Mount Best", "Mount Bolton": "Mount Bolton", "Mount Bruno": "Mount Bruno", "Mount Buffalo": "Mount Buffalo", "Mount Buller": "Mount Buller", "Mount Burnett": "Mount Burnett", "Mount Bute": "Mount Bute", "Mount Camel": "Mount Camel", "Mount Cameron": "Mount Cameron", "Mount Clear": "Mount Clear", "Mount Cole": "Mount Cole", "Mount Cole Creek": "Mount Cole Creek", "Mount Cottrell": "Mount Cottrell", "Mount Dandenong": "Mount Dandenong", "Mount Doran": "Mount Doran", "Mount Duneed": "Mount Duneed", "Mount Eccles": "Mount Eccles", "Mount Eccles South": "Mount Eccles South", "Mount Egerton": "Mount Egerton", "Mount Eliza": "Mount Eliza", "Mount Emu": "Mount Emu", "Mount Evelyn": "Mount Evelyn", "Mount Franklin": "Mount Franklin", "Mount Glasgow": "Mount Glasgow", "Mount Helen": "Mount Helen", "Mount Hooghly": "Mount Hooghly", "Mount Hotham": "Mount Hotham", "Mount Lonarch": "Mount Lonarch", "Mount Macedon": "Mount Macedon", "Mount Major": "Mount Major", "Mount Martha": "Mount Martha", "Mount Mercer": "Mount Mercer", "Mount Mitchell": "Mount Mitchell", "Mount Moriac": "Mount Moriac", "Mount Napier": "Mount Napier", "Mount Pleasant": "Mount Pleasant", "Mount Prospect": "Mount Prospect", "Mount Richmond": "Mount Richmond", "Mount Rowan": "Mount Rowan", "Mount Sabine": "Mount Sabine", "Mount Scobie": "Mount Scobie", "Mount Slide": "Mount Slide", "Mount Taylor": "Mount Taylor", "Mount Toolebewong": "Mount Toolebewong", "Mount Wallace": "Mount Wallace", "Mount Waverley": "Mount Waverley", "Mountain Bay": "Mountain Bay", "Mountain Gate": "Mountain Gate", "Mountain View": "Mountain View", "Moutajup": "Moutajup", "Moyarra": "Moyarra", "Moyhu": "Moyhu", "Moyreisk": "Moyreisk", "Moyston": "Moyston", "Mt Baw Baw": "Mt Baw Baw", "Muckatah": "Muckatah", "Muckleford": "Muckleford", "Muckleford South": "Muckleford South", "Mudgegonga": "Mudgegonga", "Mulgrave": "Mulgrave", "Mumbannar": "Mumbannar", "Mundoona": "Mundoona", "Munro": "Munro", "Muntham": "Muntham", "Murchison": "Murchison", "Murchison East": "Murchison East", "Murchison North": "Murchison North", "Murgheboluc": "Murgheboluc", "Murmungee": "Murmungee", "Murphys Creek": "Murphys Creek", "Murra Warra": "Murra Warra", "Murrabit": "Murrabit", "Murrabit West": "Murrabit West", "Murrawee": "Murrawee", "Murray Lock No 9": "Murray Lock No 9", "Murraydale": "Murraydale", "Murrayville": "Murrayville", "Murrindal": "Murrindal", "Murrindindi": "Murrindindi", "Murroon": "Murroon", "Murrumbeena": "Murrumbeena", "Murtoa": "Murtoa", "Musk": "Musk", "Musk Vale": "Musk Vale", "Muskerry": "Muskerry", "Muskerry East": "Muskerry East", "Myall": "Myall", "Myamyn": "Myamyn", "Myers Flat": "Myers Flat", "Myola": "Myola", "Myola East": "Myola East", "Myrniong": "Myrniong", "Myrrhee": "Myrrhee", "Myrtle Creek": "Myrtle Creek", "Myrtlebank": "Myrtlebank", "Myrtleford": "Myrtleford", "Mysia": "Mysia", "Mystic Park": "Mystic Park", "Mywee": "Mywee", "Nagambie": "Nagambie", "Nalangil": "Nalangil", "Nalinga": "Nalinga", "Nambrok": "Nambrok", "Nandaly": "Nandaly", "Nangana": "Nangana", "Nangeela": "Nangeela", "Nangiloc": "Nangiloc", "Nanneella": "Nanneella", "Napoleons": "Napoleons", "Nar Nar Goon": "Nar Nar Goon", "Nar Nar Goon North": "Nar Nar Goon North", "Narbethong": "Narbethong", "Nareeb": "Nareeb", "Nareen": "Nareen", "Nareewillock": "Nareewillock", "Nariel Valley": "Nariel Valley", "Naring": "Naring", "Naringal": "Naringal", "Naringal East": "Naringal East", "Naroghid": "Naroghid", "Narracan": "Narracan", "Narraport": "Narraport", "Narrapumelap South": "Narrapumelap South", "Narrawong": "Narrawong", "Narre Warren": "Narre Warren", "Narre Warren East": "Narre Warren East", "Narre Warren North": "Narre Warren North", "Narre Warren South": "Narre Warren South", "Narrung": "Narrung", "Nathalia": "Nathalia", "Natimuk": "Natimuk", "Natte Yallock": "Natte Yallock", "Natya": "Natya", "Navarre": "Navarre", "Navigators": "Navigators", "Nayook": "Nayook", "Neds Corner": "Neds Corner", "Neereman": "Neereman", "Neerim": "Neerim", "Neerim East": "Neerim East", "Neerim Junction": "Neerim Junction", "Neerim North": "Neerim North", "Neerim South": "Neerim South", "Neilborough": "Neilborough", "Nelson": "Nelson", "Nerrena": "Nerrena", "Nerrin Nerrin": "Nerrin Nerrin", "Nerrina": "Nerrina", "Nerring": "Nerring", "Netherby": "Netherby", "Neuarpurr": "Neuarpurr", "New Gisborne": "New Gisborne", "Newborough": "Newborough", "Newborough East": "Newborough East", "Newbridge": "Newbridge", "Newbury": "Newbury", "Newcomb": "Newcomb", "Newfield": "Newfield", "Newham": "Newham", "Newhaven": "Newhaven", "Newington": "Newington", "Newlands Arm": "Newlands Arm", "Newlyn": "Newlyn", "Newlyn North": "Newlyn North", "Newmerella": "Newmerella", "Newport": "Newport", "Newry": "Newry", "Newstead": "Newstead", "Newtown": "Newtown", "Nhill": "Nhill", "Nichols Point": "Nichols Point", "Nicholson": "Nicholson", "Niddrie": "Niddrie", "Nillahcootie": "Nillahcootie", "Nilma": "Nilma", "Nilma North": "Nilma North", "Ninda": "Ninda", "Nine Mile": "Nine Mile", "Nintingbool": "Nintingbool", "Ninyeunook": "Ninyeunook", "Nirranda": "Nirranda", "Nirranda East": "Nirranda East", "Nirranda South": "Nirranda South", "Noble Park": "Noble Park", "Noble Park East": "Noble Park East", "Noble Park North": "Noble Park North", "": "None", "Noojee": "Noojee", "Noorat": "Noorat", "Noorat East": "Noorat East", "Noorinbee": "Noorinbee", "Noorinbee North": "Noorinbee North", "Noradjuha": "Noradjuha", "Norlane": "Norlane", "Normanville": "Normanville", "Norong": "Norong", "Norong Central": "Norong Central", "North Bendigo": "North Bendigo", "North Blackwood": "North Blackwood", "North Geelong": "North Geelong", "North Melbourne": "North Melbourne", "North Road": "North Road", "North Shore": "North Shore", "North Wangaratta": "North Wangaratta", "North Warrandyte": "North Warrandyte", "North Wonthaggi": "North Wonthaggi", "Northcote": "Northcote", "Northcote South": "Northcote South", "Northland Centre": "Northland Centre", "Northwood": "Northwood", "Norval": "Norval", "Notting Hill": "Notting Hill", "Nowa Nowa": "Nowa Nowa", "Nowhere Creek": "Nowhere Creek", "Nowie": "Nowie", "Nug Nug": "Nug Nug", "Nuggetty": "Nuggetty", "Nulla Vale": "Nulla Vale", "Nullawarre": "Nullawarre", "Nullawarre East": "Nullawarre East", "Nullawil": "Nullawil", "Numurkah": "Numurkah", "Nunawading": "Nunawading", "Nunawading Bc": "Nunawading Bc", "Nungurner": "Nungurner", "Nunniong": "Nunniong", "Nuntin": "Nuntin", "Nurcoung": "Nurcoung", "Nurrabiel": "Nurrabiel", "Nurran": "Nurran", "Nutfield": "Nutfield", "Nyah": "Nyah", "Nyah West": "Nyah West", "Nyarrin": "Nyarrin", "Nyerimilang": "Nyerimilang", "Nyora": "Nyora", "Nyrraby": "Nyrraby", "Oak Park": "Oak Park", "Oaklands Junction": "Oaklands Junction", "Oakleigh": "Oakleigh", "Oakleigh East": "Oakleigh East", "Oakleigh South": "Oakleigh South", "Oakvale": "Oakvale", "Ocean Grange": "Ocean Grange", "Ocean Grove": "Ocean Grove", "Officer": "Officer", "Officer South": "Officer South", "Olinda": "Olinda", "Ombersley": "Ombersley", "Omeo": "Omeo", "Omeo Valley": "Omeo Valley", "Ondit": "Ondit", "Orbost": "Orbost", "Orford": "Orford", "Ormond": "Ormond", "Orrvale": "Orrvale", "Outtrim": "Outtrim", "Ouyen": "Ouyen", "Ovens": "Ovens", "Oxley": "Oxley", "Oxley Flats": "Oxley Flats", "Ozenkadnook": "Ozenkadnook", "Paaratte": "Paaratte", "Painswick": "Painswick", "Pakenham": "Pakenham", "Pakenham South": "Pakenham South", "Pakenham Upper": "Pakenham Upper", "Panmure": "Panmure", "Panton Hill": "Panton Hill", "Paradise": "Paradise", "Paradise Beach": "Paradise Beach", "Paraparap": "Paraparap", "Park Orchards": "Park Orchards", "Parkdale": "Parkdale", "Parkville": "Parkville", "Parkwood": "Parkwood", "Parwan": "Parwan", "Paschendale": "Paschendale", "Pascoe Vale": "Pascoe Vale", "Pascoe Vale South": "Pascoe Vale South", "Pastoria": "Pastoria", "Pastoria East": "Pastoria East", "Patchewollock": "Patchewollock", "Patho": "Patho", "Patho West": "Patho West", "Patterson": "Patterson", "Patterson Lakes": "Patterson Lakes", "Patyah": "Patyah", "Paynesville": "Paynesville", "Pearcedale": "Pearcedale", "Pearsondale": "Pearsondale", "Peechelba": "Peechelba", "Peechelba East": "Peechelba East", "Pelluebla": "Pelluebla", "Pennyroyal": "Pennyroyal", "Penshurst": "Penshurst", "Pental Island": "Pental Island", "Pentland Hills": "Pentland Hills", "Percydale": "Percydale", "Perkins Reef": "Perkins Reef", "Peronne": "Peronne", "Perry Bridge": "Perry Bridge", "Peterborough": "Peterborough", "Petticoat Creek": "Petticoat Creek", "Pheasant Creek": "Pheasant Creek", "Piangil": "Piangil", "Piavella": "Piavella", "Picola": "Picola", "Picola West": "Picola West", "Piedmont": "Piedmont", "Pigeon Ponds": "Pigeon Ponds", "Piggoreet": "Piggoreet", "Pilchers Bridge": "Pilchers Bridge", "Pimpinio": "Pimpinio", "Pine Grove": "Pine Grove", "Pine Grove East": "Pine Grove East", "Pine Lodge": "Pine Lodge", "Pine View": "Pine View", "Pines Forest": "Pines Forest", "Pinewood": "Pinewood", "Pioneer Bay": "Pioneer Bay", "Pipers Creek": "Pipers Creek", "Pira": "Pira", "Piries": "Piries", "Pirron Yallock": "Pirron Yallock", "Pitfield": "Pitfield", "Pittong": "Pittong", "Plenty": "Plenty", "Plumpton": "Plumpton", "Point Cook": "Point Cook", "Point Leo": "Point Leo", "Point Lonsdale": "Point Lonsdale", "Point Wilson": "Point Wilson", "Pomborneit": "Pomborneit", "Pomborneit East": "Pomborneit East", "Pomborneit North": "Pomborneit North", "Pomonal": "Pomonal", "Pompapiel": "Pompapiel", "Poolaijelo": "Poolaijelo", "Pootilla": "Pootilla", "Poowong": "Poowong", "Poowong East": "Poowong East", "Poowong North": "Poowong North", "Porcupine Flat": "Porcupine Flat", "Porcupine Ridge": "Porcupine Ridge", "Porepunkah": "Porepunkah", "Port Albert": "Port Albert", "Port Campbell": "Port Campbell", "Port Fairy": "Port Fairy", "Port Franklin": "Port Franklin", "Port Melbourne": "Port Melbourne", "Port Welshpool": "Port Welshpool", "Portarlington": "Portarlington", "Portland": "Portland", "Portland North": "Portland North", "Portland West": "Portland West", "Portsea": "Portsea", "Pound Creek": "Pound Creek", "Powelltown": "Powelltown", "Powers Creek": "Powers Creek", "Powlett Plains": "Powlett Plains", "Powlett River": "Powlett River", "Prahran": "Prahran", "Prahran East": "Prahran East", "Prairie": "Prairie", "Pranjip": "Pranjip", "Prentice North": "Prentice North", "Preston": "Preston", "Preston Lower": "Preston Lower", "Preston South": "Preston South", "Preston West": "Preston West", "Princes Hill": "Princes Hill", "Princetown": "Princetown", "Puckapunyal Milpo": "Puckapunyal Milpo", "Pura Pura": "Pura Pura", "Puralka": "Puralka", "Purdeet": "Purdeet", "Purnim": "Purnim", "Pyalong": "Pyalong", "Pyramid Hill": "Pyramid Hill", "Quambatook": "Quambatook", "Quandong": "Quandong", "Quantong": "Quantong", "Quarry Hill": "Quarry Hill", "Queenscliff": "Queenscliff", "Queensferry": "Queensferry", "Raglan": "Raglan", "Rainbow": "Rainbow", "Ranceby": "Ranceby", "Rangeview": "Rangeview", "Rathscar": "Rathscar", "Rathscar West": "Rathscar West", "Ravenhall": "Ravenhall", "Ravenswood": "Ravenswood", "Ravenswood South": "Ravenswood South", "Rawson": "Rawson", "Raymond Island": "Raymond Island", "Raywood": "Raywood", "Red Bluff": "Red Bluff", "Red Cliffs": "Red Cliffs", "Red Hill": "Red Hill", "Red Hill South": "Red Hill South", "Redan": "Redan", "Redbank": "Redbank", "Redcastle": "Redcastle", "Redesdale": "Redesdale", "Reedy Creek": "Reedy Creek", "Reedy Dam": "Reedy Dam", "Reedy Lake": "Reedy Lake", "Reefton": "Reefton", "Regent West": "Regent West", "Remlaw": "Remlaw", "Research": "Research", "Reservoir": "Reservoir", "Reservoir East": "Reservoir East", "Reservoir North": "Reservoir North", "Reservoir South": "Reservoir South", "Rheola": "Rheola", "Rhyll": "Rhyll", "Rhymney": "Rhymney", "Riachella": "Riachella", "Rich Avon": "Rich Avon", "Rich Avon East": "Rich Avon East", "Rich Avon West": "Rich Avon West", "Richmond": "Richmond", "Richmond East": "Richmond East", "Richmond North": "Richmond North", "Richmond Plains": "Richmond Plains", "Richmond South": "Richmond South", "Riddells Creek": "Riddells Creek", "Riggs Creek": "Riggs Creek", "Ringwood": "Ringwood", "Ringwood East": "Ringwood East", "Ringwood North": "Ringwood North", "Ripplebrook": "Ripplebrook", "Rippleside": "Rippleside", "Ripponhurst": "Ripponhurst", "Ripponlea": "Ripponlea", "Riverside": "Riverside", "Riverslea": "Riverslea", "Robertsons Beach": "Robertsons Beach", "Robinson": "Robinson", "Robinvale": "Robinvale", "Rochester": "Rochester", "Rochester West": "Rochester West", "Rochford": "Rochford", "Rockbank": "Rockbank", "Rocklands": "Rocklands", "Rocklyn": "Rocklyn", "Rocky Point": "Rocky Point", "Rodborough": "Rodborough", "Rokeby": "Rokeby", "Rokewood": "Rokewood", "Rokewood Junction": "Rokewood Junction", "Romsey": "Romsey", "Rosanna": "Rosanna", "Rose River": "Rose River", "Rosebrook": "Rosebrook", "Rosebud": "Rosebud", "Rosebud Plaza": "Rosebud Plaza", "Rosebud West": "Rosebud West", "Rosedale": "Rosedale", "Rosewhite": "Rosewhite", "Roslynmead": "Roslynmead", "Ross Creek": "Ross Creek", "Rossbridge": "Rossbridge", "Rostron": "Rostron", "Rowsley": "Rowsley", "Rowville": "Rowville", "Roxburgh Park": "Roxburgh Park", "Royal Melbourne Hospital": "Royal Melbourne Hospital", "Rubicon": "Rubicon", "Ruby": "Ruby", "Ruffy": "Ruffy", "Rumbug": "Rumbug", "Running Creek": "Running Creek", "Runnymede": "Runnymede", "Rupanyup": "Rupanyup", "Rushworth": "Rushworth", "Russells Bridge": "Russells Bridge", "Rutherglen": "Rutherglen", "Ryanston": "Ryanston", "Rye": "Rye", "Rythdale": "Rythdale", "Safety Beach": "Safety Beach", "Sailors Falls": "Sailors Falls", "Sailors Gully": "Sailors Gully", "Sailors Hill": "Sailors Hill", "Saint Helena": "Saint Helena", "Sale": "Sale", "Sale North": "Sale North", "Salisbury West": "Salisbury West", "Samaria": "Samaria", "San Remo": "San Remo", "Sandford": "Sandford", "Sandhill Lake": "Sandhill Lake", "Sandhurst East": "Sandhurst East", "Sandon": "Sandon", "Sandown Village": "Sandown Village", "Sandringham": "Sandringham", "Sandy Creek": "Sandy Creek", "Sandy Point": "Sandy Point", "Sarsfield": "Sarsfield", "Sassafras": "Sassafras", "Sassafras Gully": "Sassafras Gully", "Sawmill Settlement": "Sawmill Settlement", "Scarsdale": "Scarsdale", "Scoresby": "Scoresby", "Scoresby Bc": "Scoresby Bc", "Scotchmans Lead": "Scotchmans Lead", "Scotsburn": "Scotsburn", "Scotsmans Lead": "Scotsmans Lead", "Scotts Creek": "Scotts Creek", "Sea Lake": "Sea Lake", "Seabrook": "Seabrook", "Seacombe": "Seacombe", "Seaford": "Seaford", "Seaholme": "Seaholme", "Seaspray": "Seaspray", "Seaton": "Seaton", "Seaview": "Seaview", "Sebastian": "Sebastian", "Sebastopol": "Sebastopol", "Seddon": "Seddon", "Seddon West": "Seddon West", "Sedgwick": "Sedgwick", "Selby": "Selby", "Separation Creek": "Separation Creek", "Serpentine": "Serpentine", "Serviceton": "Serviceton", "Seville": "Seville", "Seville East": "Seville East", "Seymour": "Seymour", "Seymour South": "Seymour South", "Shady Creek": "Shady Creek", "Shallow Inlet": "Shallow Inlet", "Shannonvale": "Shannonvale", "Shays Flat": "Shays Flat", "She Oaks": "She Oaks", "Sheans Creek": "Sheans Creek", "Sheep Hills": "Sheep Hills", "Shelbourne": "Shelbourne", "Shelford": "Shelford", "Shelley": "Shelley", "Shepherds Flat": "Shepherds Flat", "Shepparton": "Shepparton", "Shepparton East": "Shepparton East", "Shepparton North": "Shepparton North", "Shepparton South": "Shepparton South", "Sherbrooke": "Sherbrooke", "Shirley": "Shirley", "Shoreham": "Shoreham", "Sidonia": "Sidonia", "Silvan": "Silvan", "Silver Creek": "Silver Creek", "Silverleaves": "Silverleaves", "Simmie": "Simmie", "Simpson": "Simpson", "Simpsons Creek": "Simpsons Creek", "Simson": "Simson", "Skenes Creek": "Skenes Creek", "Skenes Creek North": "Skenes Creek North", "Skibo": "Skibo", "Skinners Flat": "Skinners Flat", "Skipton": "Skipton", "Skye": "Skye", "Slaty Creek": "Slaty Creek", "Smeaton": "Smeaton", "Smiths Beach": "Smiths Beach", "Smiths Gully": "Smiths Gully", "Smokey Town": "Smokey Town", "Smoko": "Smoko", "Smythes Creek": "Smythes Creek", "Smythesdale": "Smythesdale", "Snake Valley": "Snake Valley", "Soldiers Hill": "Soldiers Hill", "Somers": "Somers", "Somerton": "Somerton", "Somerton Park": "Somerton Park", "Somerville": "Somerville", "Sorrento": "Sorrento", "South Dudley": "South Dudley", "South Geelong": "South Geelong", "South Kingsville": "South Kingsville", "South Kinypanial": "South Kinypanial", "South Melbourne": "South Melbourne", "South Melbourne Dc": "South Melbourne Dc", "South Morang": "South Morang", "South Purrumbete": "South Purrumbete", "South Yarra": "South Yarra", "Southbank": "Southbank", "Southern Cross": "Southern Cross", "Southland Centre": "Southland Centre", "Sovereign Hill": "Sovereign Hill", "Spargo Creek": "Spargo Creek", "Specimen Hill": "Specimen Hill", "Speed": "Speed", "Spotswood": "Spotswood", "Spring Gully": "Spring Gully", "Spring Hill": "Spring Hill", "Springbank": "Springbank", "Springdallah": "Springdallah", "Springfield": "Springfield", "Springhurst": "Springhurst", "Springmount": "Springmount", "Springvale": "Springvale", "Springvale South": "Springvale South", "St Albans": "St Albans", "St Albans Park": "St Albans Park", "St Andrews": "St Andrews", "St Andrews Beach": "St Andrews Beach", "St Arnaud": "St Arnaud", "St Arnaud East": "St Arnaud East", "St Arnaud North": "St Arnaud North", "St Clair": "St Clair", "St Germains": "St Germains", "St Helens": "St Helens", "St Helens Plains": "St Helens Plains", "St Helier": "St Helier", "St James": "St James", "St Kilda": "St Kilda", "St Kilda East": "St Kilda East", "St Kilda Road": "St Kilda Road", "St Kilda Road Central": "St Kilda Road Central", "St Kilda South": "St Kilda South", "St Kilda West": "St Kilda West", "St Leonards": "St Leonards", "Staceys Bridge": "Staceys Bridge", "Staffordshire Reef": "Staffordshire Reef", "Staghorn Flat": "Staghorn Flat", "Stanhope": "Stanhope", "Stanhope South": "Stanhope South", "Stanley": "Stanley", "Staughton Vale": "Staughton Vale", "Stavely": "Stavely", "Stawell": "Stawell", "Stawell West": "Stawell West", "Steels Creek": "Steels Creek", "Steiglitz": "Steiglitz", "Stewarton": "Stewarton", "Stirling": "Stirling", "Stockdale": "Stockdale", "Stockyard Hill": "Stockyard Hill", "Stonehaven": "Stonehaven", "Stoneleigh": "Stoneleigh", "Stony Creek": "Stony Creek", "Stonyford": "Stonyford", "Stradbroke": "Stradbroke", "Strangways": "Strangways", "Stratford": "Stratford", "Strath Creek": "Strath Creek", "Strathallan": "Strathallan", "Strathbogie": "Strathbogie", "Strathdale": "Strathdale", "Strathdownie": "Strathdownie", "Strathewen": "Strathewen", "Strathfieldsaye": "Strathfieldsaye", "Strathkellar": "Strathkellar", "Strathlea": "Strathlea", "Strathmerton": "Strathmerton", "Strathmore": "Strathmore", "Strathmore Heights": "Strathmore Heights", "Streatham": "Streatham", "Strzelecki": "Strzelecki", "Stuart Mill": "Stuart Mill", "Studfield": "Studfield", "Sugarloaf": "Sugarloaf", "Sugarloaf Creek": "Sugarloaf Creek", "Suggan Buggan": "Suggan Buggan", "Sulky": "Sulky", "Summerfield": "Summerfield", "Summerlands": "Summerlands", "Sunbury": "Sunbury", "Sunday Creek": "Sunday Creek", "Sunderland Bay": "Sunderland Bay", "Sunnycliffs": "Sunnycliffs", "Sunset Strip": "Sunset Strip", "Sunshine": "Sunshine", "Sunshine North": "Sunshine North", "Sunshine West": "Sunshine West", "Surf Beach": "Surf Beach", "Surrey Hills": "Surrey Hills", "Surrey Hills North": "Surrey Hills North", "Surrey Hills South": "Surrey Hills South", "Sutherland": "Sutherland", "Sutherlands Creek": "Sutherlands Creek", "Sutton Grange": "Sutton Grange", "Swan Bay": "Swan Bay", "Swan Hill": "Swan Hill", "Swan Hill Pioneer": "Swan Hill Pioneer", "Swan Island": "Swan Island", "Swan Marsh": "Swan Marsh", "Swan Reach": "Swan Reach", "Swanpool": "Swanpool", "Swanwater": "Swanwater", "Swanwater West": "Swanwater West", "Swifts Creek": "Swifts Creek", "Sydenham": "Sydenham", "Sylvaterre": "Sylvaterre", "Sylvester": "Sylvester", "Syndal": "Syndal", "Tabberabbera": "Tabberabbera", "Tabilk": "Tabilk", "Tabor": "Tabor", "Taggerty": "Taggerty", "Tahara": "Tahara", "Tahara Bridge": "Tahara Bridge", "Tahara West": "Tahara West", "Talbot": "Talbot", "Talgarno": "Talgarno", "Tallangatta": "Tallangatta", "Tallangatta East": "Tallangatta East", "Tallangatta Valley": "Tallangatta Valley", "Tallarook": "Tallarook", "Tallygaroopna": "Tallygaroopna", "Tambo Crossing": "Tambo Crossing", "Tambo Upper": "Tambo Upper", "Tamboon": "Tamboon", "Tamboritha": "Tamboritha", "Taminick": "Taminick", "Tamleugh": "Tamleugh", "Tamleugh North": "Tamleugh North", "Tamleugh West": "Tamleugh West", "Tandarook": "Tandarook", "Tandarra": "Tandarra", "Tangambalanga": "Tangambalanga", "Tanjil": "Tanjil", "Tanjil Bren": "Tanjil Bren", "Tanjil South": "Tanjil South", "Tankerton": "Tankerton", "Tantaraboo": "Tantaraboo", "Tanwood": "Tanwood", "Tanybryn": "Tanybryn", "Taradale": "Taradale", "Tarago": "Tarago", "Tarcombe": "Tarcombe", "Tarilta": "Tarilta", "Taripta": "Taripta", "Tarnagulla": "Tarnagulla", "Tarneit": "Tarneit", "Tarnook": "Tarnook", "Taroon": "Taroon", "Tarra Valley": "Tarra Valley", "Tarranyurk": "Tarranyurk", "Tarraville": "Tarraville", "Tarrawarra": "Tarrawarra", "Tarrawingee": "Tarrawingee", "Tarrayoukyan": "Tarrayoukyan", "Tarrengower": "Tarrengower", "Tarrenlea": "Tarrenlea", "Tarrington": "Tarrington", "Tarrone": "Tarrone", "Tarwin": "Tarwin", "Tarwin East": "Tarwin East", "Tatong": "Tatong", "Tatura": "Tatura", "Tatura East": "Tatura East", "Tatyoon": "Tatyoon", "Tawonga": "Tawonga", "Tawonga South": "Tawonga South", "Taylors Hill": "Taylors Hill", "Taylors Lakes": "Taylors Lakes", "Teal Point": "Teal Point", "Tecoma": "Tecoma", "Teddywaddy": "Teddywaddy", "Teddywaddy West": "Teddywaddy West", "Teesdale": "Teesdale", "Telangatuk East": "Telangatuk East", "Telford": "Telford", "Telopea Downs": "Telopea Downs", "Templestowe": "Templestowe", "Templestowe Lower": "Templestowe Lower", "Tempy": "Tempy", "Tenby Point": "Tenby Point", "Tennyson": "Tennyson", "Terang": "Terang", "Terip Terip": "Terip Terip", "Terrappee": "Terrappee", "Terrick Terrick": "Terrick Terrick", "Terrick Terrick East": "Terrick Terrick East", "Tesbury": "Tesbury", "Tetoora Road": "Tetoora Road", "Thalia": "Thalia", "Thaloo": "Thaloo", "The Basin": "The Basin", "The Cove": "The Cove", "The Fingerboard": "The Fingerboard", "The Gurdies": "The Gurdies", "The Heart": "The Heart", "The Honeysuckles": "The Honeysuckles", "The Patch": "The Patch", "The Pines": "The Pines", "The Settlement": "The Settlement", "The Sisters": "The Sisters", "Thologolong": "Thologolong", "Thomastown": "Thomastown", "Thomson": "Thomson", "Thoona": "Thoona", "Thornbury": "Thornbury", "Thornton": "Thornton", "Thorpdale": "Thorpdale", "Thorpdale South": "Thorpdale South", "Thowgla Valley": "Thowgla Valley", "Three Bridges": "Three Bridges", "Tidal River": "Tidal River", "Timbarra": "Timbarra", "Timboon": "Timboon", "Timboon West": "Timboon West", "Timmering": "Timmering", "Timor": "Timor", "Timor West": "Timor West", "Tinamba": "Tinamba", "Tinamba West": "Tinamba West", "Tintaldra": "Tintaldra", "Titybong": "Titybong", "Tol Tol": "Tol Tol", "Tolmie": "Tolmie", "Tongala": "Tongala", "Tonghi Creek": "Tonghi Creek", "Tongio": "Tongio", "Tonimbuk": "Tonimbuk", "Tooan": "Tooan", "Tooborac": "Tooborac", "Toolamba": "Toolamba", "Toolamba West": "Toolamba West", "Toolangi": "Toolangi", "Toolern Vale": "Toolern Vale", "Toolleen": "Toolleen", "Toolondo": "Toolondo", "Toolong": "Toolong", "Toongabbie": "Toongabbie", "Toora": "Toora", "Toora North": "Toora North", "Tooradin": "Tooradin", "Toorak": "Toorak", "Toorloo Arm": "Toorloo Arm", "Toorongo": "Toorongo", "Tootgarook": "Tootgarook", "Torquay": "Torquay", "Torrita": "Torrita", "Torrumbarry": "Torrumbarry", "Tostaree": "Tostaree", "Tottenham": "Tottenham", "Tottington": "Tottington", "Tourello": "Tourello", "Towan": "Towan", "Towaninny": "Towaninny", "Towaninny South": "Towaninny South", "Tower Hill": "Tower Hill", "Towong": "Towong", "Towong Upper": "Towong Upper", "Trafalgar": "Trafalgar", "Trafalgar East": "Trafalgar East", "Trafalgar South": "Trafalgar South", "Tragowel": "Tragowel", "Traralgon": "Traralgon", "Traralgon East": "Traralgon East", "Traralgon South": "Traralgon South", "Travancore": "Travancore", "Trawalla": "Trawalla", "Trawool": "Trawool", "Traynors Lagoon": "Traynors Lagoon", "Tremont": "Tremont", "Trentham": "Trentham", "Trentham East": "Trentham East", "Tresco": "Tresco", "Tresco West": "Tresco West", "Trida": "Trida", "Truganina": "Truganina", "Tubbut": "Tubbut", "Tuerong": "Tuerong", "Tulkara": "Tulkara", "Tullamarine": "Tullamarine", "Tungamah": "Tungamah", "Tunstall Square Po": "Tunstall Square Po", "Turoar": "Turoar", "Turriff East": "Turriff East", "Turtons Creek": "Turtons Creek", "Tutye": "Tutye", "Tyaak": "Tyaak", "Tyabb": "Tyabb", "Tyers": "Tyers", "Tylden": "Tylden", "Tylden South": "Tylden South", "Tynong": "Tynong", "Tynong North": "Tynong North", "Tyntynder": "Tyntynder", "Tyntynder South": "Tyntynder South", "Tyrendarra": "Tyrendarra", "Tyrendarra East": "Tyrendarra East", "Tyrrell": "Tyrrell", "Tyrrell Downs": "Tyrrell Downs", "Tysons Reef": "Tysons Reef", "Ullina": "Ullina", "Ullswater": "Ullswater", "Ultima": "Ultima", "Ultima East": "Ultima East", "Ulupna": "Ulupna", "Undera": "Undera", "Underbool": "Underbool", "University Of Melbourne": "University Of Melbourne", "Uplands": "Uplands", "Upotipotpon": "Upotipotpon", "Upper Ferntree Gully": "Upper Ferntree Gully", "Upper Gundowring": "Upper Gundowring", "Upper Lurg": "Upper Lurg", "Upper Plenty": "Upper Plenty", "Upper Ryans Creek": "Upper Ryans Creek", "Upwey": "Upwey", "Valencia Creek": "Valencia Creek", "Vasey": "Vasey", "Vaughan": "Vaughan", "Vectis": "Vectis", "Ventnor": "Ventnor", "Venus Bay": "Venus Bay", "Vermont": "Vermont", "Vermont South": "Vermont South", "Vervale": "Vervale", "Vesper": "Vesper", "Victoria Gardens": "Victoria Gardens", "Victoria Point": "Victoria Point", "Victoria Valley": "Victoria Valley", "Viewbank": "Viewbank", "Vinifera": "Vinifera", "Violet Town": "Violet Town", "Vite Vite": "Vite Vite", "Vite Vite North": "Vite Vite North", "W Tree": "W Tree", "Waaia": "Waaia", "Waanyarra": "Waanyarra", "Waarre": "Waarre", "Wabonga": "Wabonga", "Waggarandall": "Waggarandall", "Wahgunyah": "Wahgunyah", "Wahring": "Wahring", "Wail": "Wail", "Wairewa": "Wairewa", "Waitchie": "Waitchie", "Wal Wal": "Wal Wal", "Waldara": "Waldara", "Walhalla": "Walhalla", "Walkerville": "Walkerville", "Walkerville South": "Walkerville South", "Wallace": "Wallace", "Wallacedale": "Wallacedale", "Wallagaraugh": "Wallagaraugh", "Wallaloo": "Wallaloo", "Wallaloo East": "Wallaloo East", "Wallan": "Wallan", "Wallan East": "Wallan East", "Wallinduc": "Wallinduc", "Wallington": "Wallington", "Wallup": "Wallup", "Walmer": "Walmer", "Walpa": "Walpa", "Walpeup": "Walpeup", "Walwa": "Walwa", "Wanalta": "Wanalta", "Wandana Heights": "Wandana Heights", "Wandella": "Wandella", "Wandiligong": "Wandiligong", "Wandin East": "Wandin East", "Wandin North": "Wandin North", "Wando Vale": "Wando Vale", "Wandong": "Wandong", "Wangandary": "Wangandary", "Wangarabell": "Wangarabell", "Wangaratta": "Wangaratta", "Wangaratta Forward": "Wangaratta Forward", "Wangaratta South": "Wangaratta South", "Wangaratta West": "Wangaratta West", "Wangoom": "Wangoom", "Wannon": "Wannon", "Wantirna": "Wantirna", "Wantirna South": "Wantirna South", "Waranga": "Waranga", "Waratah Bay": "Waratah Bay", "Waratah North": "Waratah North", "Warburton": "Warburton", "Wareek": "Wareek", "Wargan": "Wargan", "Warmur": "Warmur", "Warncoort": "Warncoort", "Warne": "Warne", "Warneet": "Warneet", "Warracknabeal": "Warracknabeal", "Warragul": "Warragul", "Warragul South": "Warragul South", "Warragul West": "Warragul West", "Warrak": "Warrak", "Warrandyte": "Warrandyte", "Warrandyte South": "Warrandyte South", "Warranwood": "Warranwood", "Warrayure": "Warrayure", "Warrenbayne": "Warrenbayne", "Warrenheip": "Warrenheip", "Warrenmang": "Warrenmang", "Warrion": "Warrion", "Warrnambool": "Warrnambool", "Warrnambool East": "Warrnambool East", "Warrnambool West": "Warrnambool West", "Warrock": "Warrock", "Warrong": "Warrong", "Wartook": "Wartook", "Watchem": "Watchem", "Watchem West": "Watchem West", "Watchupga": "Watchupga", "Waterford": "Waterford", "Waterford Park": "Waterford Park", "Watergardens": "Watergardens", "Waterholes": "Waterholes", "Waterloo": "Waterloo", "Waterways": "Waterways", "Watgania": "Watgania", "Watsonia": "Watsonia", "Watsonia North": "Watsonia North", "Watsons Creek": "Watsons Creek", "Wattle Bank": "Wattle Bank", "Wattle Creek": "Wattle Creek", "Wattle Flat": "Wattle Flat", "Wattle Glen": "Wattle Glen", "Wattle Hill": "Wattle Hill", "Wattle Park": "Wattle Park", "Wattletree Road Po": "Wattletree Road Po", "Wattville": "Wattville", "Waubra": "Waubra", "Waurn Ponds": "Waurn Ponds", "Waverley Gardens": "Waverley Gardens", "Waygara": "Waygara", "Weatherboard": "Weatherboard", "Wedderburn": "Wedderburn", "Wedderburn Junction": "Wedderburn Junction", "Wee Wee Rup": "Wee Wee Rup", "Weeaproinah": "Weeaproinah", "Weeragua": "Weeragua", "Weering": "Weering", "Weerite": "Weerite", "Wehla": "Wehla", "Wellsford": "Wellsford", "Welshmans Reef": "Welshmans Reef", "Welshpool": "Welshpool", "Wemen": "Wemen", "Wendouree": "Wendouree", "Wendouree Village": "Wendouree Village", "Wensleydale": "Wensleydale", "Were Street Po": "Were Street Po", "Werneth": "Werneth", "Werona": "Werona", "Werribee": "Werribee", "Werribee South": "Werribee South", "Werrimull": "Werrimull", "Wesburn": "Wesburn", "West Bendigo": "West Bendigo", "West Creek": "West Creek", "West Footscray": "West Footscray", "West Melbourne": "West Melbourne", "West Wodonga": "West Wodonga", "Westbury": "Westbury", "Westby": "Westby", "Westmeadows": "Westmeadows", "Westmere": "Westmere", "Wharparilla": "Wharparilla", "Wheatsheaf": "Wheatsheaf", "Wheelers Hill": "Wheelers Hill", "Whipstick": "Whipstick", "Whirily": "Whirily", "White Hills": "White Hills", "Whiteheads Creek": "Whiteheads Creek", "Whitelaw": "Whitelaw", "Whitfield": "Whitfield", "Whitlands": "Whitlands", "Whittington": "Whittington", "Whittlesea": "Whittlesea", "Whoorel": "Whoorel", "Whorouly": "Whorouly", "Whorouly East": "Whorouly East", "Whorouly South": "Whorouly South", "Whroo": "Whroo", "Wickliffe": "Wickliffe", "Wilby": "Wilby", "Wild Dog Valley": "Wild Dog Valley", "Wildwood": "Wildwood", "Wilkur": "Wilkur", "Willangie": "Willangie", "Willatook": "Willatook", "Willaura": "Willaura", "Willaura North": "Willaura North", "Willenabrina": "Willenabrina", "Williams Raaf": "Williams Raaf", "Williamstown": "Williamstown", "Williamstown North": "Williamstown North", "Willow Grove": "Willow Grove", "Willowmavin": "Willowmavin", "Willowvale": "Willowvale", "Willung": "Willung", "Willung South": "Willung South", "Wilsons Hill": "Wilsons Hill", "Wilsons Promontory": "Wilsons Promontory", "Wimbledon Heights": "Wimbledon Heights", "Winchelsea": "Winchelsea", "Winchelsea South": "Winchelsea South", "Windermere": "Windermere", "Windsor": "Windsor", "Wingan River": "Wingan River", "Wingeel": "Wingeel", "Winjallok": "Winjallok", "Winlaton": "Winlaton", "Winnambool": "Winnambool", "Winnap": "Winnap", "Winnindoo": "Winnindoo", "Winslow": "Winslow", "Winter Valley": "Winter Valley", "Winton": "Winton", "Winton North": "Winton North", "Wirrate": "Wirrate", "Wiseleigh": "Wiseleigh", "Wishart": "Wishart", "Wodonga": "Wodonga", "Wodonga Forward": "Wodonga Forward", "Wodonga Plaza": "Wodonga Plaza", "Wollert": "Wollert", "Wombat Creek": "Wombat Creek", "Wombelano": "Wombelano", "Won Wron": "Won Wron", "Wonga": "Wonga", "Wonga Park": "Wonga Park", "Wongarra": "Wongarra", "Wonthaggi": "Wonthaggi", "Wonwondah": "Wonwondah", "Wonwondah East": "Wonwondah East", "Wonwondah South": "Wonwondah South", "Wonyip": "Wonyip", "Wood Wood": "Wood Wood", "Woodbrook": "Woodbrook", "Woodend": "Woodend", "Woodend North": "Woodend North", "Woodfield": "Woodfield", "Woodford": "Woodford", "Woodglen": "Woodglen", "Woodhouse": "Woodhouse", "Woodleigh": "Woodleigh", "Woods Point": "Woods Point", "Woodside": "Woodside", "Woodside Beach": "Woodside Beach", "Woodside North": "Woodside North", "Woodstock": "Woodstock", "Woodstock On Loddon": "Woodstock On Loddon", "Woodstock West": "Woodstock West", "Woodvale": "Woodvale", "Woohlpooer": "Woohlpooer", "Wool Wool": "Wool Wool", "Woolamai": "Woolamai", "Woolshed": "Woolshed", "Woolshed Flat": "Woolshed Flat", "Woolsthorpe": "Woolsthorpe", "Woomelang": "Woomelang", "Wooragee": "Wooragee", "Woorarra": "Woorarra", "Woorarra East": "Woorarra East", "Woorarra West": "Woorarra West", "Woori Yallock": "Woori Yallock", "Woorinen": "Woorinen", "Woorinen North": "Woorinen North", "Woorinen South": "Woorinen South", "Woorndoo": "Woorndoo", "Wooroonook": "Wooroonook", "Woosang": "Woosang", "Wootong Vale": "Wootong Vale", "World Trade Centre": "World Trade Centre", "Wroxham": "Wroxham", "Wuk Wuk": "Wuk Wuk", "Wulgulmerang": "Wulgulmerang", "Wulgulmerang East": "Wulgulmerang East", "Wulgulmerang West": "Wulgulmerang West", "Wunghnu": "Wunghnu", "Wurdiboluc": "Wurdiboluc", "Wurruk": "Wurruk", "Wy Yung": "Wy Yung", "Wycheproof": "Wycheproof", "Wycheproof South": "Wycheproof South", "Wychitella": "Wychitella", "Wychitella North": "Wychitella North", "Wye River": "Wye River", "Wyelangta": "Wyelangta", "Wyndham Vale": "Wyndham Vale", "Wyuna": "Wyuna", "Wyuna East": "Wyuna East", "Yaapeet": "Yaapeet", "Yabba North": "Yabba North", "Yabba South": "Yabba South", "Yackandandah": "Yackandandah", "Yalca": "Yalca", "Yalla-y-poora": "Yalla-y-poora", "Yallambie": "Yallambie", "Yallook": "Yallook", "Yallourn": "Yallourn", "Yallourn North": "Yallourn North", "Yalmy": "Yalmy", "Yambuk": "Yambuk", "Yambuna": "Yambuna", "Yan Yean": "Yan Yean", "Yanac": "Yanac", "Yanakie": "Yanakie", "Yando": "Yando", "Yandoit": "Yandoit", "Yandoit Hills": "Yandoit Hills", "Yangery": "Yangery", "Yannathan": "Yannathan", "Yapeen": "Yapeen", "Yarck": "Yarck", "Yarpturk": "Yarpturk", "Yarra Glen": "Yarra Glen", "Yarra Junction": "Yarra Junction", "Yarraberb": "Yarraberb", "Yarragon": "Yarragon", "Yarragon South": "Yarragon South", "Yarram": "Yarram", "Yarrambat": "Yarrambat", "Yarraville": "Yarraville", "Yarraville West": "Yarraville West", "Yarrawalla": "Yarrawalla", "Yarrawonga": "Yarrawonga", "Yarrawonga South": "Yarrawonga South", "Yarrowee": "Yarrowee", "Yarroweyah": "Yarroweyah", "Yarrunga": "Yarrunga", "Yarto": "Yarto", "Yatchaw": "Yatchaw", "Yawong Hills": "Yawong Hills", "Yea": "Yea", "Yellingbo": "Yellingbo", "Yelta": "Yelta", "Yendon": "Yendon", "Yeo": "Yeo", "Yeodene": "Yeodene", "Yering": "Yering", "Yeungroon": "Yeungroon", "Yeungroon East": "Yeungroon East", "Yielima": "Yielima", "Yinnar": "Yinnar", "Yinnar South": "Yinnar South", "York Plains": "York Plains", "Youanmite": "Youanmite", "Youarang": "Youarang", "Yulecart": "Yulecart", "Yundool": "Yundool", "Yuroke": "Yuroke", "Yuulong": "Yuulong", "Zeerust": "Zeerust", "Zumsteins": "Zumsteins" }, "postcodes": { "3000": "3000", "3001": "3001", "3004": "3004", "8001": "8001", "8045": "8045", "8051": "8051", "8060": "8060", "8061": "8061", "8066": "8066", "8069": "8069", "8070": "8070", "8071": "8071", "8100": "8100", "8101": "8101", "8102": "8102", "8103": "8103", "8107": "8107", "8108": "8108", "8111": "8111", "8120": "8120", "8205": "8205", "8383": "8383", "8386": "8386", "8388": "8388", "8390": "8390", "8393": "8393", "8394": "8394", "8396": "8396", "8399": "8399", "": "None" } } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET2. GET /common/categories
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "success": true, "statusCode": 200, "result": { "categories": [ { "title": "Music and Theater", "slug": "music-and-theater", "id": "11f5980b-1da3-4050-acef-762360d423ec" }, { "title": "Health and Wellbeing", "slug": "health-and-well-being", "id": "4748087d-1d9e-43c5-ae4d-48f5aebf5445" }, { "title": "Religion and Spirituality", "slug": "religion-and-spirituality", "id": "385b946a-0c7c-49c7-a40e-3dd71017e049" }, { "title": "Hobbies and Interest", "slug": "hobbies-and-Interest", "id": "059579bd-4c45-44bb-92c9-d55ca292d344" }, { "title": "Science and Technology", "slug": "science-and-technology", "id": "e30183b5-043d-4aeb-a6cf-272f0b4ca926" }, { "title": "Food and Drink", "slug": "food-and-drink", "id": "a0874ab5-a0be-477e-8cf9-b1d8f89db331" }, { "title": "Sports and Fitness", "slug": "sports-and-fitness", "id": "a3a27c2a-b47d-47a7-b4d4-ccf25b5f39f7" }, { "title": "Coaching and Consulting", "slug": "coaching-and-consulting", "id": "3ae3b4e7-274b-471e-823d-e31ae213699f" }, { "title": "Family and Friends", "slug": "family-and-friends", "id": "d51eb161-b1e3-4be2-836c-506a290456e4" }, { "title": "Education and Training", "slug": "education-and-training", "id": "d6863754-f24e-469e-90fb-915deb19c099" }, { "title": "Community and Culture", "slug": "community-and-culture", "id": "5b1c9f4e-6d17-4a90-99e5-0cb86e2e4862" }, { "title": "Travel and Outdoor", "slug": "travel-and-outdoor", "id": "fc7d2398-c77a-4d66-9f91-3f282803a991" }, { "title": "Arts", "slug": "arts", "id": "7251d9e6-df51-4344-a8d5-9d2ecabfec02" }, { "title": "Business", "slug": "business", "id": "445c2c3c-f056-4974-8c1d-a38b943f06e7" }, { "title": "Entrepreneurship", "slug": "entrepreneurship", "id": "7365b216-0bfd-400c-aa8a-eeab4d34b17b" }, { "title": "Fashion and Beauty", "slug": "fashion-and-beauty", "id": "3ee7a1fb-f3cb-4edf-8fc7-23eb27a918ca" }, { "title": "Film and Entertainment", "slug": "film-and-entertainment", "id": "c1c7832a-7c9e-42bc-9f68-41bc4b5c52eb" }, { "title": "Government and Politics", "slug": "government-and-politics", "id": "9887abba-dbd4-4253-ba1f-fab52f93a01d" }, { "title": "Visual Arts", "slug": "visual-arts", "id": "ee31b3aa-9dfc-4313-bd40-251b165f1d1f" } ] } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET3. GET /common/tags
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "success": true, "statusCode": 200, "result": { "tags": [ { "name": "happy", "slug": "happy", "id": "07facacf-9374-45eb-a4f5-1087aeaec037" }, { "name": "health", "slug": "health", "id": "5be2e05e-5152-425b-932f-0899a39d687e" }, { "name": "diet", "slug": "diet", "id": "7664e7ef-6ee5-4eb5-b7c6-494096ef02e1" }, { "name": "Music", "slug": "Music", "id": "803dee84-23d2-4790-9b55-e0cd2766bfc0" }, { "name": "Fun", "slug": "Fun", "id": "23c26b45-a91a-4921-aae4-277031b19ee1" }, { "name": "abc", "slug": "abc", "id": "48a47a4a-8fc7-40c8-8d31-ba563defd9a6" }, { "name": "miyaji", "slug": "miyaji", "id": "257a7c88-8247-41f3-b5dd-b05c56ad9ca0" }, { "name": "2021", "slug": "2021", "id": "1840d971-ef74-434c-8d39-1ec11ab3d43a" }, { "name": "Melody", "slug": "Melody", "id": "a59183a9-6476-4909-bbaf-be8db0a52e83" }, { "name": "#test", "slug": "#test", "id": "4a6e44bc-a846-4597-868d-24670613dfb9" }, { "name": "#eventbooking", "slug": "#eventbooking", "id": "d9771d44-2a6c-47ea-a483-3b65397c8ea6" }, { "name": "#restrictticket", "slug": "#restrictticket", "id": "dd7803ef-ee23-4f59-a7e8-2a51a5ea4e46" }, { "name": "#earlyBird", "slug": "#earlyBird", "id": "e4deedd8-ba3b-4a61-9716-014303909bec" }, { "name": "ads", "slug": "ads", "id": "6ec39059-f8b8-4f8c-87dc-6ee57f77f876" }, { "name": "#employability", "slug": "#employability", "id": "e5f528ac-b1fc-4157-a9b9-b2de3122a3bc" }, { "name": "#learning_skills", "slug": "#learning_skills", "id": "73811f46-594a-4d38-be47-a9563132bde5" }, { "name": "#mytest", "slug": "#mytest", "id": "b14aacdd-baa6-4401-aa1c-4b592311f540" }, { "name": "php", "slug": "php", "id": "117c47fb-4bc6-4976-a179-710817dadec5" }, { "name": "java", "slug": "java", "id": "86df2cee-93d1-4699-8faf-6b6986b00a03" }, { "name": "python", "slug": "python", "id": "68dd21fc-f1cb-49e5-bdf7-c286e81e7e85" }, { "name": "#hacking", "slug": "#hacking", "id": "53e6adec-4155-4415-b6aa-0bf5ab1a1070" }, { "name": "#ethical_hacking", "slug": "#ethical_hacking", "id": "97abab47-af34-4d5a-8fd4-9e1137a085ba" }, { "name": "#CEH", "slug": "#CEH", "id": "85e33893-bee1-4aa6-924c-277227239701" }, { "name": "tagtest", "slug": "tagtest", "id": "91f0e565-8a5d-479c-999d-f660348129ee" }, { "name": "new", "slug": "new", "id": "e9da6ae7-f869-4c67-ba3b-f6d7b070719e" }, { "name": "tag test", "slug": "tag test", "id": "f05e7a34-8cf7-40ff-a656-b6f90491e78a" }, { "name": "lang", "slug": "lang", "id": "93f66727-2e19-4e2c-8d8b-db17b0619f51" }, { "name": "scrum", "slug": "scrum", "id": "10e943a5-697e-46d1-82fc-6a95acb2115d" }, { "name": "scrum_alliance", "slug": "scrum_alliance", "id": "ffe59c3b-9f02-4dbd-b649-49d0af15515e" }, { "name": "project_management", "slug": "project_management", "id": "0d9e497c-7571-4ed7-a682-79ec9178cb59" }, { "name": "tech", "slug": "tech", "id": "e2b0f18f-af33-416e-b60e-21d1bcb417bf" }, { "name": "asd", "slug": "asd", "id": "19a3a76b-e221-4f18-90e5-8c874848948d" }, { "name": "dfd", "slug": "dfd", "id": "2f80d5ab-feea-4665-a46d-70ae7fc41728" }, { "name": "Usability", "slug": "Usability", "id": "b16851ab-ba3f-4159-86a9-4b73f82cd32a" }, { "name": "web", "slug": "web", "id": "b03293be-4c86-47c9-b555-840186a344f5" }, { "name": "mobile", "slug": "mobile", "id": "f6e247ea-0a97-4481-956d-61eed65d4b03" }, { "name": "ux", "slug": "ux", "id": "b3130593-3fc2-4280-8f1e-e55671f41605" }, { "name": "test", "slug": "test", "id": "f41cebe8-360f-47d9-b3d6-848bb484c96f" }, { "name": "devtest", "slug": "devtest", "id": "8d57cfb9-91f2-4d15-a7d9-867b8ec42b3e" }, { "name": "visitor", "slug": "visitor", "id": "20675ec6-2b08-459e-9cf7-3ab825f14b0f" }, { "name": "char", "slug": "char", "id": "4173f42c-5250-4cf8-8dc7-4ccd42224383" }, { "name": "no", "slug": "no", "id": "08bd355e-1968-4291-98dd-0f95421212f8" }, { "name": "testing", "slug": "testing", "id": "6da0bb3d-0148-4e41-8662-14c0e4919b92" }, { "name": "thisisnew", "slug": "thisisnew", "id": "ef39fb7d-9658-41cc-800f-1504ee0ba520" }, { "name": "", "slug": "", "id": "084a285b-21e3-428a-98e0-3191889a3e8a" }, { "name": "duplicate", "slug": "duplicate", "id": "e99d5c33-754f-4570-bd49-76bd9510a4d1" }, { "name": "createnew", "slug": "createnew", "id": "1c69bba5-2495-498b-b10a-c59bf2853c49" }, { "name": "31/8", "slug": "31/8", "id": "7a95a19d-f8b6-4524-aabd-1dac40ff0a35" }, { "name": "fornow", "slug": "fornow", "id": "26ae06bd-3401-41ad-9fce-9981b5cb9262" }, { "name": "current", "slug": "current", "id": "f8c81367-f052-4562-bee1-9e6a01432c64" }, { "name": "hyn45", "slug": "hyn45", "id": "d80f2d08-f9dd-4101-8abd-1ca43135443b" }, { "name": "jnjnjnj", "slug": "jnjnjnj", "id": "796dbcb7-fdb0-41c2-860f-c5b3617859ff" }, { "name": "30/9", "slug": "30/9", "id": "e7177769-50e8-4417-86e8-f863aa59c61e" }, { "name": "#$%^&*etao", "slug": "#$%^&*etao", "id": "6c776cc8-626e-4e1e-bf43-5922cc80cbb4" }, { "name": "thisisnew asdfghjklzxcvbnm,qwertyuio", "slug": "thisisnew asdfghjklzxcvbnm,qwertyuio", "id": "0ac3d626-698b-4087-9a90-16666c950d84" }, { "name": "asdf", "slug": "asdf", "id": "c7c1e504-1cf0-449e-ab49-5095d3c7b45c" }, { "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "slug": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "id": "bae0f62a-5e15-4b2d-a577-dbd1a42aa100" }, { "name": "4", "slug": "4", "id": "c2028981-9282-4719-8290-d85b748104fc" }, { "name": "5", "slug": "5", "id": "4fb2f07f-ada7-4ece-b474-700ab3d104ea" } ] } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
GET4. GET /common/banners
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "success": true, "statusCode": 200, "result": { "banners": [ { "id": "1d8e69cc-4d92-4c11-9386-cba2b55c848a", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/myprofile/ec968cd3-f674-4f2b-9853-31189e081719.jpg" }, { "id": "5cf8a437-3718-432d-9a0c-09d5b92a7363", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/myprofile/a0a02b39-1729-41eb-836f-7e44075973ba.jpg" }, { "id": "e64dde63-6c1f-4a77-a141-0b72e93eb1de", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/events/521558af-4931-4a5f-8b99-6e4eeb74cfa0.jpg" }, { "id": "2ed15754-7de1-491d-9bf7-1fc8c66d5f51", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/events/ffcde0cb-1280-4549-a008-a7007eb76d73.png" }, { "id": "a567342d-ee90-4d40-884f-1ed35ff8af68", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/events/f86006fa-e080-41ab-ae89-377d27f1c87e.png" }, { "id": "7bc880cd-8f5a-4618-a84d-507a2ae181b9", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/myprofile/4646b511-3607-47c8-a6bb-a6381d6d8f1a.jpg" }, { "id": "a8de3e17-9f93-42e2-b013-dcd431e6ba1b", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/events/868742d5-2acb-4d20-bf83-8e20e76d1de2.jpg" }, { "id": "7c6260be-462e-47cb-9438-194be6921fdd", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "51a472c08e21aef54ed749806e3e6490/events/9fd5f272-b92e-4c90-936a-68fd4f2790d8.jpg" }, { "id": "f5cba527-ba94-4564-97c2-c99ee12e1f83", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/36e60253-6e3b-410f-a96f-d076bbb3bdc6.jpg" }, { "id": "28cf5314-c6b7-4114-bbc8-e9c61eaae1b9", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/speakers/a76804bd-baa9-4d48-9875-c3fb52768efc.jpg" }, { "id": "a9eca439-eb26-4bad-9f2b-1f954635588d", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/dfb87da0-a529-4f9e-80f0-155c1a955843.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/fe4918fb-5820-4ac6-b2bf-d00227b618b3.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/d0eb9dee-15f5-4cf6-9005-06a121873f01.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/a38d16ff-1a0a-45cb-9072-c28d9b4b42e2.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/ff163793-57fe-4a70-8683-51b4acebc5ae.jpg" }, { "id": "9afca05b-7c3e-4e11-a4bf-085bdff502e1", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/034d3a3a-e1ae-41f7-b30f-3c24e504d868.jpg" }, { "id": "2f59d03a-e51a-4301-b6b1-43fc99d517df", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/f9bfd6df-bd9a-4481-bc17-9e5e529f5716.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/110ebc89-f91d-4ce9-b314-c9acf4f8f174.jpg" }, { "id": null, "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/b886b87d-8109-4c5b-9af4-f8d072a2825b.jpg" }, { "id": "daa497a0-b3cf-4adf-a282-3cee47613d21", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/session/24f442e7-6595-4327-b03e-e5733a5cc818.jpg" }, { "id": "d5aed6ec-c59a-42a4-b89c-be66bc8acf14", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/13fedd7c-4944-4a86-99e6-07bee9824b91.jpg" }, { "id": "69a80065-0ca6-45d4-afd2-85543f51d95f", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/566aeaa0-abce-4857-b273-3577a7d6525f.jpg" }, { "id": "08347d17-945a-48b6-bc90-d1fcd26b0660", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/events/ff57d492-1314-4db8-87c4-75eab9078198.JPG" }, { "id": "259138c3-5738-4af8-ae0b-a165f961918a", "user_id": "1d1143ff-988c-491f-b9c6-b6220de1d733", "f_path": "6548722df992e788e87622db2c99c570/session/d8baca60-8330-4e6c-b2fa-062162451a61.jpg" } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST5. POST /common/files
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "success": true, "statusCode": 200, "result": { "file_name": "6548722df992e788e87622db2c99c570/session/d8baca60-8330-4e6c-b2fa-062162451a61.jpg" } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
DELETE6. DELETE /common/files
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response Default Outout For This API
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links
API - Orders
-
GET1. GET /orders/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 200, "result": { "orders": { "uuid": "d2d6833b-3a96-45ef-a529-54ecb66a8bf2", "code": "8KW9EJ", "customer": { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "first_name": "David", "last_name": "Smithson", "email": "smithsondavid01@gmail.com", "phone": null, "image": "/images/user-org-default-img.png", "billing_address": { "address_line1": "Australia 15", "address_line2": "Australia 15", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" }, "shipping_address": { "address_line1": "Australia 15", "address_line2": null, "country": "", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } }, "line_items": [ { "serial": 1, "product": { "uuid": "8b252176-545c-11ed-9d67-9a7004b6b3ab", "name": "service", "variation": "VIP", "description": null, "quantity_included": 1, "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "2023-02-01" }, { "name": "event_time", "value": "10:00" }, { "name": "event_name", "value": "Living Science" }, { "name": "event_image", "value": [ { "name": "", "image": "uploads/_default/events/Abstract.jpg", "primary": true } ] }, { "name": "event_address", "value": { "latitude": "-37.812438300000000", "longitude": "144.984699100000000", "address": { "address_line1": "166 Gipps St", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "East Melbourne", "post_code": "3002" } } }, { "name": "event_tickets", "value": [ { "name": "uuid", "value": "7c468f8e-5456-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "event_attendees", "value": [ { "name": "uuid", "value": "8b3421cf-545c-11ed-9d67-9a7004b6b3ab" } ] }, { "name": "user_uuid", "value": "3b0f20c7-340a-4325-b2e9-f941acf1aea7" }, { "name": "is_new", "value": false }, { "name": "review_rating", "value": null }, { "name": "order_qr_code", "value": [ { "type": "qr", "value": "8b2c43ed-545c-11ed-9d67-9a7004b6b3ab", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABvAQMAAADYCwwjAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHUlEQVQ4jdXUMa6EIBAG4N9Q0OkFTLwGHVfSC6zuBeRKdFyDxAs8OwrivMHdt69jaJdQ+BUY5ndG4BvXQPT06LUiiiJ7KBfy6tWGBtrjSZj14VITXcCSWrmZPJBqItRupgv/l6yQ693NwftTfoX3ysDnucaBDkq8xyXIhI2LRxfo0lFkR+oMcTZ5TRDZoySzQb3O1tklRRx7yAtBZI/4MLTbyfko03Lm0w+HqSFTZ5hc3vC6ZJVcr/PHZcf3JascfO48oNV+n62z18TffTbjO0mBmK3aTFxDC+kMmA1dNoq8w6QdcfAyuWNdmk4q4yOyL1PADRCHEGXaMghn+rukSHCrjNy3TbRxLrE3kOfXqsvkRwNLveWfw2HK/L71C4S83OChRR28AAAAAElFTkSuQmCC" } ] }, { "name": "order_pdf_link", "value": "https://www.eventbookings.com//b/download/4d97726c-df4d-4896-a995-abaf557c9048/get" } ] }, "quantity": 1, "price": "0.00", "discount": "0.00", "service_fee": "0", "processing_fee": "0", "tax": "0.00", "subtotal": "0.00" } ], "total_ticket": 1, "summary": { "subtotal": 0, "coupons": { "code": "", "amount": null }, "service_fee": "0", "processing_fee": "0", "tax": "0.00", "total": 0 }, "payments": [], "timezone": "Australia/Melbourne", "currency": "AUD", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ], "price_is_tax_inclusive": 1, "instruction": { "title": "1666699205", "description": "" }, "attendee_details": [ { "uuid": "3b0f20c7-340a-4325-b2e9-f941acf1aea7", "attributes": [ { "field_name": "is_new", "field_type": "system", "field_value": true }, { "field_name": "order_created_on", "field_type": "system", "field_value": "2022-10-25T11:18:51+00:00" }, { "field_name": "price", "field_type": "system", "field_value": 0 }, { "field_name": "total_ticket_quantity", "field_type": "system", "field_value": 1 } ] } ], "additional_details": [], "status": "Active", "extended_status": [ { "name": "payment", "value": "Paid" }, { "name": "fulfilment", "value": null }, { "name": "refund", "value": "No Action" } ], "created_on": "2022-10-25T12:00:05+00:00", "updated_on": "2022-10-25T12:00:05+00:00" } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
POST2. POST /orders
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "statusCode": 201, "result": { "order": { "uuid": "7be5fff1-bddc-4d29-bf2c-1274b4073537", "code": "2NDBOW", "customer": { "uuid": "f571d9e5-59e5-41d0-a10c-a8608596f956", "first_name": "Jackson", "last_name": "Gilbert", "email": "jackson_305@gmail.com", "phone": "61438494079", "image": "/images/user-org-default-img.png", "billing_address": { "address_line1": "SuiteNew 910", "address_line2": "SuiteNew 910", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" }, "shipping_address": { "address_line1": "SuiteNew 910", "address_line2": "9 YarraNew St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } }, "line_items": [ { "serial": 1, "product": { "uuid": "c20d6a25-5466-11ed-9d67-9a7004b6b3ab", "name": "Single free", "variation": "VIP", "description": null, "quantity_included": 1, "instruction": { "title": "", "description": "hi" }, "attributes": [ { "name": "event_date", "value": "2022-10-25" }, { "name": "event_time", "value": "13:10" }, { "name": "event_name", "value": "Anime Festival" }, { "name": "event_image", "value": [ { "name": "", "image": "uploads/orgs/61f207094da8a18422985cfc648aaa5e/events/fba54c7b-a155-4015-9b4e-75e673e2b139.jpg", "primary": true } ] }, { "name": "event_address", "value": { "latitude": "80.000000000000000", "longitude": "80.000000000000000", "address": { "address_line1": "130 State Route 50", "address_line2": "", "country": "Australia", "state": "Victoria", "city": "Melbourne", "post_code": "3000" } } }, { "name": "event_tickets", "value": [ { "name": "uuid", "value": "6cb3321a-6dff-46bd-8013-90812a41ce9e" } ] }, { "name": "event_attendees", "value": [] }, { "name": "user_uuid", "value": "f571d9e5-59e5-41d0-a10c-a8608596f956" }, { "name": "is_new", "value": true }, { "name": "review_rating", "value": null }, { "name": "order_qr_code", "value": [ { "type": "qr", "value": "c206649d-5466-11ed-9d67-9a7004b6b3ab", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABvAQMAAADYCwwjAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABGElEQVQ4jdXTsY3EIBAF0I8IyHADltzGZLRkN+DFDdgtkdEGEg14MwLkuVnt6u4iQ7oT8ZBsMR8G+MYamD1VUGZOTVronfQzao8OuiyLB+ejdPEoeQu6k1uApT5CHzHN5u+QN5R+d8r7v/ZvKKUYQ0i/Yd5w4MwRC49L7KFkXlcnizZVyZ6mZ6grpTbjaFFXk0+HJiVDltgLVpc6mFTAg/UFNKl4ukyCqda1CVS5oJ2qim1a5N1gKeiiSUvgizCjg266JEnW8ocOYpY7ojp/ZuGWr/Nn7/h6f3vL1wOQzCkNMTX5erEuKZmygCZlFrzTJyVLHZSRjJgNc+xj4RPTp6M2py1W20OZ31KXMK6uzff8eif7bX5f/QAXzsTOfg+VogAAAABJRU5ErkJggg==" } ] }, { "name": "order_pdf_link", "value": "https://www.eventbookings.com//b/download/df416734-ab4c-4b5b-ab45-78e7781d38d8/get" } ] }, "quantity": 1, "price": "0.00", "discount": "0.00", "service_fee": "0", "processing_fee": "0", "tax": "0.00", "subtotal": "0.00" } ], "total_ticket": 1, "summary": { "subtotal": 0, "coupons": { "code": "", "amount": null }, "service_fee": "0", "processing_fee": "0", "tax": "0.00", "total": 0 }, "payments": [], "timezone": null, "currency": "AUD", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": null } ], "price_is_tax_inclusive": 1, "instruction": { "title": "1666703592", "description": "" }, "attendee_details": [ { "uuid": "f571d9e5-59e5-41d0-a10c-a8608596f956", "attributes": [ { "field_name": "is_new", "field_type": "system", "field_value": true }, { "field_name": "order_created_on", "field_type": "system", "field_value": "2022-10-25T13:13:12+00:00" }, { "field_name": "price", "field_type": "system", "field_value": 0 }, { "field_name": "total_ticket_quantity", "field_type": "system", "field_value": 1 } ] } ], "additional_details": [], "status": "Active", "extended_status": [ { "name": "payment", "value": "Pending" }, { "name": "fulfilment", "value": null }, { "name": "refund", "value": "No Action" } ], "created_on": "2022-10-25T13:13:12+00:00", "updated_on": "2022-10-25T13:13:12+00:00" } } }
No links 400 Request could not be understood No links 401 Unauthorized access No links 403 Permission to access resource denied No links -
PATCH3. PATCH /orders/{uuid}
Try It NowAuthorizeCancelExample Response
Code Description Links 200 OK - return response { "orders": [ { "uuid": "", "code": "", "customer": { "uuid": "", "first_name": "John", "last_name": "Doe", "email": "", "phone": "", "image":"" "billing_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" }, "shipping_address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141" } }, "line_items": [ { "serial": "1", "product": { "uuid": "", "name": "Single Ticket With Variation", "variation": "VIP", "description": "", "quantity_included": "1", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" }, { "name": "event_name", "value": "Live event" }, { "name": "event_image", "value": "" } { "name": "event_address", "value": { "latitude": "", "longitude": "", "address": { "address_line1": "Suite 910", "address_line2": "9 Yarra St", "country": "Australia", "state": "Victoria", "city": "South Yarra", "post_code": "3141"" } } } { "name": "event_tickets", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "event_attendees", "value": { { "name": "uuid", "value": "cd3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } } } { "name": "user_uuid", "value": "ad3a2eec-bfa2-4975-be73-2fb7ff9850fd" } { "name": "is_new", "value": false } { "name": "review_rating", "value": 3.5 } { "name": "order_qr_code", "value": [ { "type": "qr", "value": "", "image": "" } ] } { "name": "order_pdf_link", "value": "" } }, "quantity": "1", "price": "30.00", "discount": "", "service_fee": "0.3", "processing_fee": "0.0", "tax": "", "subtotal": "" }, { "serial": "2", "product": { "uuid": "", "name": "Group Ticket", "variation": "", "description": "", "quantity_included": "20", "instruction": { "title": "", "description": "" }, "attributes": [ { "name": "event_date", "value": "" }, { "name": "event_time", "value": "" } ] }, "quantity": "1", "price": "", "discount": "", "service_fee": "0.54", "processing_fee": "0.0", "tax": "", "subtotal": "" } ], "total_ticket": "", "summary": { "subtotal": "", "coupons": [ { "code": "", "amount": "" }, { "code": "", "amount": "" } ], "service_fee": "0.84", "processing_fee": "0.0", "tax": "", "total": "" }, "payments": [ { "status": "", "amount": "", "method": "SecurePay", "attributes": [ { "name": "response_code", "value": "" }, { "name": "response_text", "value": "" } ] }, { "status": "", "amount": "", "method": "Voucher", "attributes": [ { "name": "code", "value": "" } ] } ], "timezone": "", "currency": "", "tax": [ { "name": "code", "value": "GST" }, { "name": "rate", "value": "10" } ], "price_is_tax_inclusive": "", "instruction": { "title": "", "description": "" }, "attendee_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "additional_details": [ { "uuid": "", "attributes": [ { "field_name": "", "field_type": "", "field_value": "" }, { "field_name": "", "field_type": "", "field_value": "" } ] } ], "status": "" "extended_status":[ { "name": "payment", "value": "" }, { "name": "fulfilment", "value": "" } { "name": "refund", "value": "" } ], "created_on": "", "updated_on": "" } ] }
No links 400 Request could not be understood No links 401 Unauthorized access No links 40