BNN Api

<back to all web services

GetOpenMessageThreads

Get Open Message Threads

The following routes are available for this service:
GET,POST/GetOpenMessageThreadsGet Open Message Threads

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/GetOpenMessageThreads HTTP/1.1 
Host: api.dev.bnn.us 
Content-Type: text/jsv
Content-Length: length

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

{
	Data: 
	[
		{
			Id: 0,
			FirstName: String,
			LastName: String,
			Nickname: String,
			Reporter: String,
			City: String,
			State: String,
			County: String,
			MemberEmail: String,
			HomeNumber: String,
			WorkNumber: String,
			MobileNumber: String,
			Distance: 0,
			Online: False,
			Transport: String,
			IM: String,
			Rating: 0,
			IncludeInOul: 0,
			IncludeInMessaging: 0,
			AllowChat: 0,
			Role: 0,
			RoleName: String,
			Yesterday: 
			{
				Date: String,
				Primary: 0,
				Assist: 0,
				Update: 0,
				Tip: 0,
				Points: 0
			},
			Last30: 
			{
				Date: String,
				Primary: 0,
				Assist: 0,
				Update: 0,
				Tip: 0,
				Points: 0
			},
			Last60: 
			{
				Date: String,
				Primary: 0,
				Assist: 0,
				Update: 0,
				Tip: 0,
				Points: 0
			},
			Last90: 
			{
				Date: String,
				Primary: 0,
				Assist: 0,
				Update: 0,
				Tip: 0,
				Points: 0
			},
			Last365: 
			{
				Date: String,
				Primary: 0,
				Assist: 0,
				Update: 0,
				Tip: 0,
				Points: 0
			},
			PaidThrough: 0001-01-01
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}