The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetLatestFeeds HTTP/1.1
Host: api.dev.bnn.us
Content-Type: text/jsv
Content-Length: length
{
From: 0001-01-01,
FacebookFrom: 0001-01-01,
TwitterFrom: 0001-01-01
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Data:
[
{
Id: String,
Provider: String,
CreatedTime: 0001-01-01,
Message: String,
Story: String,
Link: String,
FeedId: String,
PageId: String,
PageName: String
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}