GET api/favoriteshop/get?SessionId={SessionId}&UserKey={UserKey}&SlugPath={SlugPath}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _param | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"slug_path": "sample string 1",
"added": "2025-12-18T17:50:16.0396721+01:00"
},
{
"slug_path": "sample string 1",
"added": "2025-12-18T17:50:16.0396721+01:00"
},
{
"slug_path": "sample string 1",
"added": "2025-12-18T17:50:16.0396721+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfFavoriteShop xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FavoriteShop>
<SlugPath>sample string 1</SlugPath>
<Added>2025-12-18T17:50:16.0396721+01:00</Added>
</FavoriteShop>
<FavoriteShop>
<SlugPath>sample string 1</SlugPath>
<Added>2025-12-18T17:50:16.0396721+01:00</Added>
</FavoriteShop>
<FavoriteShop>
<SlugPath>sample string 1</SlugPath>
<Added>2025-12-18T17:50:16.0396721+01:00</Added>
</FavoriteShop>
</ArrayOfFavoriteShop>