v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
BlogPosting

Retrieves a BlogPosting resource.

Retrieves a BlogPosting resource.

get/blog_postings/{id}

Path parameters

idstring required

Resource identifier

Response

BlogPosting resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for a blog post

createdstring

The date and time the blog post was created

authorstring nullable

The author of the blog post

authorIdstring nullable

The unique identifier for the author of the blog post

authorEmailstring nullable

The email address associated with the author

campaignNamestring nullable

The name of the campaign the blog post is associated with

commentCountinteger nullable

The number of comments made on the blog post

titlestring nullable

The title of the blog post

urlstring nullable

The web address to the blog post

updatedstring nullable

The date and time the blog post was last modified

Example response

{
  "integration": "quickbooks"
}