Publishing Articles
The identity of the resourceName
is originalArticles
. Currently, this resource captures all personal published articles. The two methods available are: ACTION
and DELETE
. When it's an action, the methodName
will appear as createOrUpdateArticle
.
To remediate an original article, please refer here.
article activity - publishing a post
{
"activity": {
"article": {
"authors": [
{
"author": "urn:li:person:KPA1hpZ1yM",
"type": "PRIMARY_AUTHOR"
}
],
"content": {
"com.linkedin.publishing.HtmlContent": {
"htmlText": "<p>This is an awesome article!</p>"
}
},
"created": 1492111354000,
"id": 6258368624109719552,
"lastModified": 1492111380000,
"state": "PUBLISHED",
"title": "Sample Publishing Post",
"version": 9
},
"distOptions": {
"publishMessage": {
"text": "Check this article out!"
}
},
"submitter": "urn:li:person:KPA1hpZ1yM"
},
"activityId": "12356788990000",
"actor": "urn:li:person:KPA1hpZ1yM",
"capturedAt": 1492111403071,
"configVersion": 2,
"id": 1177820,
"method": "ACTION",
"methodName": "createOrUpdateArticle",
"owner": "urn:li:person:KPA1hpZ1yM",
"processedActivity": {
"article": {
"authors": [
{
"author": "urn:li:person:KPA1hpZ1yM",
"author~": {
"firstName": {
"localized": {
"en_US": "Bob"
},
"preferredLocale": {
"country": "US",
"language": "en"
}
},
"headline": {
"localized": {
"en_US": "Software Engineer"
},
"preferredLocale": {
"country": "US",
"language": "en"
}
},
"lastName": {
"localized": {
"en_US": "Smith"
},
"preferredLocale": {
"country": "US",
"language": "en"
}
}
},
"type": "PRIMARY_AUTHOR"
}
],
"content": {
"com.linkedin.publishing.HtmlContent": {
"htmlText": "<p>This is an awesome article!</p>"
}
},
"created": 1492111354000,
"id": 6258368624109719552,
"lastModified": 1492111380000,
"state": "PUBLISHED",
"title": "Sample Publishing Post",
"version": 9
}
},
"processedAt": 1492111414624,
"resourceId": "6258368624109719552",
"resourceName": "originalArticles",
"resourceUri": "/originalArticles"
}