Trade Show
  1. Attendees
Trade Show
  • Introduction
  • Warehouses
    • Create a new Warehouse
      POST
    • Update a Warehouse
      PUT
    • Get a list of Warehouses
      GET
    • Retrieve a specific Warehouse by ID
      GET
    • Delete a Warehouse
      DELETE
  • Delivery Groups
    • Create a new Delivery Group
      POST
    • Update a Delivery Group
      PUT
    • Get a list of Delivery Groups
      GET
    • Retrieve a specific Delivery Group by ID
      GET
    • Delete a Delivery Group
      DELETE
  • Delivery Ranges
    • Create a new Delivery Range
      POST
    • Update a Delivery Range
      PUT
    • Get a list of Delivery Ranges
      GET
    • Retrieve a specific Delivery Range by ID
      GET
    • Delete a Delivery Range
      DELETE
  • Delivery Drops
    • Create a new Delivery Drop
      POST
    • Update a Delivery Drop
      PUT
    • Get a list of Delivery Drops
      GET
    • Retrieve a specific Delivery Drop by ID
      GET
    • Delete a Delivery Drop
      DELETE
  • Sales Rep Hierarchies
    • Define Hierarchy Levels
    • Create Sales Rep Group
    • Update Sales Rep Group
    • Move Sales Rep Group
    • Reorder Sales Rep Groups
    • Get a list of Sales Rep Groups
    • Get Sales Rep Group
    • Delete Sales Rep Group
  • Sales Reps
    • Create a new sales rep
    • Update a sales rep
    • Get a list of sales reps
    • Retrieve a specific sales rep by ID
    • Delete a sales rep
  • Sales Rep Managers
    • Create a new sales rep manager
    • Update a sales rep manager
    • Get a list of sales rep managers
    • Retrieve a specific sales rep manager by ID
    • Delete a sales rep manager
  • Ordering Groups
    • Create a new Ordering Group
    • Update a Ordering Group
    • Get a list of Ordering Groups
    • Retrieve a specific Ordering Group by ID
    • Delete a Ordering Group
  • Customers
    • Create a new Customer Class
    • Get a list of Customer Classes
    • Retrieve a specific Customer Class by ID
    • Update a Customer Class
    • Delete a Customer Class
    • Create a new Customer
    • Get a list of Customers
    • Retrieve a specific Customer by ID
    • Update a Customer
    • Delete a Customer
  • Attendees
    • Create a new Attendee
      POST
    • Update a Attendee
      PUT
    • Get a list of Attendees
      GET
    • Retrieve a specific Attendee by ID
      GET
    • Delete a Attendee
      DELETE
  • Vendors
    • Create a new Vendor
    • Update a Vendor
    • Get a list of Vendors
    • Retrieve a specific Vendor by ID
    • Delete a Vendor
    • Create a new vendor user
    • Update a vendor user
    • Get a list of vendor users
    • Retrieve a specific vendor user by ID
    • Delete a vendor user
  • Brokers
    • Create a new Broker
    • Update a Broker
    • Get a list of Brokers
    • Retrieve a specific Broker by ID
    • Delete a Broker
    • Create a new broker user
    • Update a broker user
    • Get a list of broker users
    • Retrieve a specific broker user by ID
    • Delete a broker user
  • Booths
    • Create a new Booth
    • Update a Booth
    • Get a list of Booths
    • Retrieve a specific Booth by ID
    • Delete a Booth
    • Associate a product to a booth
    • Get a list of products associated with a booth
    • Associate multiple products to a booth
    • Remove a product from a booth
    • Associate a vendor to a booth
    • Associate multiple vendors to a booth
    • Get a list of vendors associated with a booth
    • Remove a vendor from a booth
  • Facilitators
    • Create a new Facilitator
    • Update a Facilitator
    • Get a list of Facilitators
    • Retrieve a specific Facilitator by ID
    • Delete a Facilitator
  • Brands
    • Create a new Brand
    • Update a Brand
    • Get a list of Brands
    • Retrieve a specific Brand by ID
    • Delete a Brand
  • Categories
    • Create a new Category
    • Update a Category
    • Get a list of Categories
    • Retrieve a specific Category by ID
    • Delete a Category
  • Products
    • Create new pricing for a product
    • Update product pricing by price ID
    • Get a collection of price lists for products
    • Retrieve pricing by price ID
    • Delete a price list by ID
    • Create a new Product
    • Update a Product
    • Get a list of Products
    • Retrieve a specific Product by ID
    • Delete a Product
    • Get a list of Product Inventory
    • Bulk update product inventory
  • Orders
    • Bulk create orders
    • Bulk update orders
    • Get a list of orders
    • Retrieve a specific order by ID
    • Delete an order line
    • Get a list of order history buckets
    • Bulk create order history items
    • Get a list of order history items
  • Delivery Dates
    • Get a list of delivery dates
    • Retrieve delivery dates by product using ID
  • VIP Users
    • Create a new VIP user
    • Update a VIP user
    • Get a list of VIP users
    • Retrieve a specific VIP user by ID
    • Delete a VIP user
  • Show Admins
    • Create a new Show Admin
    • Update a Show Admin
    • Get a list of Show Admins
    • Retrieve a specific Show Admin by ID
    • Delete a Show Admin
  • Exports
    • Get available exports
    • Get parameter options
    • Run Custom Export
  1. Attendees

