Retrieve all contacts
This method hands out all contact addresses of an ImmobilienScout24 user as a list, these contacts can be accessed by the url you've got in the response.
GET /offer/v1.0/user/{username}/contact
Supported media types:
Request
Path Parameters
PARAMETER | DESCRIPTION |
---|---|
Username | the username which the user uses for logging in to www.immobilienscout24 |
me | "me" can be used instead of the username, when the user is logged in by 3-legged OAuth |
Example:
https://rest.immobilienscout24.de/restapi/api/offer/v1.0/user/999999/contact
hands out a list of all contact addresses of an ImmobilienScout24 user with the username"999999".
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 |
|
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 |
|