Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getSendingFinishedDate

Queries the date at which the sending of a mailing finished in Optimizely Campaign.

If the sending is not finished yet, an exception is thrown.

Type: Date

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Time at which the mailing was started

Code structure

Date getSendingFinishedDate(String sessionId, long mailingId)