/
Get all listings

Get all listings

get https://ws.icnea.net/analytics/listings/

Use this endpoint to retrieve all listings for a given property manager.


QUERY PARAMS

usr string required

API_key for your company, provided by Icnea.

client_id integer required

Property Manager ID

exclude_active boolean

Set to true to return only unlisted listings. Default is false.


RESPONSES

200

{ "analytics_listings_response": { "listings": [ { "listing_id": 12341001, "active": "true" }, { "listing_id": 12341002, "active": "false" } ] } }

Field

Type

Description

Field

Type

Description

listing_id

integer

Unique ID of the property. 5-digits (in testing accounts) or 8-digits (in real accounts).

active

boolean

True or false.

 

400

{ "analytics_listings_response": { "error_code": "", "error_message": "" } }

Field

Type

Description

Field

Type

Description

error_code

string

Icnea internal error_id to help with debugging.

error_message

string

Human readable description of error.

Related content

Get all property managers
Get all property managers
More like this
Retrieve a listing
Retrieve a listing
More like this
Retrieve listing's channels
Retrieve listing's channels
More like this
Welcome to the Icnea Analytics API Docs
Welcome to the Icnea Analytics API Docs
More like this
Get all reservations
Get all reservations
More like this
Retrieve listing's rates
Retrieve listing's rates
More like this