ghl_brand_board_get_by_location
Retrieves all brand boards for a specific location with pagination, search, and optional deleted records.
Instructions
Get Brand Boards Retrieves all Brand Boards for a specific location Endpoint: GET /brand-boards/{locationId} (Version header: v3; source: v3/brand-boards-v3.json) OAuth scopes: brand-boards/design-kit.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of brand boards to return | |
| offset | No | Number of brand boards to skip for pagination | |
| search | No | Search term to filter brand boards by name | |
| deleted | No | Include deleted brand boards in results | |
| locationId | Yes | Location ID where the brand boards exist |