get https://{hostname}/papi/v1/properties//hostnames
This operation lists active property hostnames assigned to a specific property. Use the optional query parameters to paginate, sort, and filter the results. You can nest and combine filters to obtain desired results. To view paginated results, use the response's nextLink
and previousLink
. You can call this operation by specifying any of the propertyId
members from a list of properties, or by running a GET on the propertyLink
response when creating a new property.
Recipes
List hostnames for a property
Open Recipe