

Update your code to retrieve the data from the new response structure. The table below shows where the data was previously located in the ZUERST JSON response and where the same data is now located in the Ginto API response.
| ZUERST (Source) | Ginto |
|---|---|
Pois.[].Id |
data.entriesByFilter.nodes.[].zuerst.originIds |
Pois.[].IdSourceUsed in v1 of the ZUERST API |
data.entriesByFilter.nodes.[].sources.[].originIdsIn Ginto, source IDs are always assigned to a specific source. Select the correct source and check whether the IdSource from ZUERST is included in Ginto's originIds. |
Pois.[].Sources.[].SourceNameUsed in v2 of the ZUERST API |
data.entriesByFilter.nodes.[].sources.[].sourceKey |
Pois.[].Sources.[].SourcePoiIdUsed in v2 of the ZUERST API |
data.entriesByFilter.nodes.[].sources.[].originIdsIn Ginto, one entry can represent multiple source POIs, even though originIds is an array. |
Pois.[].Name |
data.entriesByFilter.nodes.[].name |
Pois.[].EntryDate |
data.entriesByFilter.nodes.[].updatedAt |
Pois.[].Coordinates.Lat |
data.entriesByFilter.nodes.[].position.lat |
Pois.[].Coordinates.Lng |
data.entriesByFilter.nodes.[].position.lng |
Pois.[].Address.Street |
data.entriesByFilter.nodes.[].position.street |
Pois.[].Address.Number |
data.entriesByFilter.nodes.[].position.housenumber |
Pois.[].Address.ZipCode |
data.entriesByFilter.nodes.[].position.postcode |
Pois.[].Address.City |
data.entriesByFilter.nodes.[].position.city |
Pois.[].Category |
data.entriesByFilter.nodes.[].categoriesSee chapter "Mapping Categories" |
Pois.[].MainEnquiryCategory |
data.entriesByFilter.nodes.[].categoriesSee chapter "Mapping Categories" |
Pois.[].PictogramIds |
data.entriesByFilter.nodes.[].categoriesSee Pois.[].accessibilityInfo.defaultRatings |
Pois.[].MainComment |
Not available |
Pois.[].MainCommentFr |
Not available |
Pois.[].MainCommentIt |
Not available |
Pois.[].MainCommentEn |
Not available |
Pois.[].LinkToDetailView |
data.entriesByFilter.nodes.[].publication.linkUrl |
Pois.[].AdditionalInformation |
Not available |
Pois.[].SubPois |
Not available |
