GET v0.1/feed
List all Feeds
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FeedInfoName | Description | Type | Additional information |
---|---|---|---|
Id |
The Feed id |
integer |
None. |
Name |
The Feed name |
string |
None. |
LastUpdate |
The update time of the last updated Source. |
date |
None. |
TemplateSettings |
Template settings for the Feed |
TemplateSettings |
None. |
Sources |
The sources for this Feed |
Collection of SourceInfo |
None. |
LoaderScript |
The loader script for this Feed |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1234, "name": "My Feed", "lastUpdate": "2023-05-24T15:20:28.8155687Z", "templateSettings": { "templateId": 11, "templateType": "Wall", "templateDisplayName": "Wall", "templateSpecificSettings": {}, "templateFontId": 1, "templateFontSize": "14", "templateAccentColor": "#1DBCCC", "templateBackgroundColor": "#FF00FF", "templateTextColor": "#FFFFFF", "templatePostBackgroundColor": "#000000", "templateBackgroundImage": null, "templatePaddingPosts": null, "templateShowMediaType": false, "templateShowAuthor": false, "templateShowShareButton": false, "templateShowAuthorInitials": false }, "sources": [ { "id": 123, "type": "InstagramHashtag", "lastUpdate": "2023-05-24T15:20:28.8155687Z", "searchString": "#sweden", "displayName": "#sweden", "settings": { "visible": true, "updatesDisabled": false } } ], "loaderScript": "<script async src='https://5p4rk13.com/LiveFeed/9999999/loaderscript.js'></script><div class='sprkl-wrapper Sparkle-999999' data-enable-edit='false' data-show-scrollbars='false' data-fixed-height='false' style='height: 100%; width: 100%;'></div>" } ]