List property's includesCopy Pageget https://{hostname}/papi/v1/properties/{propertyId}/versions/{propertyVersion}/includesLimited availability Lists the set of includes referenced in the property version's rule tree.Path ParamspropertyVersionintegerrequiredProperty's incremental version number.propertyIdstringrequiredUnique identifier for the property. See ID prefixes for details on omitting the value's prp_ prefix.Query Paramsoffsetinteger≥ 0For paginated responses, specifies the page of results you want to navigate to, starting from 0.limitinteger≥ 1For paginated responses, specifies the number of hostnames objects to include on each page.contractIdstringUnique identifier for the contract. The parameter is optional if a property belongs to only one contract. Otherwise you need to specify it along with the groupId. In other operations that don't specify a propertyId URL parameter, this parameter is always required. See ID prefixes for details on omitting the value's ctr_ prefix.groupIdstringUnique identifier for the group. The parameter is optional if a property belongs to only one group. Otherwise you need to specify it along with the contractId. In other operations that don't specify a propertyId URL parameter, this parameter is always required. See ID prefixes for details on omitting the value's grp_ prefix.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersPAPI-Use-PrefixesstringenumrequiredEnum Sets whether to represent ID prefixes in response data. Set to false when exchanging PAPI data with other APIs.truefalseAllowed:truefalseacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response lists includes that are referenced in the requested property version's rule tree. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 406Not acceptable. 429Too many requests. 500Internal server error.Updated 4 months ago