List bulk-activated propertiesAsk AIget https://{hostname}/papi/v1/bulk/activations/{bulkActivationId}List all activations that result from a bulk activation request. Once the overall bulkActivationStatus is COMPLETE, check each activation's activationStatus to confirm it's ACTIVATED. See Bulk Search and Update for overall guidance on this feature.Path ParamsbulkActivationIdintegerrequiredIdentifies each bulk activation job.Query ParamscontractIdstringOptionally filters bulk searches to properties created under the specified contract. For bulk operations, you can specify contractId and groupId independently from each other.groupIdstringOptionally filters bulk searches to properties created under the specified group. For bulk operations, you can specify contractId and groupId independently from each other.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 shows the bulk activation job, which proceeds until the bulkActivationStatus is COMPLETE. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 406Not acceptable. 429Too many requests. 500Internal server error.Updated about 1 month ago