---
title: "Retrieves the collection of BlogPosting resources."
method: GET
path: "/blog_postings"
tags: ["BlogPosting"]
---

# Retrieves the collection of BlogPosting resources.

`GET /blog_postings`

Retrieves the collection of BlogPosting resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

BlogPosting collection

- BlogPosting[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for a blog post
  - `created` string — The date and time the blog post was created
  - `author` string, nullable — The author of the blog post
  - `authorId` string, nullable — The unique identifier for the author of the blog post
  - `authorEmail` string, nullable — The email address associated with the author
  - `campaignName` string, nullable — The name of the campaign the blog post is associated with
  - `commentCount` integer, nullable — The number of comments made on the blog post
  - `title` string, nullable — The title of the blog post
  - `url` string, nullable — The web address to the blog post
  - `updated` string, nullable — The date and time the blog post was last modified

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
