MenuClose

Event Attendee - API Reference

Select API:

Event Attendee

Use the Event Attendee endpoint to get your event attendee information on your site.

End Point URL

https://api.cms-tool.net/webapps/api/eventAttendee

API Parameters and Filters

Name Description Example Optional Data type
data The JSON you would like to POST. This can be POST content also
data =
{
"eventid" : 123,
"attendeembrid" : 12345,
"attendeename" : "Name"
}
Yes json object
id Search a specific event atteendee by the id id=123 Yes int

includeEventInfo

Include this parameter to get event information in the return body

includeEventInfo="yes"

Yes string

attendeename

Filter results by attendee name

attendeename="test"

Yes string

attendeestatus

Filter results by attendee status. Example: Booked, Paid, Standby

attendeestatus="Booked"

Yes string

Data Dictionary

Key Definition Type Format

Usage Instructions and Examples

Endpoint examples: 

  • https://api.cms-tool.net/webapps/api/eventAttendee?eventId=99
  • https://api.cms-tool.net/webapps/api/eventAttendee/9999
  • https://api.cms-tool.net/webapps/api/eventAttendee/statusMetaData 

Create a new event attendee

To create a new event attendee use POST method and do not provide any Id. You may use the event endpoint and member endpoint to get event id and attendeembrid.

You must include an eventid and attendeename for a new attendee. You should provide either a mbr_email or mbr_id for the attendee, so that this attendee will be linked with their member/user/customer record.

Example:

{
   "eventid" : 123,
   "mbr_email" : "test@example.com",
   "mbr_id" : 12345,
   "attendeename" : "Name"
}

Update an existing event attendee

You can also update an existing attendee's details or status. You must include an id. The rest of the parameters provided will be used to update the attendee. With updates you must provide the ID for the known attendee. There is no foreign key.

Example:

{
   "id": 12345,
   "attendeestatus": "Paid",
   ...
}

Status Meta Data

Return all valid status type meta data

End point: https://api.cms-tool.net/webapps/api/eventAttendee/statusMetaData 

{

   "endPoint": "eventattendee/statusMetaData",

   "data": [

       [

     "Booked",

           "Paid",

           "Standby",

           "X-Cancelled",

           "Tentative",

           "InCart"

       ]

   ],

   "success": true

}

Sample Object


{
"eventid":123123,
"attendeename":"John",
"mbr_id":112233,
"attendeembrid":112233,
"attendeecount":2,
"attendeestatus":"Booked",
"id":11111,
"attendeebookedon":"2021-12-15 12:16:45.683412",
"attendeeid":11111,
"cid":100000
}

API End Points

Content

Blog pages are usually presented as a list udner a primary page. Individual blog pages do not appear on the menu, only in lists. The blog engine also powers FAQ and gallery type pages
A website is made up of the primary navigational pages that create the primary menu, as well as hidden pages and member only pages. Pages can contain pages in a treelike structure, however, this excludes sub pages which are defined as blogs or products

Ecommerce

Categories are used to group products. Products can belong in up to 8 categories. Categories can also form a tree, with Category parent ID = 0 being the parent level category. The term group is synomous with category, so many elements are prefixed with the word group.
Each product line of an order can be discounted, so an order can have multiple discounts, but only one per product.
The available payment methods at checkout. An order can only have 1 payment method, but the admin can change the payment method, and take part payments.
A saleable item, or variant of a parent product.
Invoices, orders, baskets and quotes are all represented by this object, and differentiated by status.
The courier or freight fee rules available for checkout. Each order can only have rule applied

Members

Bulk emails represent a newsletter that will be sent to a bulk audience via a mailing list. Alternatively, a bulk email is a sequence within a campaign.
A message is created for every contact us, enquiry form, or custom form.
Group members/customers, each member can belong to unlimited groups. Groups can contain groups
System security levels. Default level is 100 for general users.
Members or customers or users are the same thing. These are anyone who has purchased, enquired, or who has permission to login, or receive newsletters. This excludes administrative users.
A blog comment or product review uses the same engine. Each record may have a rating, as well as an optional comment, and is linked to an object and the person who posted it

Other

Bookings are for appointments, seats, hire items, etc. Not for events.
Use the Event Attendee endpoint to get your event attendee information on your site.
Events have a start/end date and additional information, they might be bookable, or just for informational purposes

Reference

A list of countries, and some meta data
Generic categories are those that relate to open source categorisations of products for SEO purposes