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

# PolicyAssignmentQueryRequest

The request body for querying policy assignment with rejection reason details.

## Declaration

```data
object PolicyAssignmentQueryRequest
```

## Properties

filters: Filter conditions for the query. Supported filterable fields are promotedObjectId (operators IN, EQUALS; filters by brand or promoted object ID) and deleted (operator EQUALS; includes soft-deleted records when true, excludes them when false). See QueryFilter. sorting: Sort directives. Each entry specifies a field (for example, id) and order (ASC or DESC). See QuerySort. pagination: Pagination parameters. Default pageSize: 20. Default offset: 0. Set fetchTotalCount to true inside the pagination object to include the total count of matching records in the response. See QueryPagination.

## Discussion

Discussion The PolicyAssignmentQueryRequest object extends the standard QueryRequest pattern. It accepts filters, sorting, and pagination to retrieve paginated BrandRejectionReasonResponse records.

## 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)
