Qortora · Search · Indexed page

guides.data.gouv.frFetched 2026-08-16T02:28:30Z

contacts | Guides de data.gouv.fr

Contact points related operations

Open original source · Full cached text

contacts | Guides de data.gouv.fr ⌘Ctrlk ✉️ Contact💬 Forum Plus Documentation de data.gouv.fr Guides sur les données Documentation de l’Annuaire des Entreprises Documentation ecologie.data.gouv.fr Fabrique des strandards Passe marché Accueil ❓Foire aux questions COMPTE UTILISATEUR Créer un compte utilisateur Suivre vos contenus publiés ORGANISATIONS Rejoindre une organisation Créer une organisation Modifier son organisation Gérer les membres de son organisation Suivre l'activité de son organisation Obtenir une certification JEUX DE DONNÉES Publier un jeu de données Ressource communautaire Modifier un jeu de données API Publier une API Modifier une API RÉUTILISATIONS Publier une réutilisation Modifier une réutilisation API DE DATA.GOUV.FR Prise en main Référencesite datasets reuses discussions organizations spatial users me contacts workers tags topics posts transfer notifications avatars harvest dataservices Télécharger le catalogue de données de data.gouv.fr Accéder au catalogue via SPARQL MOISSONNAGE Comprendre le moissonnage Mettre en place un moissonneur INTELLIGENCE ARTIFICIELLE Notre approche de l’intelligence artificielle sur data.gouv.fr Le serveur MCP de data.gouv.fr Le skill data.gouv.fr Données spécifiques Publier une Base Adresse Locale Données de forte valeur : métadonnées obligatoires et modalités de rapportage Données de la commande publique Données de transports et mobilités Autres Créer une verticale thématique de data.gouv.fr Propulsé par GitBook Sur cette page For the complete documentation index, see llms.txt. This page is also available as Markdown. Copier Sur cette page Documentation de data.gouv.fr API DE DATA.GOUV.FR Référence contacts Contact points related operations Creates a contact point posthttp://www.data.gouv.fr/api/1/contacts/ Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Corps application/json contact_formstringOptionnel emailstring · max: 255Optionnel namestring · max: 255Requis organizationstringOptionnelOnly present if owner is not set. Can only be set to an organization of the current authenticated user. ownerstringOptionnelOnly present if organization is not set. Can only be set to the current authenticated user. rolestring · enumRequisExample: contactValeurs possibles: contactcreatorpublisherrightsHoldercustodiandistributororiginatorprincipalInvestigatorprocessorresourceProvideruser Réponses 200Success application/json contact_formstringOptionnel emailstring · max: 255Optionnel idstringLecture seuleRequis namestring · max: 255Requis organizationobject · OrganizationReferenceOptionnel Afficher propriétés ownerobject · UserReferenceOptionnel Afficher propriétés rolestring · enumRequisExample: contactValeurs possibles: contactcreatorpublisherrightsHoldercustodiandistributororiginatorprincipalInvestigatorprocessorresourceProvideruser 400Validation error post/contacts/ HTTP Copier POST /api/1/contacts/ HTTP/1.1 Host: www.data.gouv.fr Content-Type: application/json Accept: */* Content-Length: 106 { "contact_form": "text", "email": "text", "name": "text", "organization": "text", "owner": "text", "role": "contact" } Tester 200Success Copier { "contact_form": "text", "email": "text", "id": "text", "name": "text", "organization": { "class": "text", "id": "text", "acronym": "text", "badges": [ { "kind": "text" } ], "logo": "text", "logo_thumbnail": "text", "name": "text", "page": "text", "permissions": { "delete": true, "edit": true, "harvest": true, "members": true, "private": true }, "slug": "text", "uri": "text" }, "owner": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text" }, "role": "contact" } Deletes a contact point given its identifier deletehttp://www.data.gouv.fr/api/1/contacts/{contact_point}/ Paramètres de chemin contact_pointstringRequis Réponses 204Contact point deleted Aucun contenu 404Contact point not found delete/contacts/{contact_point}/ HTTP Copier DELETE /api/1/contacts/{contact_point}/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 204Contact point deleted Aucun contenu Get a contact point given its identifier gethttp://www.data.gouv.fr/api/1/contacts/{contact_point}/ Paramètres de chemin contact_pointstringRequis Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json contact_formstringOptionnel emailstring · max: 255Optionnel idstringLecture seuleRequis namestring · max: 255Requis organizationobject · OrganizationReferenceOptionnel Afficher propriétés ownerobject · UserReferenceOptionnel Afficher propriétés rolestring · enumRequisExample: contactValeurs possibles: contactcreatorpublisherrightsHoldercustodiandistributororiginatorprincipalInvestigatorprocessorresourceProvideruser 404Contact point not found get/contacts/{contact_point}/ HTTP Copier GET /api/1/contacts/{contact_point}/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Copier { "contact_form": "text", "email": "text", "id": "text", "name": "text", "organization": { "class": "text", "id": "text", "acronym": "text", "badges": [ { "kind": "text" } ], "logo": "text", "logo_thumbnail": "text", "name": "text", "page": "text", "permissions": { "delete": true, "edit": true, "harvest": true, "members": true, "private": true }, "slug": "text", "uri": "text" }, "owner": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text" }, "role": "contact" } parametershttp://www.data.gouv.fr/api/1/contacts/{contact_point}/ Paramètres de chemin contact_pointstringRequis parameters/contacts/{contact_point}/ HTTP Copier PARAMETERS /api/1/contacts/{contact_point}/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Updates a contact point given its identifier puthttp://www.data.gouv.fr/api/1/contacts/{contact_point}/ Paramètres de chemin contact_pointstringRequis Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Corps application/json contact_formstringOptionnel emailstring · max: 255Optionnel namestring · max: 255Requis organizationstringOptionnelOnly present if owner is not set. Can only be set to an organization of the current authenticated user. ownerstringOptionnelOnly present if organization is not set. Can only be set to the current authenticated user. rolestring · enumRequisExample: contactValeurs possibles: contactcreatorpublisherrightsHoldercustodiandistributororiginatorprincipalInvestigatorprocessorresourceProvideruser Réponses 200Success application/json contact_formstringOptionnel emailstring · max: 255Optionnel idstringLecture seuleRequis namestring · max: 255Requis organizationobject · OrganizationReferenceOptionnel Afficher propriétés ownerobject · UserReferenceOptionnel Afficher propriétés rolestring · enumRequisExample: contactValeurs possibles: contactcreatorpublisherrightsHoldercustodiandistributororiginatorprincipalInvestigatorprocessorresourceProvideruser 400Validation error 404Contact point not found put/contacts/{contact_point}/ HTTP Copier PUT /api/1/contacts/{contact_point}/ HTTP/1.1 Host: www.data.gouv.fr Content-Type: application/json Accept: */* Content-Length: 106 { "contact_form": "text", "email": "text", "name": "text", "organization": "text", "owner": "text", "role": "contact" } Tester 200Success Copier { "contact_form": "text", "email": "text", "id": "text", "name": "text", "organization": { "class": "text", "id": "text", "acronym": "text", "badges": [ { "kind": "text" } ], "logo": "text", "logo_thumbnail": "text", "name": "text", "page": "text", "permissions": { "delete": true, "edit": true, "harvest": true, "members": true, "private": true }, "slug": "text", "uri": "text" }, "owner": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text" }, "role": "contact" } PrécédentmeSuivantworkers Ce contenu vous a-t-il été utile ? postCreates a contact point DELDeletes a contact point given its identifier getGet a contact point given its identifier parameters/contacts/{contact_point}/ putUpdates a contact point given its identifier