Evenium integration (Productivity, Communication). Imported from open-connector.
https://evenium.com/api/1/events
| Param | Type | Required | Description |
|---|---|---|---|
| maxResults | integer | optional | The maximum number of events to return. |
| firstResult | integer | optional | The zero-based offset of the first event to return. |
| startsAfter | string | optional | Only return events that start after this ISO 8601 timestamp. |
| startsBefore | string | optional | Only return events that start before this ISO 8601 timestamp. |
| endsAfter | string | optional | Only return events that end after this ISO 8601 timestamp. |
| endsBefore | string | optional | Only return events that end before this ISO 8601 timestamp. |
| createdAfter | string | optional | Only return events created after this ISO 8601 timestamp. |
| createdBefore | string | optional | Only return events created before this ISO 8601 timestamp. |
| title | string | optional | Only return events whose title contains this value. |
| status | string | optional | Only return events with this Evenium status value. |
/api/1/events/{eventId}
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Evenium event identifier or external event ID. |
/api/1/events/{eventId}/guests
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Evenium event identifier or external event ID. |
| maxResults | integer | optional | The maximum number of guests to return. |
| firstResult | integer | optional | The zero-based offset of the first guest to return. |
| fields | array | optional | Optional guest sub-resources to expand on guest responses. |
| status | string | optional | Only return guests with this Evenium RSVP status. |
| since | string | optional | Only return guests updated after this ISO 8601 timestamp. |
| until | string | optional | Only return guests updated before this ISO 8601 timestamp. |
| lastName | string | optional | Only return guests whose last name matches this value. |
| firstName | string | optional | Only return guests whose first name matches this value. |
| string | optional | Only return guests whose email exactly matches this value. | |
| company | string | optional | Only return guests whose company matches this value. |
/api/1/events/{eventId}/guests/guestCode/{guestCode}
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Evenium event identifier or external event ID. |
| contactId | string | optional | The Evenium contact identifier or external contact ID. |
| guestCode | string | required | The Evenium guest code. |
| fields | array | optional | Optional guest sub-resources to expand on guest responses. |
/api/1/events/{eventId}/guests/{contactId}/status
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Evenium event identifier or external event ID. |
| contactId | string | required | The Evenium contact identifier or external contact ID. |
/api/1/events/{eventId}/guests/{contactId}/postStatus
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Evenium event identifier or external event ID. |
| contactId | string | required | The Evenium contact identifier or external contact ID. |