createArticle


Creates an article.

Parameters

Name Description
blogID required Blog ID (Site ID) the article belongs to.
userID required User ID that’s performing the action.
title required Title of article.
body required Body of article.
summary optional Summary of article.
publishDate optional Date when to publish an article.
output optional The response output format. Accepts JSON and XML.

Request Syntax

https://services.onesite.com/rest/ugcArticle?action=createArticle&blogID=225642611&userID=229928503&title=My New Article&body=The body of my new article…&devkey=[devkey]

JSON Response