Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.39 KB

GetAllExternalFeedsFeeds.md

File metadata and controls

21 lines (17 loc) · 1.39 KB

GetAllExternalFeedsFeeds

Properties

Name Type Description Notes
Id string ID of the feed [default to null]
Name string Name of the feed [default to null]
Url string URL of the feed [default to null]
AuthType string Auth type of the feed: * `basic` * `token` * `noAuth` [default to null]
Username string Username for authType `basic` [optional] [default to null]
Password string Password for authType `basic` [optional] [default to null]
Token string Token for authType `token` [optional] [default to null]
Headers []GetExternalFeedByUuidHeaders Custom headers for the feed [default to null]
MaxRetries int32 Maximum number of retries on the feed url [default to null]
Cache bool Toggle caching of feed url response [default to null]
CreatedAt time.Time Datetime on which the feed was created [default to null]
ModifiedAt time.Time Datetime on which the feed was modified [default to null]

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