v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Blog

Retrieves the collection of Blog resources.

Retrieves the collection of Blog resources.

get/blogs

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Blog collection

idstring
integrationstring

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

srcIdstring

Unique identifier for the blog

urlstring nullable

The web address to the blog

categoryIdstring nullable

The ID of the category the blog is under

createdstring

The date and time the blog was created

descriptionstring nullable

A description of the blog

namestring

The name of the blog

updatedstring nullable

The date and time the blog was last modified

Example response

[
  {
    "integration": "quickbooks"
  }
]