/memberevents/{id}
Returns a single instance of a member event.
Resource URL
/v1/applications/{communityApiKeyName}/memberevents/{id}
Use the appropriate regional endpoint to ensure that you comply with your organization's privacy policy, and applicable laws and regulations. For details about the available regional endpoints, and how to identify your organization's region, see API Access.
Available methods
Method | Description |
---|---|
GET | Returns a single instance of a member event |
Parameters
Use the following parameters to control how data is returned:
Operation | Description | Example |
---|---|---|
Filtering by field | You can filter the response on the items that match your criteria. |
memberevents/{id}?fields=activityId,eventType
|
Available fields
Field | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activityId
|
The GUID for the activity to which this event applies. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
communicationId
|
The GUID for the communication (if
pertinent) for the given event.
This value can be null. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
communityId
|
This field has been deprecated. Do not use this field. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createDate
|
The timestamp of when the record was inserted into the Community database. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
eventDate
|
The timestamp of the actual participation event. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
eventType
|
The type of member event.
Note: Some member event types in Sparq 1 are converted to the
Community equivalent when the data is mapped through the bridge. For a complete
list of the Sparq 1 events and the corresponding event in Community, see the
table in
mappedMemberEvents .
For more information about Sparq 1 data, see FAQs. The following table describes the available event types and the types of activities they are associated with:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id
|
The GUID for the given member event. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mappedMemberEvent
|
The name of the Sparq 1 event type after it
is mapped into Community.
Note: If your response contains Sparq 1 data, you may see two
different event types:
The following table shows the Sparq 1 event type and the
corresponding event type in Community:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memberDataSetType
|
Returns either
live or
test event values. The default value is
live .
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memberId
|
The GUID for the member to which this event applies (required). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
participantType
|
The string value for the member's status at
the time the event occurred.
Possible values are:
|
GET response format |
---|
|