Skip to content

post

A single post created in Website > Posts.

ACCESS

Directly accessible in:

Post

Returned as child in:

featured_posts model.posts posts

Example

json
{
  "id": 5563,
  "title": "LA Fashion Week",
  "category": "blog",
  "url": "/blog/la-fashion-week",
  "excerpt": null,
  "content": "<p>Post content.</p>",
  "meta_title": null,
  "meta_description": null,
  "is_featured": 0,
  "is_published": 0,
  "featured_image": "https://cdn.syngency.com/[agencyId]/posts/[postId]/featured.jpg?[cacheString]",
  "tags": "Dance,Film",
  "agency_id": 1,
  "office_id": null,
  "office_name": null,
  "user_id": 1,
  "author": "John Davis",
  "published_at": "2025-01-31 12:00:00",
  "created_at": "2025-01-31 12:00:00",
  "updated_at": "2025-01-31 12:00:00",
  "custom_fields": []
}

Properties

id integer
title string
category string
url string
excerpt string
content string

Format: html

Post content.

meta_title string
meta_description string
is_featured boolean
is_published boolean
featured_image string

Format: absolute-url

tags string

Comma-separated list of tags assigned to the post.

agency_id integer
office_id integer
office_name string
user_id integer
author string
published_at datetime
created_at datetime
updated_at datetime
custom_fields array

Array of custom_field objects.