Retrieve a specific Attendee by ID

GET
/Attendee/{id}
Attendees
Access a specific attendee by using their unique id in the endpoint path
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Attendee/'
Response Response Example
200 - Attendee
{
    "id": "67g24g",
    "modifiedDate": "2025-09-28",
    "street1": "40607 Anastasia Rest",
    "street2": "728 Prosacco Roads",
    "city": "Port Bradentown",
    "state": "New Mexico",
    "zipCode": "21703-0501",
    "attendeeID": "ATT3329",
    "customerID": "CUST1050",
    "salutation": "Mr",
    "firstName": "Alivia",
    "initial": "F",
    "lastName": "Quigley",
    "jobTitle": "Chief Marketing Designer",
    "phone": "(641) 657-7879",
    "fax": "1-738-491-8659 x514",
    "userID": "USER5826",
    "canOrder": true,
    "scanID": "LN75VI",
    "notificationEmail": "Amparo93@yahoo.com",
    "vendorPreview": true,
    "testAttendee": false,
    "canReceiveSMS": false,
    "cloudShowSubscriber": true,
    "attendanceType": "Both"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Unique ID specific to this API

Responses

🟢200OK
application/json
OK
Body
id
string 
read-onlyoptional
Unique ID specific to this API
modifiedDate
string <date-time>
read-onlyoptional
Last time this item was updated, only displayed when supplying the modifiedAfter parameter in a query
street1
string 
optional
Street Address Line 1
<= 100 characters
street2
string 
optional
Street Address Line 2
<= 100 characters
city
string 
optional
City where the address is located
<= 50 characters
state
string 
optional
State name (full name) where the address is located
<= 50 characters
Examples:
COLORADOWYOMING
zipCode
string 
optional
Zip Code for the address
<= 20 characters
attendeeID
string 
required
Unique ID provided to reference the Attendee
>= 1 characters<= 100 characters
customerID
string 
required
Unique ID provided to reference the Customer
>= 1 characters
salutation
string 
optional
Select from existing salutations (Mr, Ms, Mrs, or Dr). Customizable salutations can be preloaded
Examples:
MrMsMrsDr
firstName
string 
required
First Name
>= 1 characters<= 50 characters
initial
string 
optional
Middle initial
<= 5 characters
lastName
string 
optional
Last Name
<= 50 characters
jobTitle
string 
optional
Select from preloaded job titles
phone
string 
optional
Phone number used to contact the attendee
<= 30 characters
fax
string 
optional
Fax number used to send documents
<= 30 characters
userID
string 
required
Used with a password to sign in
>= 1 characters<= 100 characters
canOrder
boolean 
optional
This attendee is authorized to purchase
scanID
string 
required
Unique code used to sign in with a badge (or manually input). Autogenerated if not supplied
>= 1 characters<= 100 characters
notificationEmail
string 
optional
Email where notifications will be sent
<= 100 characters
vendorPreview
boolean 
optional
Vendors may use this attendee to preview the CloudShow site
testAttendee
boolean 
optional
This is a test attendee. It should not be included in reports
canReceiveSMS
boolean 
optional
This attendee can be sent text messages via SMS
cloudShowSubscriber
boolean 
optional
This attendee can be sent push notifications in the CloudShow site
attendanceType
enum<string> 
Attendance Type
required
Specifies presence of attendee. Both means that the attendee will be attending a physical show and allowed to order online.
Allowed values:
BothOnsite OnlyVirtual Only
Default:
Both
🟠400Bad Request
Modified at 2025-05-07 18:05:44
Previous
Get a list of Attendees
Next
Delete a Attendee
Built with