Blog Posts
Access Levels
Group: blogs
Resource: blogs
List all blog posts
Param |
Type |
Required |
Description |
author |
string |
Optional |
The name of the author. |
datetime_from |
datetime |
Optional |
Posts after a certain date yyyy-mm-dd hh:mm:ss |
datetime_to |
datetime |
Optional |
Posts up to a certain date yyyy-mm-dd hh:mm:ss |
category |
array |
Optional |
Array of category IDs |
Response
Get a single blog post
Response
Create a blog post
Param |
Type |
Required |
Description |
category_id |
array |
Optional |
Array of category IDs |
title |
string |
Required |
Title of the blog post |
post |
string |
Required |
Content of the blog post Plain text and HTML accepted |
author |
string |
Optional |
The name of the author. |
title_tag |
string |
Optional |
Title meta tag of the blog post. Used for SEO |
meta_keywords |
string |
Optional |
Keywords meta of the blog post. Used for SEO |
meta_description |
string |
Optional |
Description meta tag of the blog post. Used for SEO |
Response
Update a blog post
Param |
Type |
Required |
Description |
category_id |
array |
Optional |
Array of category IDs |
title |
string |
Optional |
Title of the blog post |
post |
string |
Optional |
Content of the blog post Plain text and HTML accepted |
author |
string |
Optional |
The name of the author. |
title_tag |
string |
Optional |
Title meta tag of the blog post. Used for SEO |
meta_keywords |
string |
Optional |
Keywords meta of the blog post. Used for SEO |
meta_description |
string |
Optional |
Description meta tag of the blog post. Used for SEO |
Response
Delete a blog post
Response