Skip to content

Deprecated Api in ODH Tourism api

RudiThoeni edited this page Nov 28, 2024 · 1 revision

Route https://tourism.api.opendatahub.com/v1/Deprecated

Returns a list of all deprecated fields grouped by type More infos about Type

Example:

"weatherdistrict": [
{
"Name": "date",
"Type": "DateTime",
"Description": "Obsolete, use Date",
"DeprecationDate": "2024-02-28T00:00:00",
"RemovedAfter": "2024-12-31T00:00:00"
}
],

For the Type weatherdistrict, the Field date is listed as Deprecated and some additional Information is added trough this Deprecated api, like a Description which indicates which field is to use instead of this field, what Type this field is, the Date it was set as Deprecated and a Date when the field will be removed from the Json Output.

Clone this wiki locally