GET api/ydsets/GetRssItems

Return all verifyed RSS feeds urls

Request Information

URI Parameters

None.

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": "2026-03-09T10:51:46.0220965+01:00"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "rssurl": "sample string 3",
    "DatCreated": "2026-03-09T10:51:46.0220965+01:00"
  }
]