Notifications API
Dernière mise à jour il y a 1 an
Revision created il y a 1 an
Update faq-cadastre.md
Success
The notification creation datetime
Key-Value details depending on notification type
The notification type
const response = await fetch('//www.data.gouv.fr/api/1/notifications/', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "created_on": "2024-11-21T11:55:36.587Z", "type": "text" } ]