@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
80 lines • 1.85 kB
JSON
{
"page_count": 10,
"page_number": 1,
"page_size": 30,
"total_records": 10,
"registrants": [
{
"id": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"address": "string",
"city": "string",
"country": "string",
"zip": "string",
"state": "string",
"phone": "string",
"industry": "string",
"org": "string",
"job_title": "string",
"purchasing_time_frame": "More than 6 months",
"role_in_purchase_process": "Decision Maker",
"no_of_employees": "5,001-10,000",
"comments": "string",
"custom_questions": [
{
"title": "string",
"value": "string"
}
],
"status": "string",
"create_time": "string",
"join_url": "string"
},
{
"id": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"address": "string",
"city": "string",
"country": "string",
"zip": "string",
"state": "string",
"phone": "string",
"industry": "string",
"org": "string",
"job_title": "string",
"purchasing_time_frame": "Within a month",
"role_in_purchase_process": "Influencer",
"no_of_employees": "5,001-10,000",
"comments": "string",
"custom_questions": [
{
"title": "string",
"value": "string"
},
{
"title": "string",
"value": "string"
},
{
"title": "string",
"value": "string"
},
{
"title": "string",
"value": "string"
},
{
"title": "string",
"value": "string"
}
],
"status": "string",
"create_time": "string",
"join_url": "string"
}
]
}