Tigris Social Api

<back to all web services

FindNetworkRecipient

The following routes are available for this service:
GET/Networks/{NetworkId}/Recipients/{RecipientId}Find a Network Recipient by its Id.
Parameters:
NameParameterData TypeRequiredDescription
NetworkIdpathstringYesThe Id field is a GUID uniquely identifying the Network.
RecipientIdpathstringYesThe Id field is a GUID uniquely identifying a Tigris User.

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/FindNetworkRecipient HTTP/1.1 
Host: api.tigris.mymitchell.com 
Content-Type: text/jsv
Content-Length: length

{
	NetworkId: 00000000000000000000000000000000,
	RecipientId: 00000000000000000000000000000000
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	NetworkId: 00000000000000000000000000000000,
	MemberId: 00000000000000000000000000000000,
	NetworkName: String,
	MemberFirstName: String,
	MemberLastName: String
}