GET api/ydsets/GetRssItems

Return all verifyed RSS feeds urls

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

Collection of TWRss
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 128

rssurl

string

Required

String length: inclusive between 0 and 512

DatCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "rssurl": "sample string 3",
    "DatCreated": "2024-05-08T21:40:07.7295131+02:00"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "rssurl": "sample string 3",
    "DatCreated": "2024-05-08T21:40:07.7295131+02:00"
  }
]