POST outrank/v{version}/BlogPost
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
OutrankBlogRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| event_type | string |
None. |
|
| timestamp | date |
None. |
|
| data | Data |
None. |
Request Formats
application/json, text/json
Sample:
{
"event_type": "sample string 1",
"timestamp": "2025-12-15T20:52:07.1727996-08:00",
"data": {
"articles": [
{
"id": "sample string 1",
"title": "sample string 2",
"content_markdown": "sample string 3",
"content_html": "sample string 4",
"meta_description": "sample string 5",
"created_at": "2025-12-15T20:52:07.1727996-08:00",
"image_url": "sample string 7",
"slug": "sample string 8",
"tags": [
"sample string 1",
"sample string 2"
]
},
{
"id": "sample string 1",
"title": "sample string 2",
"content_markdown": "sample string 3",
"content_html": "sample string 4",
"meta_description": "sample string 5",
"created_at": "2025-12-15T20:52:07.1727996-08:00",
"image_url": "sample string 7",
"slug": "sample string 8",
"tags": [
"sample string 1",
"sample string 2"
]
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.