Pera ServiceStack

<back to all web services

AutomationListDetailsRequest

The following routes are available for this service:
GET/v1/AutomationList/{ListId}/Details

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/AutomationListDetailsRequest HTTP/1.1 
Host: api.publicemployeeretirementassistance.com 
Content-Type: text/jsv
Content-Length: length

{
	ListId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: 
	[
		{
			ListId: 0,
			CampaignId: 0,
			CampaignName: String,
			DateCompleted: 0001-01-01,
			DomainId: 0,
			IpAddress: String,
			FromEmail: String,
			ListName: String,
			TemplateName: String,
			EmailCount: 0,
			EmailSent: 0,
			EmailViewed: 0,
			WebsiteVisited: 0,
			EmailSendFailure: 0,
			DoNotContact: 0,
			Unsubscribe550: 0,
			ASAPAppointment: 0,
			AppointmentCancelled: 0
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}