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 .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.

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

[
	{
		SavedSearchID: 0,
		Title: String,
		Config: 
		{
			SearchGuid: String,
			Type: QuickSearch,
			OrderByType: MemberLevel,
			Niche: None,
			UserName: String,
			MemberType: 0,
			SeekingType: 0,
			MinAge: 0,
			MaxAge: 0,
			CountryID: 0,
			StateID: 0,
			PostCodeAllID: 0,
			GoogleMapPlace: 
			{
				PlacesId: String,
				Types: 
				[
					String
				],
				LocationName: String
			},
			SearchGeoPoint: 
			{
				Latitude: 0,
				Longitude: 0
			},
			SearchRadius: 0,
			OnlineNow: False,
			WithPhotos: False,
			IsVerified: False,
			Race: 
			[
				0
			],
			BodyType: 
			[
				0
			],
			SexualOrientation: 
			[
				0
			],
			Participation: 
			[
				0
			],
			SafeSex: 
			[
				0
			],
			MaritalStatus: 
			[
				0
			],
			EndowmentLength: 
			[
				0
			],
			Height: 
			[
				0
			],
			SexualIntererest: 
			[
				0
			],
			SexualPreference: 
			[
				0
			],
			FetishInterest: 
			[
				0
			],
			Intention: 
			[
				0
			],
			PubicHair: 
			[
				0
			],
			CupSize: 
			[
				0
			],
			Smoking: 
			[
				0
			],
			HasValidations: False,
			Size: 0,
			Page: 0
		},
		DateCreated: 0001-01-01
	}
]