---
title: QueryResponse.Result
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/queryresponse/result-data.dictionary
---

# QueryResponse.Result

The untyped placeholder item shape for the base QueryResponse envelope’s result array.

## Declaration

```data
object QueryResponse.Result
```

## Discussion

Discussion The QueryResponse object is a generic envelope meant to be extended, so its result array has no properties defined here. Concrete query responses, such as CampaignQueryResponse or KeywordQueryResponse, declare their own result array typed to the resource they return. No endpoint returns this untyped shape directly.
