HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/UnreadPosts HTTP/1.1
Host: api.tigris.mymitchell.com
Content-Type: application/xml
Content-Length: length
<UnreadPosts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Users">
<ExternalUsername>String</ExternalUsername>
<Limit>0</Limit>
<Offset>0</Offset>
<ParticipantId>00000000-0000-0000-0000-000000000000</ParticipantId>
<Return>String</Return>
</UnreadPosts>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<StreamRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Types">
<Count>0</Count>
<StreamPosts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Operations">
<d2p1:StreamPost>
<d2p1:AuthorType>String</d2p1:AuthorType>
<d2p1:Content>String</d2p1:Content>
<d2p1:ContentCreatedTime>0001-01-01T00:00:00</d2p1:ContentCreatedTime>
<d2p1:ContentUpdatedTime>0001-01-01T00:00:00</d2p1:ContentUpdatedTime>
<d2p1:CreatedTime>0001-01-01T00:00:00</d2p1:CreatedTime>
<d2p1:ExpirationDate>0001-01-01T00:00:00</d2p1:ExpirationDate>
<d2p1:Id>00000000-0000-0000-0000-000000000000</d2p1:Id>
<d2p1:MessageType>0</d2p1:MessageType>
<d2p1:PostSource>Standard</d2p1:PostSource>
<d2p1:SubscriptionId>00000000-0000-0000-0000-000000000000</d2p1:SubscriptionId>
<d2p1:UpdatedTime>0001-01-01T00:00:00</d2p1:UpdatedTime>
</d2p1:StreamPost>
</StreamPosts>
</StreamRequestDto>