POST api2/blog_articles.json
Get blog articles
Request Information
URI Parameters
None.
Body Parameters
API.Models.BlogArticlesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| shopID | integer |
Required |
|
| from | date |
Required |
|
| numItems | integer |
Required |
Request Formats
{
"shopID": 1,
"from": "2025-10-29T13:24:55.6568299+01:00",
"numItems": 3
}
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+BlogArticle| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
None. |
|
| publishDate | date |
None. |
|
| internalURL | string |
None. |
|
| webURL | string |
None. |
Response Formats
[
{
"title": "sample string 1",
"publishDate": "2025-10-29T13:24:55.6578303+01:00",
"internalURL": "sample string 3",
"webURL": "sample string 4"
},
{
"title": "sample string 1",
"publishDate": "2025-10-29T13:24:55.6578303+01:00",
"internalURL": "sample string 3",
"webURL": "sample string 4"
}
]