-
Notifications
You must be signed in to change notification settings - Fork 4
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.
This wiki contains additional information about the Open Data Hub alongside the Open Data Hub - Official Documentation 🔗 .