GET api/ydsets/GetRssItems
Return all verifyed RSS feeds urls
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of TWRss| Name | Description | Type | Additional 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": "2025-11-01T19:00:52.5617692+01:00"
},
{
"ID": 1,
"Name": "sample string 2",
"rssurl": "sample string 3",
"DatCreated": "2025-11-01T19:00:52.5617692+01:00"
}
]