HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/UnreadPosts HTTP/1.1
Host: api.tigris.mymitchell.com
Content-Type: text/csv
Content-Length: length
ParticipantId,ExternalUsername,Offset,Limit,Return
00000000000000000000000000000000,String,0,0,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
Count,StreamPosts
0,"[{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}]"