---
title: PolicyAssignmentQueryResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/policyassignmentqueryresponse
---

# PolicyAssignmentQueryResponse

The response returned by the Query Rejection Reasons endpoint.

## Declaration

```data
object PolicyAssignmentQueryResponse
```

## Properties

result: The list of policy assignment records with rejection reason details. See BrandRejectionReasonResponse. Read-only. pagination: Pagination metadata including totalCount, offset, and pageSize. See QueryPaginationResult. Read-only. error: Error information if the request encountered an error. See Error. Read-only.

## Discussion

Discussion The PolicyAssignmentQueryResponse object extends the standard QueryResponse envelope. The result array contains BrandRejectionReasonResponse objects, each describing a policy assignment with rejection reason details for a brand entity. Example {   "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   } }

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandResponse](apple-ads-platform-api/brandresponse.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BrandRejectionReasonResponse](apple-ads-platform-api/brandrejectionreasonresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationResponse](apple-ads-platform-api/locationresponse.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
