Table of contents
- RetourProjets
- ProjetTag
- Action
- Societe
- DonneeComplementaire
Documentation
RetourProjets
API response for project import in the CRM environment.
| Name | Type | Description |
|---|---|---|
| PROJETS | ProjetTag[] | Projects list. |
| TOTAL | Int32 | Maximum number of results that responded to the critera. |
| NOMBRE_RESULTATS | Int32 | Maximum number of results on the current page. |
| NOMBRE_PAGES | Int32 | Total number of pages. |
| PAGE | Int32 | Current page. |
ProjetTag
Represents a project flagged as “import in my CRM environment” on the EXPLORE web app.
| Name | Type | Description |
|---|---|---|
| ACTION | Action | Information related to the project flag. |
| ID_PROJET | String | EXPLORE unique id. |
| TITRE | String | Project title. |
| THEME | String | Project theme. |
| SOUS_THEME | String | Project sub-theme. |
| SURFACE | Double | Total project area. |
| MONTANT | Double | Project cost. |
| NB_POSTE | Int32 | Amount of positions related to the project. |
| NB_LOT | Int32 | Amount of lots related to the project. |
| DATE_PUBLICATION | DateTime | Project publication date. |
| DATE_DEBUT | DateTime | Project start date. |
| DATE_FIN | DateTime | Project end date. |
| DATE_LIMITE_RECEPTION | DateTime | Date limit for application reception (public markets only). |
| DATE_VISITE | DateTime | Visit date (public markets only). |
| ADRESSE | String | Project address. |
| CP | String | Project post code. |
| VILLE | String | Project city. |
| DEPARTEMENT | String | Project department. |
| URL_DETAIL | String | Link towards the full page of the project on the EXPLORE web app. |
| CLE_PROJET | String | Project unique key (public markets only). |
| TYPE_MAJ | String | Update type. |
| DCE | String | Tender dossier download URI (public markets only). |
| CHAMP_ADDITIONNEL_1 | String | Extra field. |
| CHAMP_ADDITIONNEL_2 | String | Extra field. |
| CHAMP_ADDITIONNEL_3 | String | Extra field. |
| CHAMP_ADDITIONNEL_4 | String | Extra field. |
| CHAMP_ADDITIONNEL_5 | String | Extra field. |
| CHAMP_ADDITIONNEL_6 | String | Extra field. |
| CHAMP_ADDITIONNEL_7 | String | Extra field. |
| CHAMP_ADDITIONNEL_8 | String | Extra field. |
| CHAMP_ADDITIONNEL_9 | String | Extra field. |
| CHAMP_ADDITIONNEL_10 | String | Extra field. |
| CHAMP_ADDITIONNEL_11 | String | Extra field. |
| CHAMP_ADDITIONNEL_12 | String | Extra field. |
| CHAMP_ADDITIONNEL_13 | String | Extra field. |
| CHAMP_ADDITIONNEL_14 | String | Extra field. |
| CHAMP_ADDITIONNEL_15 | String | Extra field. |
| CHAMP_ADDITIONNEL_16 | String | Extra field. |
| CHAMP_ADDITIONNEL_17 | String | Extra field. |
| CHAMP_ADDITIONNEL_18 | String | Extra field. |
| CHAMP_ADDITIONNEL_19 | String | Extra field. |
| CHAMP_ADDITIONNEL_20 | String | Extra field. |
| SOCIETES | Societe[] | Project companies. |
Action
Represents information related to a project flag.
| Name | Type | Description |
|---|---|---|
| EMAIL_TAG | String | Email address of the co-worker who flagged the project. |
| STATUT | String | Project status. |
| AFFECTATION_EMAILS | Email[] | Email addresses of the co-workers to whom the project was assigned. |
| DONNEES_COMPLEMENTAIRES | DonneeComplementaire[] | Additional data. |
Societe
Represents a company.
| Name | Type | Description |
|---|---|---|
| IDENTIFIANT_SOCIETE_EXPLORE | Int32 | EXPLORE unique company id. |
| SIRET | String | Company SIRET number. |
| RAISON_SOCIALE | String | Company name. |
| ADRESSE | String | Company address. |
| CP | String | Company post code. |
| VILLE | String | Company city. |
| CODE_NAF | String | Company activity code. |
| TELEPHONE | String | Company phone number. |
| EFFECTIF | String | Company workforce classification. |
| NATURE_ETS | String | Establishment type. |
| ROLE | String | Role of the company in the related project. |
Represents an email address.
| Name | Type | Description |
|---|---|---|
| String | Co-worker email address. |
DonneeComplementaire
Represents additional data for a project flag.
| Name | Type | Description |
|---|---|---|
| LIBELLE | String | Label. |
| VALEUR | String | Value. |

