Webservices
Here are some resources that will help you using our API.
Get started: you must contact our customer support to get the keys which will allow you to authenticate through the https://extranet.explore.fr/ExploreAPI/api/Authentification method.
Security: Access to our API is secured by a token you have to generate with the above method and then send in the HTTP « Authorization » header as « Bearer » for each following request. A token is valid for 6 hours.
You can go check how previous authentication methods (deprecated) used to work by clicking here.
Every request to our API is logged, so you will have to respect our terms of use to prevent any abuse.
The base URL for all webservices is https://extranet.explore.fr/ExploreAPI/api/.
To use HTTP POST webservices, make sure you're sending the HTTP header Content-Type: application/x-www-form-urlencoded along with your request then put your parameters in the request body using the same format as for an HTTP GET request query string (Parameter1=...&Parameter2=...).
You can find a basic API errors documentation page by clicking here.
Please note that the amount of results you can retrieve on this page is limited so as to prevent any abuse.
Documentation
Authentification
Collection of webservices related to authentication for EXPLORE API.
POSTAuthentificationAuthentication token
Description
Gets an authentication token for EXPLORE API. Then, whenever you will be calling another webservice, you will have to send the HTTP header “Authorization” with value “Bearer X” along with it. Just make sure you replace X with the JWT token this webservice granted you.
Parameters
| Name | Type | Description |
|---|---|---|
| CleClient | Guid | The CleClient (client key) is the unique identifier telling us who you are. This key is obtainted through our technical support team. |
| CleAbonnement | Guid | EXPLORE API access key. This key is obtained through our technical support team. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Authentification
Request body:
Sample response
BatiPulse
Collection of webservices related to CRM environment imports of items tagged on the BatiPulse web app. PLEASE NOTE : some of these older webservices have fields with names in CAPITAL_LETTERS_SEPARATED_BY_UNDERSCORE format, but all newer API will have field names in camelCase format!
POSTCrmAlertes/Batipulse/ProjetsBulk import of projects flagged as “import in my CRM environment” on the Batipulse web app
Description
Gets projects flagged as “import in my CRM environment” on the Batipulse web app.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for projects selection.Corresponds to the date when they were flagged. |
| Page | Int32 | Amount of projects that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum number of projects in the result. |
| Emails | String | Email addresses of the collaborators by whom the project must have been flagged. If none is specified, all flagged projects will be returned, regardless of who flagged them. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Batipulse/Projets
Request body:
Sample response
POSTCrmAlertes/Batipulse/Projets/MajBulk import of updated projects flagged as “import in my CRM environment” on the Batipulse web app
Description
Gets projects flagged as “import in my CRM environment” on the Batipulse web app that were updated between the specified dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were updated. |
| DateFin | DateTime | Upper date limit for projects selection.Corresponds to the date when they were updated. |
| Page | Int32 | Amount of projects that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum number of projects in the result. |
| Emails | String | Email addresses of the collaborators by whom the project must have been flagged. If none is specified, all flagged projects will be returned, regardless of who flagged them. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Batipulse/Projets/Maj
Request body:
Sample response
POSTCrmAlertes/Batipulse/SocietesBulk import of companies flagged as “import in my CRM environment” on the Batipulse web app
Description
Gets companies flagged as “import in my CRM environment” in the Batipulse web app.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for companies selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for companies selection. Corresponds to the date when they were flagged. |
| Page | Int32 | Amont of companies that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum number of companies in the result. |
| Emails | String | Email addresses of the collaborators by whom the companies must have been flagged. If none is specified, then all flagged companies will return, regardless of who flagged them. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Batipulse/Societes
Request body:
Sample response
Connaissance client
Collection of webservices related to BtoB customer or potential customer knowledge: extra data and news related to a SIREN number (company) or SIRET number (establishment). PLEASE NOTE : some of these older webservices have fields with names in CAPITAL_LETTERS_SEPARATED_BY_UNDERSCORE format, but all newer API will have field names in camelCase format!
GETConnaissanceClient/ActualitesCompanies news
Description
Gets strategic news of a company by SIREN number and dates; new posts, new developments, new applicants, fusions, acquirements, etc. that have been published in the traditional media or on social media.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | Numéro SIREN de la société. |
| DateDebut | DateTime | Lower date limit for news selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for news selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Actualites?Siren=&DateDebut=&DateFin=
Sample response
GETConnaissanceClient/AdresseBuilding search
Description
Gets the building that correspond to the specified BAN id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| IdentifiantBan | String | BAN (national addresses bank) id of the building. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Adresse?IdentifiantBan=
Sample response
GETConnaissanceClient/ChantiersConstruction sites of a company
Description
Gets the construction sites of a company by SIREN number and dates. You can filter results by the company's role on the construction site.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | Company's SIREN number. |
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| Role | String | Role of the company on the consctruction site; MOA (main project manager), MOE (project manager) or TRAV (builder). If you do not set any value for this parameter, no filter will be applied on the company's role. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Chantiers?Siren=&DateDebut=&DateFin=&Role=
Sample response
GETConnaissanceClient/EtablissementsEstablishments of a company
Description
Gets the active establishments of a company. If the “InclureAnciens” (include former) parameter is set to “true”, former establishments will also be included in the results list.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | SIREN number of the company. |
| InclureAnciens | Boolean | Tells whether or not the former establishments must also be included in the response. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Etablissements?Siren=&InclureAnciens=
Sample response
GETConnaissanceClient/Groupe/PatrimoineReal estate assets of a groupe
Description
Gets real estate assets of a group, which can be filtered by town.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | SIREN number of a company. |
| CodeCommune | String | If a value is set here, only the assets located in the specified town will be returned. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Groupe/Patrimoine?Siren=&CodeCommune=
Sample response
GETConnaissanceClient/Mandataire/SocietesCompanies of a corporate officer
Description
Gets the companies of a corporate officer.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Nom | String | Name of the corporate officer. |
| Prenom | String | First name of the corporate officer. |
| Age | Int32 | Age of the corporate officer. Only used to filter data if it has a value greater than zero. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Mandataire/Societes?Nom=&Prenom=&Age=
Sample response
GETConnaissanceClient/MandatairesCorporate officers
Description
Gets the corporate officers for a SIREN number.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | Company's SIREN number. If a value is set to it, the value of the “Siret” parameter will be ignored. |
| Siret | String | Establishmen's SIRET number. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Mandataires?Siren=&Siret=
Sample response
GETConnaissanceClient/PatrimoineReal estate assets of a company
Description
Gets real estate assets of a company, which can be filtered by town.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siren | String | SIREN number of the company. |
| CodeCommune | String | If a value is set here, only the assets located in the specified town will be returned. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Patrimoine?Siren=&CodeCommune=
Sample response
GETConnaissanceClient/RechercheSIRENE 80 notice with some extra data
Description
Searches for a company.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siret | String | SIRET number of the establishment. |
| RaisonSociale | String | Name of the company. |
| Adresse | String | Address of the company. |
| CodePostal | String | Post code of the company. |
| Commune | String | Town name or town code of the company. |
| Telephone | String | Public phone number of the company. |
| SiteWeb | String | URL address of the company's main web site. |
| Siege | Boolean | Choose whether the results must only include head offices (true), other offices (false) or both (no value). |
| Max | Int32 | Maximum number of results. These are sorted by relevance. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Recherche?Siret=&RaisonSociale=&Adresse=&CodePostal=&Commune=&Telephone=&SiteWeb=&Siege=&Max=
Sample response
GETConnaissanceClient/RecrutementsNewly appointed jobs of a company
Description
Gets news related to newly appointed jobs for a company between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siret | String | SIRET number of the establishment. |
| DateDebut | DateTime | Lower date limit for news selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for news selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Recrutements?Siret=&DateDebut=&DateFin=
Sample response
GETConnaissanceClient/SireneSIRENE data of a company
Description
Gets the SIRENE data for a SIREN or SIRET number. At least one of the two numbers must be specified. If both are, only the SIRET number will be considered.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Siret | String | SIRET number of the establishment. |
| Siren | String | SIREN number of the company. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Sirene?Siret=&Siren=
Sample response
POSTCrmAlertes/SocietesBulk import of companies flagged as “import in my CRM environment” on the EXPLORE web app
Description
Gets companies flagged as “import in my CRM environment” in the EXPLORE web app.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for companies selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for companies selection. Corresponds to the date when they were flagged. |
| Page | Int32 | Amont of companies that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum number of companies in the result. |
| Emails | String | Email addresses of the collaborators by whom the companies must have been flagged. If none is specified, then all flagged companies will return, regardless of who flagged them. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Societes
Request body:
Sample response
Géocodage
Collection of webservices related to geocoding.
GETGeocodage/AdresseReverse geocoding
Description
Searches for an address by coordinates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Latitude | Double | Latitude. |
| Longitude | Double | Longitude. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Geocodage/Adresse?Latitude=&Longitude=
Sample response
GETGeocodage/CoordonneesGeocoding
Description
Converts an address into coordinates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Adresse | String | Address. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Geocodage/Coordonnees?Adresse=
Sample response
GETGeocodage/RechercheAddress autocompletion
Description
Searches for an address.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Saisie | String | User input. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Geocodage/Recherche?Saisie=
Sample response
Opportunités
Collection of webservices related to BtoB events, real estate projects, public markets, etc, corresponding to your EXPLORE subscription. PLEASE NOTE : some of these older webservices have fields with names in CAPITAL_LETTERS_SEPARATED_BY_UNDERSCORE format, but all newer API will have field names in camelCase format!
POSTCrmAlertes/AlertesBulk import of email alerts in the CRM environment (all project types, standardized output)
Description
Gets EXPLORE email alerts, along with related projects.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for email alerts selection. |
| DateFin | DateTime | Upper date limit for email alerts selection. |
| Page | Int32 | Amount of projects that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum amount of projects in the result. |
| Emails | String | Email addresses of the collaborators by whom the email alerts must have been recieved. No filter will be applied if none is specified. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Alertes
Request body:
Sample response
POSTCrmAlertes/ProjetsBulk import of projects flagged as “import in my CRM environment” on the EXPLORE web app (all project types, standardized output)
Description
Gets projects flagged as “import in my CRM environment” on the EXPLORE web app.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for projects selection.Corresponds to the date when they were flagged. |
| Page | Int32 | Amount of projects that have already been imported and which should be ignored (offset). |
| Max | Int32 | Maximum number of projects in the result. |
| Emails | String | Email addresses of the collaborators by whom the project must have been flagged. If none is specified, all flagged projects will be returned, regardless of who flagged them. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/CrmAlertes/Projets
Request body:
Sample response
GETOpportunites/AmenagementUrbanism amenagement project
Description
Gets an urbanism amenagement project by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagement?Identifiant=
Sample response
GETOpportunites/AmenagementsUrbanism amenagement projects
Description
Gets urbanism amenagement projects delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements?DateDebut=&DateFin=
Sample response
GETOpportunites/Amenagements/AlertesUrbanism amenagement projects delivered via email alerts
Description
Gets urbanism amenagement projects delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Amenagements/MajUrbanism amenagement projects updates
Description
Gets urbanism amenagement projects updated between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Maj?DateDebut=&DateFin=
Sample response
GETOpportunites/Amenagements/TagUrbanism amenagement projects to import in the CRM environment
Description
Gets urbanism amenagement projects flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/ArretePrefectoral decision or publication
Description
Gets a prefectoral decision or publication by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Prefectoral decision or publication id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arrete?Identifiant=
Sample response
GETOpportunites/Arretes/ARSPublic health-related prefectoral decisions and publications
Description
Gets public health-related prefectoral decisions and publications delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/ARS/AlertesPublic health-related prefectoral decisions and publications delivered via email alerts
Description
Gets public health-related prefectoral decisions and publications delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for decisions ans publications selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/ARS/TagPublic health-related decisions and publications to import in the CRM environment
Description
Gets public health-related prefectoral decisions and publications flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/CDACCommercial development-related prefectoral decisions and publications
Description
Gets commercial development-related prefectoral decisions and publications delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/CDAC/AlertesCommercial development-related prefectoral decisions and publications delivered via email alerts
Description
Gets commercial development-related prefectoral decisions and publications delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/CDAC/TagCommercial development-related decisions and publications to import in the CRM environment
Description
Gets commercial development-related prefectoral decisions and publications flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/ICPEEnvironment protection classifed installations (EPCI)-related prefectoral decisions and publications
Description
Gets environment protection classifed installations (EPCI)-related prefectoral decisions and publications delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/ICPE/AlertesEnvironment protection classifed installations (EPCI)-related prefectoral decisions and publications delivered via email alert
Description
Gets environment protection classifed installations (EPCI)-related prefectoral decisions and publications delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Arretes/ICPE/TagEnvironment protection classifed installations (EPCI)-related prefectoral decisions and publications to import in the CRM environment
Description
Gets environment protection classifed installations (EPCI)-related prefectoral decisions and publications flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for decisions and publications selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/CRCMMunicipality counsel meetings reports
Description
Gets municipality counsel meetings reports by different criteria.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| MotsCles | String | Search keywords. |
| Facets | String | |
| Ignore | Int32 | Specifies the number of elements that are to be ignored before fetching results (offset). |
| Max | Int32 | Specifies the maximum number of results. |
| Sirens | String | List of SIREN numbers, separated by a comma without white space. |
| Departements | String | List of department numbers, separated by a comma without white space. |
| Regions | String | List of regions, separated by a comma without white space. |
| MotsExclus | String | Words to exclude from the search, separated by a comma without white space. |
| Operateur | String | Search operator (only considered if the parameter “Lucene” has no value!). “AND” by default, but can also be “OR”. |
| Tri | String | Kind of sort. “Date” (by date) by default, but can also be “Pertinence” (by pertinence). |
| DateDebut | DateTime | Lower date limit of reports selection. |
| DateFin | DateTime | Upper date limit of reports selection. |
| DateDebutIndexation | DateTime | Lower date limit of reports indexing. |
| DateFinIndexation | DateTime | Upper date limit of reports indexing. |
| Lucene | String | Lucene search. This parameter cancels out any value set to the “Operateur ”parameter. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/CRCM?MotsCles=&Facets=&Ignore=&Max=&Sirens=&Departements=&Regions=&MotsExclus=&Operateur=&Tri=&DateDebut=&DateFin=&DateDebutIndexation=&DateFinIndexation=&Lucene=
Sample response
GETOpportunites/EtablissementsNew establishments
Description
Gets the new establishments created between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for information selection. Corresponds to the date when the establishments were created. |
| DateFin | DateTime | Upper date limit for information selection. Corresponds to the date when the establishments were created. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Etablissements?DateDebut=&DateFin=
Sample response
GETOpportunites/EvenementsStrategiquesKey events
Description
Gets key events delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for events selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for events selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques?DateDebut=&DateFin=
Sample response
GETOpportunites/EvenementsStrategiques/AlertesKey events delivered via email alerts
Description
Gets key events delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for events selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for events selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/EvenementsStrategiques/TagKey events to import in the CRM environment
Description
Gets key events flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for events selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for events selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/EvenementStrategiqueKey event
Description
Gets a key event by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementStrategique?Identifiant=
Sample response
GETOpportunites/MarchePublicPublic market
Description
Gets a public market by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/MarchePublic?Identifiant=
Sample response
GETOpportunites/MarchesPublicsPublic markets
Description
Gets public markets delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for markets selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for markets selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics?DateDebut=&DateFin=
Sample response
GETOpportunites/MarchesPublics/AlertesPublic markets delivered via email alert
Description
Gets public markets delivered via email alerts between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for markets selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for markets selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/MarchesPublics/TagPublic markets to import in the CRM environment
Description
Gets public markets flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for markets selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for markets selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/MouvementMovement project
Description
Gets a movement project by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvement?Identifiant=
Sample response
GETOpportunites/MouvementsMovement projects
Description
Gets movement projects delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements?DateDebut=&DateFin=
Sample response
GETOpportunites/Mouvements/AlertesMovement projects delivered via email alert
Description
Gets movement projects delivered via email alert between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Mouvements/MajMovement projects updates
Description
Gets movement projects updated between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Maj?DateDebut=&DateFin=
Sample response
GETOpportunites/Mouvements/SitesLiberesPlaces made available after a company moved out
Description
Gets places made available after a company moved out between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/SitesLiberes?DateDebut=&DateFin=
Sample response
GETOpportunites/Mouvements/TagMovement projects to import in the CRM environment
Description
Gets movement projects flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/PlanificationsUrbainesUrban planifications
Description
Gets urban planifications delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for planifications selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for planifications selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines?DateDebut=&DateFin=
Sample response
GETOpportunites/PlanificationsUrbaines/AlertesUrban planifications delivered via email alert
Description
Gets urban planifications delivered via email alert between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for planifications selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for planifications selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/PlanificationsUrbaines/TagUrban planifications to import in the CRM environment
Description
Gets urban planifications flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for planifications selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for planifications selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/PlanificationUrbaineUrban planification
Description
Gets an urban planification by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationUrbaine?Identifiant=
Sample response
GETOpportunites/ProjetsMaitresOuvrageWork supervisor's projects
Description
Gets work supervisor's projects delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage?DateDebut=&DateFin=
Sample response
GETOpportunites/ProjetsMaitresOuvrage/AlertesWork supervisor's projects delivered via email alert
Description
Gets work supervisor's projects delivered via email alert between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/ProjetsMaitresOuvrage/MajWork supervisor's projects updates
Description
Gets work supervisor's projects updated between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date of update delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Maj?DateDebut=&DateFin=
Sample response
GETOpportunites/ProjetsMaitresOuvrage/TagWork supervisor's projects to import in the CRM environment
Description
Gets work supervisor's projects flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for projects selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for projects selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/PromotionPromotion
Description
Gets a promotion by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Promotion?Identifiant=
Sample response
GETOpportunites/PromotionsPromotions
Description
Gets promotions delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for promotions selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for promotions selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions?DateDebut=&DateFin=
Sample response
GETOpportunites/Promotions/AlertesPromotions delivered via email alert
Description
Gets promotions delivered via email alert between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for promotions selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for promotions selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Promotions/MajPromotions updates
Description
Gets promotions updated between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for promotions selection. Corresponds to the date of update delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for promotions selection. Corresponds to the date of update delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Maj?DateDebut=&DateFin=
Sample response
GETOpportunites/Promotions/TagPromotions to import in the CRM environment
Description
Gets promotions flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for promotions selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for promotions selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Tag?DateDebut=&DateFin=
Sample response
GETOpportunites/TransactionTransaction
Description
Gets a transaction by id.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Identifiant | Int32 | Project id. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Transaction?Identifiant=
Sample response
GETOpportunites/TransactionsTransactions
Description
Gets transactions delivered between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for transactions selection. Corresponds to the date of delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for transactions selection. Corresponds to the date of delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions?DateDebut=&DateFin=
Sample response
GETOpportunites/Transactions/AlertesTransactions delivered via email alert
Description
Gets transxactions delivered via email alert between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for transactions selection. Corresponds to the date when the email alert was sent. |
| DateFin | DateTime | Upper date limit for transactions selection. Corresponds to the date when the email alert was sent. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Alertes?DateDebut=&DateFin=
Sample response
GETOpportunites/Transactions/MajTransactions updates
Description
Gets transactions updates between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for transactions selection. Corresponds to the date of update delivery by EXPLORE. |
| DateFin | DateTime | Upper date limit for transactions selection. Corresponds to the date of update delivery by EXPLORE. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Maj?DateDebut=&DateFin=
Sample response
GETOpportunites/Transactions/TagTransactions to import in the CRM environment
Description
Gets transactions flagged as “import in my CRM environment” on the EXPLORE web app between dates.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| DateDebut | DateTime | Lower date limit for transactions selection. Corresponds to the date when they were flagged. |
| DateFin | DateTime | Upper date limit for transactions selection. Corresponds to the date when they were flagged. |
Try the webservice
URI: https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Tag?DateDebut=&DateFin=

