archived_at |
long |
When the post was deleted, in milliseconds since the epoch. Zero if the blog post was never deleted. Use a DELETE request to delete the post, do not set this directly. |
archivedInDashboard |
bool |
If True, the post will not show up in your dashboard, although the post will still be live |
blog_author_id |
long |
The integer id of the blog author, look up via the blog authors end point /content/api/v2/blog-authors |
campaign |
string |
The guid of the marketing campaign this post is associated with |
campaign_name |
string |
The name of the marketing campaign this post is associated with |
content_group_id |
long |
The id of the blog that this post belongs to. Get the id by looking at the blog API endpoint /content/api/v2/blogs |
created |
long |
When the post was first created, in milliseconds since the epoch |
footer_html |
string |
Custom HTML for embed codes, javascript that should be placed before the </body> tag of the page |
head_html |
string |
Custom HTML for embed codes, javascript, etc. that goes in the <head> tag of the page |
is_draft |
string |
True if the post is still a draft, invisible to the public. Gets changed when the /publish-action API endpoint is called |
keywords |
list |
A JSON list of keywords and their GUIDs. This list contains key value pairs of "keyword" and "keyword_guid". For example:
- "keyword" : "sandwiches",
- "keyword_guid" : "ee7c2292-7a2f-4f0f-81fb-ad0bd9ca4fcb"
The GUID is available from the Keywords API. This list adds keywords to the Optimization tab in HubSpot.
|
meta_description |
string |
A description that goes in <meta> tag on the page |
name |
string |
The internal name of the blog post |
post_body |
string |
The HTML of the main post body |
post_summary |
string |
The summary of the blog post that will appear on the main listing page |
publish_date |
long |
The date the blog post is to be published at in milliseconds since the unix epoch. |
publish_immediately |
string |
Set this to true if you want to be published immediately when the schedule publish endpoint is called, and to ignore the publish_date setting |
slug |
string |
The path of the URL on which the post will live. Changing this will change the URL. |
topic_ids |
list |
A json list of topic ids from the topics API ( /content/api/v2/topics ) |
updated |
long |
When the post was last updated, in milliseconds since the epoch |
url |
string |
The full URL with domain and scheme to the blog post. Will return a 404 if the post is not yet published. |
widgets |
string |
A data structure containing the data for all the modules for this post. This will only be populated if the blog template has editable widgets defined. |