RHP_API

<back to all web services

GetUserSavedSearch

Returns all saved searches.

Requires Authentication
The following routes are available for this service:
GET/User/Search/Saved

To override the Content-type in your clients, use the 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.

GET /User/Search/Saved HTTP/1.1 
Host: tstsrvs.redhotpie.com.au 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfUserSavedSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
  <UserSavedSearch>
    <Config>
      <Page xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Page>
      <Size xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Size>
      <BodyType xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </BodyType>
      <CountryID>0</CountryID>
      <CupSize xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </CupSize>
      <EndowmentLength xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </EndowmentLength>
      <FetishInterest xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>0</d4p1:int>
      </FetishInterest>
      <GoogleMapPlace>
        <LocationName>String</LocationName>
        <PlacesId>String</PlacesId>
        <Types xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>String</d5p1:string>
        </Types>
      </GoogleMapPlace>
      <HasValidations>false</HasValidations>
      <Height xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </Height>
      <Intention xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>0</d4p1:int>
      </Intention>
      <IsVerified>false</IsVerified>
      <MaritalStatus xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </MaritalStatus>
      <MaxAge>0</MaxAge>
      <MemberType>0</MemberType>
      <MinAge>0</MinAge>
      <Niche>None</Niche>
      <OnlineNow>false</OnlineNow>
      <OrderByType>MemberLevel</OrderByType>
      <Participation xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </Participation>
      <PostCodeAllID>0</PostCodeAllID>
      <PubicHair xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </PubicHair>
      <Race xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </Race>
      <SafeSex xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </SafeSex>
      <SearchGeoPoint xmlns:d4p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
        <d4p1:Latitude>0</d4p1:Latitude>
        <d4p1:Longitude>0</d4p1:Longitude>
      </SearchGeoPoint>
      <SearchGuid>String</SearchGuid>
      <SearchRadius>0</SearchRadius>
      <SeekingType>0</SeekingType>
      <SexualIntererest xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>0</d4p1:int>
      </SexualIntererest>
      <SexualOrientation xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </SexualOrientation>
      <SexualPreference xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>0</d4p1:int>
      </SexualPreference>
      <Smoking xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:short>0</d4p1:short>
      </Smoking>
      <StateID>0</StateID>
      <Type>QuickSearch</Type>
      <UserName>String</UserName>
      <WithPhotos>false</WithPhotos>
    </Config>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <SavedSearchID>0</SavedSearchID>
    <Title>String</Title>
  </UserSavedSearch>
</ArrayOfUserSavedSearch>