<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/PolicyAssignmentQueryResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:PolicyAssignmentQueryResponse"
  },
  "title" : "PolicyAssignmentQueryResponse"
}
-->

# PolicyAssignmentQueryResponse

The response returned by the Query Rejection Reasons endpoint.

```
object PolicyAssignmentQueryResponse
```

## Discussion

The `PolicyAssignmentQueryResponse` object extends the standard [`QueryResponse`](/documentation/Apple-Ads-Platform-API/QueryResponse) envelope. The `result` array contains [`BrandRejectionReasonResponse`](/documentation/Apple-Ads-Platform-API/BrandRejectionReasonResponse) objects, each describing a policy assignment with rejection reason details for a brand entity.

### Example

```json
{
  "result": [
    {
      "id": 555666777,
      "promotedObjectId": "123456789",
      "promotedObjectType": "BUSINESS_BRAND",
      "entityId": "987654321",
      "entityType": "BUSINESS_BRAND",
      "componentType": "ENTITY_ASSET",
      "component": "3135832a-0645-5b84-a030-36394cbdbcf6",
      "code": "PERSONAL_INFORMATION",
      "title": "Personal Information",
      "body": "Content containing personally identifiable information is not allowed."
    }
  ],
  "pagination": {
    "offset": 0,
    "pageSize": 20,
    "totalCount": 1
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)