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 TWRssName | 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": "2024-12-27T10:54:00.6611186+01:00" }, { "ID": 1, "Name": "sample string 2", "rssurl": "sample string 3", "DatCreated": "2024-12-27T10:54:00.6611186+01:00" } ]