GET api/FavoriteSearch/GetFavorite?favoriteId={favoriteId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
favoriteId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "UserName": "sample string 3",
  "Query": "sample string 4",
  "SendMail": true,
  "CountryCode": "sample string 6",
  "CreatedDate": "2024-03-29T13:22:14.2241222+01:00",
  "LastSeenDate": "2024-03-29T13:22:14.2241222+01:00",
  "SearchGuid": "05a8140d-cd45-40d0-9baf-02f18bd4e619",
  "Comment": "sample string 8",
  "NewMatches": 9,
  "TotalMatches": 10,
  "AreaName": "sample string 11"
}

application/xml, text/xml

Sample:
<FavoriteView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <AreaName>sample string 11</AreaName>
  <Comment>sample string 8</Comment>
  <CountryCode>sample string 6</CountryCode>
  <CreatedDate>2024-03-29T13:22:14.2241222+01:00</CreatedDate>
  <Id>1</Id>
  <LastSeenDate>2024-03-29T13:22:14.2241222+01:00</LastSeenDate>
  <Name>sample string 2</Name>
  <NewMatches>9</NewMatches>
  <Query>sample string 4</Query>
  <SearchGuid>05a8140d-cd45-40d0-9baf-02f18bd4e619</SearchGuid>
  <SendMail>true</SendMail>
  <TotalMatches>10</TotalMatches>
  <UserName>sample string 3</UserName>
</FavoriteView>