Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.21 KB

GetAllExternalFeedsFeeds.md

File metadata and controls

30 lines (23 loc) · 1.21 KB

GetAllExternalFeedsFeeds

Properties

Name Type Description Notes
id String ID of the feed
name String Name of the feed
url String URL of the feed
authType AuthTypeEnum Auth type of the feed: * `basic` * `token` * `noAuth`
username String Username for authType `basic` [optional]
password String Password for authType `basic` [optional]
token String Token for authType `token` [optional]
headers List<GetExternalFeedByUUIDHeaders> Custom headers for the feed
maxRetries Integer Maximum number of retries on the feed url
cache Boolean Toggle caching of feed url response
createdAt [OffsetDateTime] Datetime on which the feed was created
modifiedAt [OffsetDateTime] Datetime on which the feed was modified

Enum: AuthTypeEnum

Name Value
BASIC "basic"
TOKEN "token"
NOAUTH "noAuth"