ghl_blog_site_list
Retrieve blogs for a given location ID with pagination (skip, limit) and optional search term filtering.
Instructions
Get Blogs by Location ID The "Get Blogs by Location ID" API allows you get blogs using Location ID.Please use blogs/list.readonly Endpoint: GET /blogs/site/all (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/list.readonly Pagination params: skip, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | Yes | ||
| limit | Yes | ||
| locationId | Yes | ||
| searchTerm | No | search for any post by name |