Webservices
Here are some resources that will help you using our API.
How to start: 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.
You can find a basic API errors documentation page by clicking here.
Documentation
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
https://extranet.explore.fr/exploreapi/api/Authentification
Sample response
ConnaissanceClient
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!
GETActualitesCompanies 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Actualites?Siren=&DateDebut=&DateFin=
Sample response
GETAdresseBuilding 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Adresse?IdentifiantBan=
Sample response
GETChantiersConstruction 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Chantiers?Siren=&DateDebut=&DateFin=&Role=
Sample response
GETEtablissementsEstablishments 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Etablissements?Siren=&InclureAnciens=
Sample response
GETMandataire/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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Mandataire/Societes?Nom=&Prenom=&Age=
Sample response
GETMandatairesCorporate 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Mandataires?Siren=&Siret=
Sample response
GETPatrimoineReal 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Patrimoine?Siren=&CodeCommune=
Sample response
GETRechercheSIRENE 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Recherche?Siret=&RaisonSociale=&Adresse=&CodePostal=&Commune=&Telephone=&SiteWeb=&Siege=&Max=
Sample response
GETRecrutementsNewly 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Recrutements?Siret=&DateDebut=&DateFin=
Sample response
GETSireneSIRENE 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
https://extranet.explore.fr/exploreapi/api/ConnaissanceClient/Sirene?Siret=&Siren=
Sample response
Geocodage
Collection de webservices liés au géocodage.
GETAdresseGéocodage inversé
Description
Recherche une adresse à partir d'un couple de coordonnées géographiques.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Latitude | Double | Latitude. |
| Longitude | Double | Longitude. |
Try the webservice
https://extranet.explore.fr/exploreapi/api/Geocodage/Adresse?Latitude=&Longitude=
Sample response
GETCoordonneesGéocodage
Description
Convertit une adresse en coordonnées géographiques.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Adresse | String | Adresse. |
Try the webservice
https://extranet.explore.fr/exploreapi/api/Geocodage/Coordonnees?Adresse=
Sample response
GETRechercheAutocomplétion d'adresse
Description
Recherche une adresse à partir d'une saisie.
Requests sent to this API method can be encrypted.
Parameters
| Name | Type | Description |
|---|---|---|
| Saisie | String | Saisie utilisateur. |
Try the webservice
https://extranet.explore.fr/exploreapi/api/Geocodage/Recherche?Saisie=
Sample response
Opportunites
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!
GETAmenagementUrbanism 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagement?Identifiant=
Sample response
GETAmenagementsUrbanism 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements?DateDebut=&DateFin=
Sample response
GETAmenagements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Alertes?DateDebut=&DateFin=
Sample response
GETAmenagements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Maj?DateDebut=&DateFin=
Sample response
GETAmenagements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Amenagements/Tag?DateDebut=&DateFin=
Sample response
GETArretePrefectoral 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arrete?Identifiant=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS/Alertes?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ARS/Tag?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC/Alertes?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/CDAC/Tag?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE/Alertes?DateDebut=&DateFin=
Sample response
GETArretes/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Arretes/ICPE/Tag?DateDebut=&DateFin=
Sample response
GETCRCMMunicipality 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
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
GETEtablissementsNew 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Etablissements?DateDebut=&DateFin=
Sample response
GETEvenementsStrategiquesKey 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
https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques?DateDebut=&DateFin=
Sample response
GETEvenementsStrategiques/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
https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques/Alertes?DateDebut=&DateFin=
Sample response
GETEvenementsStrategiques/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
https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementsStrategiques/Tag?DateDebut=&DateFin=
Sample response
GETEvenementStrategiqueKey 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
https://extranet.explore.fr/exploreapi/api/Opportunites/EvenementStrategique?Identifiant=
Sample response
GETMarchePublicPublic 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
https://extranet.explore.fr/exploreapi/api/Opportunites/MarchePublic?Identifiant=
Sample response
GETMarchesPublicsPublic 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
https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics?DateDebut=&DateFin=
Sample response
GETMarchesPublics/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
https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics/Alertes?DateDebut=&DateFin=
Sample response
GETMarchesPublics/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
https://extranet.explore.fr/exploreapi/api/Opportunites/MarchesPublics/Tag?DateDebut=&DateFin=
Sample response
GETMouvementMovement 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvement?Identifiant=
Sample response
GETMouvementsMovement 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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements?DateDebut=&DateFin=
Sample response
GETMouvements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Alertes?DateDebut=&DateFin=
Sample response
GETMouvements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Maj?DateDebut=&DateFin=
Sample response
GETMouvements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/SitesLiberes?DateDebut=&DateFin=
Sample response
GETMouvements/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Mouvements/Tag?DateDebut=&DateFin=
Sample response
GETPlanificationsUrbainesUrban 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
https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines?DateDebut=&DateFin=
Sample response
GETPlanificationsUrbaines/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
https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines/Alertes?DateDebut=&DateFin=
Sample response
GETPlanificationsUrbaines/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
https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationsUrbaines/Tag?DateDebut=&DateFin=
Sample response
GETPlanificationUrbaineUrban 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
https://extranet.explore.fr/exploreapi/api/Opportunites/PlanificationUrbaine?Identifiant=
Sample response
GETProjetsMaitresOuvrageProject managers activity
Description
Gets project managers activity 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
https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage?DateDebut=&DateFin=
Sample response
GETProjetsMaitresOuvrage/AlertesProject managers activity delivered via email alert
Description
Gets project managers activity 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
https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Alertes?DateDebut=&DateFin=
Sample response
GETProjetsMaitresOuvrage/MajProject managers activity updates
Description
Gets project managers activity 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
https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Maj?DateDebut=&DateFin=
Sample response
GETProjetsMaitresOuvrage/TagProject managers activity to import in the CRM environment
Description
Gets project managers activity 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
https://extranet.explore.fr/exploreapi/api/Opportunites/ProjetsMaitresOuvrage/Tag?DateDebut=&DateFin=
Sample response
GETPromotionPromotion
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
https://extranet.explore.fr/exploreapi/api/Opportunites/Promotion?Identifiant=
Sample response
GETPromotionsPromotions
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
https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions?DateDebut=&DateFin=
Sample response
GETPromotions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Alertes?DateDebut=&DateFin=
Sample response
GETPromotions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Maj?DateDebut=&DateFin=
Sample response
GETPromotions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Promotions/Tag?DateDebut=&DateFin=
Sample response
GETTransactionTransaction
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
https://extranet.explore.fr/exploreapi/api/Opportunites/Transaction?Identifiant=
Sample response
GETTransactionsTransactions
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
https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions?DateDebut=&DateFin=
Sample response
GETTransactions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Alertes?DateDebut=&DateFin=
Sample response
GETTransactions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Maj?DateDebut=&DateFin=
Sample response
GETTransactions/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
https://extranet.explore.fr/exploreapi/api/Opportunites/Transactions/Tag?DateDebut=&DateFin=

