curl --request GET \
--url https://apiv1.delightloop.ai/api/campaigns/events/{id} \
--header 'x-api-key: <x-api-key>'{
"event": {
"id": "<string>",
"name": "<string>",
"type": "conference",
"status": "draft",
"visibility": "public",
"organizationId": "<string>",
"creatorUserId": "<string>",
"eventDates": {
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
},
"location": {
"type": "physical",
"address": "<string>",
"onlineUrl": "<string>",
"venueName": "<string>"
},
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"host": "<string>",
"topics": [
"<string>"
],
"targetAudience": [
"<string>"
],
"targetAccounts": [
"<string>"
],
"speakers": [
{
"fullName": "<string>",
"role": "<string>",
"company": "<string>",
"photoUrl": "<string>",
"bio": "<string>"
}
],
"linkedCampaigns": [
"<string>"
],
"agenda": "<string>",
"focus": "<string>",
"eventUrl": "<string>",
"banner": "<string>",
"hashtag": "<string>",
"expectedAttendees": 123,
"tags": [
"<string>"
],
"version": 123
}
}Retrieve full details of a specific event by its ID
curl --request GET \
--url https://apiv1.delightloop.ai/api/campaigns/events/{id} \
--header 'x-api-key: <x-api-key>'{
"event": {
"id": "<string>",
"name": "<string>",
"type": "conference",
"status": "draft",
"visibility": "public",
"organizationId": "<string>",
"creatorUserId": "<string>",
"eventDates": {
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
},
"location": {
"type": "physical",
"address": "<string>",
"onlineUrl": "<string>",
"venueName": "<string>"
},
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"host": "<string>",
"topics": [
"<string>"
],
"targetAudience": [
"<string>"
],
"targetAccounts": [
"<string>"
],
"speakers": [
{
"fullName": "<string>",
"role": "<string>",
"company": "<string>",
"photoUrl": "<string>",
"bio": "<string>"
}
],
"linkedCampaigns": [
"<string>"
],
"agenda": "<string>",
"focus": "<string>",
"eventUrl": "<string>",
"banner": "<string>",
"hashtag": "<string>",
"expectedAttendees": 123,
"tags": [
"<string>"
],
"version": 123
}
}