Get Publish channel
The resource PublishChannel hands out the channels on which a user can publish a Realestate. All users with an active contract with ImmobilienScout24 are allowed to publish in these two channels: "10000" for www.immobilienscout24.de and "10001" for the customer's homepage. If a realtor wants to publish an object on his website, only, then set 10001, only. This resource is necessary if a user wants to publish objects in one or more groups (Börsen).
GET /offer/v1.0/user/{username}/publishchannel
Supported media types:
Request
Path Parameters
PARAMETER | DESCRIPTION |
---|---|
Usernametate | The authentificatet username must be identical to the username which you've entered in the url |
me | can be used instead of the username |
Example
GET: https://rest.immobilienscout24.de/restapi/api/offer/v1.0/user/999999/publishchannel
hands out the publish channels, for which the user with "99999" is entitled to publish objects in.
Response
XML:
1 2 3 4 5 |
|
JSON:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|