Retrieve web content
The resource webcontent was created in order to offer links to webpages within the expose. http://www.immobilienscout24.de.
GET /search/v1.0/expose/{expose_id}/webcontent
Webcontent/GET
Retrieves the webcontent of the pages "notify fraud objects" and "expose print".
https://rest.immobilienscout24.de/restapi/api/search/v1.0/expose/{expose_id}/webcontent
Request
Path Parameters
- expose_id - The Id of an expose to get the webcontent for.
Response
XML:
| <expose:webContent xmlns:expose="http://rest.immobilienscout24.de/schema/search/expose/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0">
<reportAFraudURL> http://www.immobilienscout24.de/search/expose/feedback.go?id=65319308 </reportAFraudURL>
<exposePrintUrl> http://www.immobilienscout24.de/search/expose/printView.go?exposeId=65319308 </exposePrintUrl>
</expose:webContent>
|
JSON:
| {
"expose.webContent": {
"reportAFraudURL":"http://www.immobilienscout24.de/search/expose/feedback.go?id=65319308",
"exposePrintUrl":"http://www.immobilienscout24.de/search/expose/printView.go?exposeId=65319308"
}
}
|