Retrieve a List of Real Estates
This method provides all real estate objects of a user as a list.
GET /offer/v1.0/user/{username}/realestate
Supported media types:
Example
The result can be filtered by publish channel ("IS24" or "Homepage" (published on the customer homepage): f.e: GET, hands out all real estate objects of the user with username "999999", which are published on www.immobilienscout24.de.
https://rest.immobilienscout24.de/restapi/api/offer/v1.0/user/999999/realestate?publishchannel=IS24
Request
Path Parameters
PARAMETER | DESCRIPTION |
---|---|
Username | the username which the user uses for logging in to www.immobilienscout24 |
Username | "me" can be used instead of the username, when the user is logged in by 3-legged oauth |
Query Parameters
PARAMETER | VALUE | DESCRIPTION |
---|---|---|
publishchannel | IS24 | published on www.immobilienscout24.de |
Homepage | not published on www.immobilienscout24.de if "IS24" is not set. It is created in order to present some objects on your own homepage, only. These objects can be accessed by search rest api with the parameter "channel=hp" | |
notinpublishchannel | IS24 | not published on www.immobilienscout24.de |
Homepage | not published on homepage | |
pagesize | 1-100 | default = 20 Entries |
pagenumber | 1-100 | starts with 1, default = 1 |
?features= | withAttachments | the response is enhanced by attachment urls (several prescaled formats) for the title picture for each list entry |
archivedobjectsincluded | true/false |
Response
XML:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
|
JSON:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
|