v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
RSS feed importer

List RSS feed imports

Lists RSS feed imports configured for a project.

get/projects/{project_id}/integrations/rss_importer/feeds

Query parameters

filter[feed_url]string

The partial feed_url to filter by

pagination[limit]integer

'limit' sets the number of results to return in each page.

pagination[offset]integer

'offset' sets the first position to return from the results of the query. The default is 0, which starts the page at the first result.

Response

OK

idinteger
enabledboolean

Whether importing is enabled or disabled.

feed_urlstring

URL of the RSS feed you want to import.

feed_content_type'xml' | 'json' | 'json/pugpig'

Type of content in the feed. Possible values include xml, json or json/pugpig.

feed_headersobject

Headers that you want to include in the HTTP request when fetching the RSS feed.

import_intervalinteger

Number of minutes between each import of the RSS feed.

extractor_enabledboolean

Whether or not the RSS importer should fetch the content from the page linked in the map.source_url property. Set to true if the RSS feed does not contain the content. In this case you can set map.body to null.

last_importstring date-time nullable

Time at which the object was created (ISO 8601)

createdstring date-time

Time at which the object was created (ISO 8601)

updatedstring date-time

Time at which the object was updated (ISO 8601)