Tigris Social Api

<back to all web services

FindVenue

The following routes are available for this service:
GET/Venues/{Id}Find a Venue by its Id.
Parameters:
NameParameterData TypeRequiredDescription
IdpathstringYesThe Id field is a GUID uniquely identifying the venue.

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/FindVenue HTTP/1.1 
Host: api.tigris.mymitchell.com 
Content-Type: application/xml
Content-Length: length

<FindVenue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Venues">
  <Id>00000000-0000-0000-0000-000000000000</Id>
</FindVenue>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<VenueDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Operations">
  <Id>00000000-0000-0000-0000-000000000000</Id>
  <LastReadDate>0001-01-01T00:00:00</LastReadDate>
  <Members xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Types">
    <d2p1:VenueMemberDto>
      <d2p1:MemberFirstName>String</d2p1:MemberFirstName>
      <d2p1:MemberLastName>String</d2p1:MemberLastName>
      <d2p1:OwnerId>00000000-0000-0000-0000-000000000000</d2p1:OwnerId>
      <d2p1:RoleId>00000000-0000-0000-0000-000000000000</d2p1:RoleId>
      <d2p1:UserId>00000000-0000-0000-0000-000000000000</d2p1:UserId>
      <d2p1:VenueId>00000000-0000-0000-0000-000000000000</d2p1:VenueId>
      <d2p1:VenueName>String</d2p1:VenueName>
    </d2p1:VenueMemberDto>
  </Members>
  <OwnerId>00000000-0000-0000-0000-000000000000</OwnerId>
  <RestrictToMembers>false</RestrictToMembers>
</VenueDto>