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

# LocationGroupQueryResponse

The response object returned by the Query Location Groups endpoint.

## Declaration

```data
object LocationGroupQueryResponse
```

## Properties

result: Array of LocationGroup objects matching the query. Empty array if none match. Read-only. pagination: Pagination metadata for the result set. See QueryPaginationResult. Read-only. error: Error details if the request failed. Absent on success. See Error. Read-only.

## Discussion

Discussion The LocationGroupQueryResponse object is the top-level envelope returned by Query Location Groups. The result array contains all LocationGroup objects that match the supplied filters, subject to pagination. Use pagination.totalCount and pagination.offset to page through large result sets. Example {   "result": [     {       "id": "5764607523034238976",       "name": "AwayFinder West Coast Stores",       "brandId": "9151314442816847872",       "groupType": "DYNAMIC",       "systemStatus": "VALID",       "groupTotal": 42,       "isAllLocationsGroup": false,       "eligibility": {         "status": "ELIGIBLE"       },       "creationTime": "2025-02-01T09:00:00.000",       "modificationTime": "2025-03-25T16:00:00.000"     }   ],   "pagination": {     "totalCount": 1,     "offset": 0,     "pageSize": 100   } }

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