RSS Feeds
Last updated
Last updated
API for managing rss feeds
GET
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id
This endpoint returns a list of all RSS Feeds
that belong to the publication
Name | Type | Description |
---|---|---|
POST
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id
This endpoint creates a new RSS Feed
and returns the saved RSS Feed
GET
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id/:id
This endpoint returns a specific rss feed
by id
PUT
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id/:id
This endpoint updates a specific rss feed
by id
and returns the updated rss feed
DELETE
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id/:id
This endpoint deletes a specific RSS Feed
by id
and returns an empty response
with status 204
POST
https://www.magloft.com/api/portal/v1/rss_feeds/:app_id/:id/synchronize
This endpoint synchronizes entries from an existing RSS Feed
by id
and returns the synchronization results
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
app_id
String
App ID (Publication) to scope this request for.
app_id
String
App ID (Publication) to scope this request for.
url
String
External Blog URL to import articles from
title
String
Title of the RSS Feed
import_source
Virtus::Attribute::Boolean
Boolean indicating whether the RSS Feed will import source of article
import_author
Virtus::Attribute::Boolean
Boolean indicating whether the RSS Feed will import author of article
show_related_articles
Virtus::Attribute::Boolean
Boolean indicating whether the imported article will show related articles
auto_publish
Virtus::Attribute::Boolean
Boolean indicating whether the article from the RSS Feed will be automatically published
app_id
String
App ID (Publication) to scope this request for.
id
Integer
RSS Feed ID
app_id
String
App ID (Publication) to scope this request for.
id
Integer
RSS Feed ID
title
String
Title of the RSS Feed
description
String
Description of the RSS Feed
cover
String
Cover URL of the RSS Feed
active
Virtus::Attribute::Boolean
Boolean indicating whether the RSS Feed is currently active
import_source
Virtus::Attribute::Boolean
Boolean indicating whether the RSS Feed will import source of article
import_author
Virtus::Attribute::Boolean
Boolean indicating whether the RSS Feed will import author of article
auto_publish
Virtus::Attribute::Boolean
Boolean indicating whether the article from the RSS Feed will be automatically published
show_related_articles
Virtus::Attribute::Boolean
Boolean indicating whether the imported article will show related articles
app_id
String
App ID (Publication) to scope this request for.
id
Integer
RSS Feed ID
app_id
String
App ID (Publication) to scope this request for.
id
Integer
RSS Feed ID