HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/FindStream HTTP/1.1
Host: api.tigris.mymitchell.com
Content-Type: text/jsv
Content-Length: length
{
Id: 00000000000000000000000000000000,
Return: String,
PostUpdatedAfterTime: 0001-01-01,
AuthorType: String,
TagName: String,
Offset: 0,
Limit: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Count: 0,
StreamPosts:
[
{
Id: 00000000000000000000000000000000,
PostSource: Standard,
SubscriptionId: 00000000000000000000000000000000,
AuthorType: String,
Content: String,
MessageType: 0,
ExpirationDate: 0001-01-01,
CreatedTime: 0001-01-01,
UpdatedTime: 0001-01-01,
ContentCreatedTime: 0001-01-01,
ContentUpdatedTime: 0001-01-01
}
]
}