Get a list of Booths
GET
/Booth
Booths
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Booth?sort&modifiedAfter&page=1&resultsPerPage=20&showLinkedVendors'
Response Response Example
200 - Booths
[
{
"id": "4hj84s",
"boothID": "BOOTH3219",
"boothName": "Tools",
"showVendorSelection": true,
"paid": true,
"targetDeviceCount": 10,
"boothConfig": "Alternate",
"aboutSummary": "sit nulla",
"aboutDetail": "aute",
"boothClass": "E",
"boothType": "Both",
"contactLink": "https://cluttered-disadvantage.net/",
"contactLinkDescription": "numb-co-producer",
"hideFromIndirectUsers": true,
"displayOrder": 5,
"testBooth": false,
"extraNote": "laboris sit cupidatat voluptate in"
},
{
"id": "j37k68",
"boothID": "BOOTH2668",
"boothName": "Movies",
"showVendorSelection": true,
"paid": false,
"targetDeviceCount": 13,
"boothConfig": "Default",
"aboutSummary": "anim incididunt magna sit",
"aboutDetail": "sint",
"boothClass": "E",
"boothType": "Both",
"contactLink": "https://misguided-wheel.name/",
"contactLinkDescription": "warlike-yin",
"hideFromIndirectUsers": true,
"displayOrder": 7,
"testBooth": true,
"extraNote": "est in mollit"
}
]
Request
Query Params
sort
string  | nullÂ
optional
Default:
modifiedAfter
string <date-time> | nullÂ
optional
page
integer <int32> | nullÂ
optional
Default:
1
Example:
1
resultsPerPage
integer <int32> | nullÂ
optional
Default:
20
Example:
20
showLinkedVendors
booleanÂ
optional
Responses
Modified at 2025-05-15 20:36:28