POST api2/blog_articles.json
Get blog articles
Request Information
URI Parameters
None.
Body Parameters
API.Models.BlogArticlesRequestName | Description | Type | Additional information |
---|---|---|---|
shopID | integer |
Required |
|
from | date |
Required |
|
numItems | integer |
Required |
Request Formats
{ "shopID": 1, "from": "2024-10-09T22:15:51.20567+02:00", "numItems": 3 }
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+BlogArticleName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
publishDate | date |
None. |
|
internalURL | string |
None. |
|
webURL | string |
None. |
Response Formats
[ { "title": "sample string 1", "publishDate": "2024-10-09T22:15:51.2066698+02:00", "internalURL": "sample string 3", "webURL": "sample string 4" }, { "title": "sample string 1", "publishDate": "2024-10-09T22:15:51.2066698+02:00", "internalURL": "sample string 3", "webURL": "sample string 4" } ]