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

# BusinessCategoryQueryResponse

The Query Business Categories endpoint returns this response object.

## Declaration

```data
object BusinessCategoryQueryResponse
```

## Properties

result: Array of matching business categories. See BusinessCategory. Read-only. pagination: Pagination metadata. See QueryPaginationResult. Read-only. error: Error details if the request failed. Absent on success. See Error. Read-only.

## Discussion

Discussion The Query Business Categories returns BusinessCategoryQueryResponse as the top-level envelope. It extends the standard QueryResponse envelope: on success, result contains an array of BusinessCategory objects matching the query criteria. The standard pagination field handles pagination. Example {   "result": [     {       "id": "cat-din-001",       "name": "Restaurant",       "qualifiedId": "dining.restaurant",       "description": "Establishments that serve prepared food and beverages for on-site consumption.",       "eligibility": {         "status": "ELIGIBLE",         "blockedGroups": [],         "allowedGroups": []       }     }   ],   "pagination": {     "totalCount": 1,     "offset": 0,     "pageSize": 20   } }

## 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)
- [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)
- [Eligibility](apple-ads-platform-api/eligibility.md)
