GET
/
{apiVersion}
/
{apiProvince}
/
profiles_of_listing
curl --request GET \
  --url https://api.getbuildify.com/{apiVersion}/{apiProvince}/profiles_of_listing \
  --header 'x-api-key: <api-key>'
"{\n  \"owners\": [],\n  \"builders\": [\n    \"Builders/3tLqusTBLjz2p52xbuU3\"\n  ],\n  \"marketingCompanies\": [\n    \"Marketers/5zG7biPh5vDGxP4GMw58\"\n  ],\n  \"salesCompanies\": [\n    \"SalesCompanies/md5syAFCqmgio8CUTk1Q\"\n  ],\n  \"architects\": [\n    \"Architects/IgC5hMbQ1jqXAAoV4ynY\"\n  ],\n  \"interiorDesigners\": [\n    \"InteriorDesigners/40MlPNcpFer8VFyhQaMl\"\n  ],\n  \"id\": \"Q1UD4Y\"\n}"

Authorizations

x-api-key
string
header
required

Path Parameters

apiVersion
enum<string>
required
Available options:
v1-sandbox,
v1-lite,
v1
apiProvince
enum<string>
default:on
required
Available options:
on,
bc,
ab,
mb,
nb,
nl,
ns,
pe,
qc,
sk

Query Parameters

id
string
required

Listing id for which profiles needs to fetched.

referrences
string

Fields to attach referrences. For example: builders, marketers, etc. It should be comma separated. See more info.

Response

200
application/json
200
owners
string[]
builders
string[]
marketingCompanies
string[]
salesCompanies
string[]
architects
string[]
interiorDesigners
string[]
id
string
Example:

"Q1UD4Y"