The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	result: 
	[
		{
			ListName: String,
			ListId: 0,
			Campaigns: 0,
			UsedContacts: 0,
			TotalContacts: 0,
			Utilization: 0,
			Active: False,
			RecentCampaign: 0001-01-01,
			ListState: String,
			AverageLatitude: 0,
			AverageLongitude: 0,
			AssignmentType: String,
			NearByAgents: 0,
			EmailSent: 0,
			ASAPAppointment: 0,
			EmailViewed: 0,
			WebsiteVisitied: 0,
			AppointmentCancelled: 0,
			EmailSendFailure: 0,
			DoNotContact: 0,
			Unsubscribe550: 0
		}
	]
}