---
title: "Retrieves a BlogPosting resource."
method: GET
path: "/blog_postings/{id}"
tags: ["BlogPosting"]
---

# Retrieves a BlogPosting resource.

`GET /blog_postings/{id}`

Retrieves a BlogPosting resource.

## Path parameters

- `id` string, required

## Response `200`

BlogPosting resource

- BlogPosting — A blog post.
  - `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

## Other responses

- `404` — Resource not found

---

[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)
