GET | /Profile/ClassifiedSearch |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SearchType | query | ClassifiedSearchType | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Size | form | int | No | |
Page | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Classifides | form | List<ClassifiedSummary> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
MemberID | form | long | No | |
UserName | form | string | No | |
MemberType | form | short | No | |
MemberTypeTitle | form | ProfileMemberType | No | |
Age1 | form | int | No | |
Age2 | form | int | No | |
AgeTitle | form | string | No | |
Username | form | string | No | |
GeneralInterests | form | LookupValue[] | No | |
IntroBody | form | string | No | |
SexualInterests | form | LookupValue[] | No | |
SexualPreferences | form | LookupValue[] | No | |
FetishInterests | form | LookupValue[] | No | |
Guid | form | string | No | |
MainPhoto | form | ProfilePhoto | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Abbr | form | string | No | |
Singular | form | string | No | |
Plural | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsMatch | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Value | form | int | No | |
Text | form | string | No | |
TextAbbr | form | string | No | |
ListID | form | int? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PhotoID | form | int | No | |
Height | form | int | No | |
Width | form | int | No | |
ImageType | form | ProfileImageType | No | |
IsPublic | form | bool | No | |
Classification | form | int | No | |
UserType | form | LoginUserType? | No | |
ShowSafeMode | form | bool | No | |
ImageActionType | form | ImageActionType | No | |
GalleryID | form | int | No | |
IsAccepted | form | bool? | No | |
MemberLikeCount | form | int | No | |
IsLiked | form | bool | No | |
SortNumber | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ThumbUrl | form | string | No | |
FullUrl | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Profile/ClassifiedSearch HTTP/1.1 Host: tstsrvs.redhotpie.com.au Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"Classifides":[{"MemberID":0,"UserName":"String","MemberType":0,"MemberTypeTitle":{"Abbr":"String","Singular":"String","Plural":"String"},"Age1":0,"Age2":0,"AgeTitle":"String","Username":"String","GeneralInterests":[{"IsMatch":false,"Value":0,"Text":"String","TextAbbr":"String","ListID":0}],"IntroBody":"String","SexualInterests":[{"IsMatch":false,"Value":0,"Text":"String","TextAbbr":"String","ListID":0}],"SexualPreferences":[{"IsMatch":false,"Value":0,"Text":"String","TextAbbr":"String","ListID":0}],"FetishInterests":[{"IsMatch":false,"Value":0,"Text":"String","TextAbbr":"String","ListID":0}],"Guid":"String","MainPhoto":{"PhotoID":0,"Height":0,"Width":0,"ImageType":"None","IsPublic":false,"Classification":0,"UserType":"General","ShowSafeMode":false,"ImageActionType":"ShowImage","GalleryID":0,"IsAccepted":false,"MemberLikeCount":0,"IsLiked":false,"SortNumber":0,"ThumbUrl":"String","FullUrl":"String"}}]}