Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.14 KB

GetAllExternalFeedsFeeds.md

File metadata and controls

21 lines (17 loc) · 1.14 KB

GetAllExternalFeedsFeeds

Properties

Name Type Description Notes
id str ID of the feed
name str Name of the feed
url str URL of the feed
auth_type str Auth type of the feed: * `basic` * `token` * `noAuth`
username str Username for authType `basic` [optional]
password str Password for authType `basic` [optional]
token str Token for authType `token` [optional]
headers list[GetExternalFeedByUUIDHeaders] Custom headers for the feed
max_retries int Maximum number of retries on the feed url
cache bool Toggle caching of feed url response
created_at datetime Datetime on which the feed was created
modified_at datetime Datetime on which the feed was modified

[Back to Model list] [Back to API list] [Back to README]