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

# Response.Result

Placeholder for the response payload, whose actual shape depends on each endpoint’s concrete result type.

## Declaration

```data
object Response.Result
```

## Discussion

Discussion The Response.Result object represents the generic result field on the base Response type. Each endpoint returns a more specific type in its place, such as Campaign or UserAccessResult. See the endpoint’s own documentation for the concrete shape it returns.
