GET api/emailanalytics/UndismissEmailCounts/{memberId}?startDate={startDate}&endDate={endDate}

Undismisses the email analytics for the specified member and dates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id.

integer

Required

startDate

The start date to undismiss.

date

Required

endDate

The end date to undismiss.

date

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.