events retrieve
GET {{baseUrl}}/events/:id
Returns an Event
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"emails":["67ada8b4-8bdd-31e8-837b-b4002d1948d1","urn:uuid:23e51109-96ec-26ea-49e5-9338aa425895"],"messages":["83b3c19c-2ef4-04eb-6ab8-ce0ef5733c46","urn:uuid:d5c9e6cd-3e83-b381-90b1-08e1a34e8955"],"name":"New Customer Webinar","description":"Webinar for new customers to learn more about the product.","remote_created_at":"2022-12-23T00:00:00Z","start_time":"2022-01-03T00:00:00Z","end_time":"2022-01-03T01:00:00Z","id":"urn:uuid:03ac2557-8ce8-5afc-8ed0-dc9b44dc1c74","remote_id":"10"}