Datachain Core API

API for Datachain application, version : 8.1.0 (build 11928) [30-05-2023 10:15:26]
More information: https://www.adobisgroup.fr/
Contact Info: camille.dubois@adobisgroup.fr
Version: 8.1.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

  1. OAuth AuthorizationUrl:TokenUrl:/service/oauth/token

Methods

[ Jump to Models ]

Table of Contents

AllChartController

AllDepotController

AllGridController

AllMediaController

AutoDocController

BarChartController

BinaryDepotController

CaracController

CaracDepotMappingController

CharsetController

CommentController

ConnectorController

CsvDepotController

DashboardController

DashboardPublicationController

DataBlockController

DataBlockExecController

DataBlockExportHistoryController

DataCatalogController

DataExposeController

DataFrameController

DateMaskController

DbConnectorController

DbSqlDepotController

DcGraphController

EntiteTypeController

EntiteTypeDepotLinkController

EsConnectorController

ExcelDepotController

ExportController

ExposeProjectController

ExposeQueryController

FileDownloadController

FormulaCatalogController

FormuleController

FunnelChartController

GaugeBarChartController

GaugeCircularChartController

GaugeLinearChartController

GroupController

HdOptionsController

HdSourceController

HdSourceExecController

HdfsConnectorController

HttpConnectorController

ImageMediaController

IndicatorChartController

JobTypeController

JsonDepotController

LanguageController

MapController

MongodbDepotController

MonitoringController

Neo4jDepotController

ParquetDepotController

PdfMediaController

PieChartController

PivotGridController

ProjectBulkExecutionController

ProjectController

ProjectMessageController

RangeChartController

S3ConnectorController

SankeyChartController

ScatterChartController

SftpConnectorController

SimpleGridController

SparkJobsController

StorageModeController

TagController

TimeLineController

TimezoneController

TreemapChartController

UserTokenController

ValueSearchController

VersionInfoController

WebUiParametersController

XmlDepotController

AllChartController

Up
delete /service/charts
Delete a list of charts (deleteBulkHdChart)

Query parameters

chartsId (required)
Query Parameter — Requested chart Ids format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts
Get a list of all available charts (getAllHdCharts)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdChart]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/linked_elements
Get chart linked element for move/copy (getElementsForMove)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Chart ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/move_elements
Move chart and linked elements to another project (moveElements)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Chart ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

AllDepotController

Up
delete /service/depots
Delete a list of depots (deleteManyDepots)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotsIds (required)
Query Parameter — depotsIds format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots
View a list of depots (findAllDepots)

Query parameters

details (optional)
Query Parameter — Return the metadata object if True, the label and the code only if false
excludePublic (optional)
Query Parameter — Exclude public projects
excludedTypes (optional)
Query Parameter — Exclude connectors which the type is present in this list
includedTypes (optional)
Query Parameter — Include connectors which the type is present in this list
project (optional)
Query Parameter — Project id format: int64

Return type

array[Depot]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "connector" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "lib" : "lib",
    "connector_type" : "connector_type",
    "id" : 0
  },
  "lib" : "lib",
  "headers_referencing_mode" : "LABEL",
  "id" : 5,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "depot_type" : "depot_type"
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "connector" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "lib" : "lib",
    "connector_type" : "connector_type",
    "id" : 0
  },
  "lib" : "lib",
  "headers_referencing_mode" : "LABEL",
  "id" : 5,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "depot_type" : "depot_type"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/by_connector_id
Get a list of depot for a given connector (findDepotsByConnectorId)

Query parameters

connectorId (required)
Query Parameter — connectorId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Depot]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "connector" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "lib" : "lib",
    "connector_type" : "connector_type",
    "id" : 0
  },
  "lib" : "lib",
  "headers_referencing_mode" : "LABEL",
  "id" : 5,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "depot_type" : "depot_type"
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "connector" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "lib" : "lib",
    "connector_type" : "connector_type",
    "id" : 0
  },
  "lib" : "lib",
  "headers_referencing_mode" : "LABEL",
  "id" : 5,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "depot_type" : "depot_type"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/all/{depotId}
Get a depot by id (findOneDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Depot

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "connector" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "lib" : "lib",
    "connector_type" : "connector_type",
    "id" : 0
  },
  "lib" : "lib",
  "headers_referencing_mode" : "LABEL",
  "id" : 5,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Depot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/linked_elements
Get depot linked element for move/copy (getElementsForMove1)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Depot ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/all/referencing_modes
Get depot headers referencing modes (getHeadersReferencingModes)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[HeadersReferencingMode]

Example data

Content-Type: application/json
[ {
  "label" : "label",
  "value" : "value"
}, {
  "label" : "label",
  "value" : "value"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/move_elements
Move depot and linked elements to another project (moveElements1)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Depot ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

AllGridController

Up
delete /service/grids
Delete a list of grids (deleteBulkGridUsingDELETE)

Query parameters

gridsId (required)
Query Parameter — Requested grid Ids format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/grids
Get a list of all available grids (getAllUsingGET)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdGrid]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "simple"
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "simple"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/grids/linked_elements
Get grids linked element for move/copy (getElementsForMove2)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Grid ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/grids/move_elements
Move Grid and linked elements to another project (moveElements2)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Grid ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

AllMediaController

Up
post /service/medias/{id}/items
Create a media item (createMediaItem)

Path parameters

id (required)
Path Parameter — Media Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MediaItemEntry (required)
Body Parameter — mediaItemEntry

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/medias/{id}/items/uploaded
Create a media item with upload (createUploadedMediaItem)

Path parameters

id (required)
Path Parameter — Media Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Form parameters

project (optional)
Form Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/medias
Delete a list of medias (deleteBulkHdMedia)

Query parameters

mediasId (required)
Query Parameter — Requested media Ids format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/medias/{id}/items/{itemId}
Delete a media item (deleteMediaItem)

Path parameters

id (required)
Path Parameter — Media Id format: int64
itemId (required)
Path Parameter — Item Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/medias/download
Download a media file (downloadMediaFile)

Query parameters

token (optional)
Query Parameter — Token du media

Return type

InputStreamResource

Example data

Content-Type: application/json
{
  "readable" : true,
  "input_stream" : { },
  "file" : {
    "parent" : "parent",
    "canonical_path" : "canonical_path",
    "hidden" : true,
    "directory" : true,
    "path" : "path",
    "absolute_path" : "absolute_path",
    "file" : true,
    "usable_space" : 1,
    "absolute" : true,
    "name" : "name",
    "total_space" : 6,
    "free_space" : 0
  },
  "filename" : "filename",
  "description" : "description",
  "uri" : {
    "raw_authority" : "raw_authority",
    "opaque" : true,
    "scheme_specific_part" : "scheme_specific_part",
    "scheme" : "scheme",
    "query" : "query",
    "raw_fragment" : "raw_fragment",
    "raw_query" : "raw_query",
    "path" : "path",
    "fragment" : "fragment",
    "raw_scheme_specific_part" : "raw_scheme_specific_part",
    "port" : 5,
    "user_info" : "user_info",
    "absolute" : true,
    "authority" : "authority",
    "host" : "host",
    "raw_user_info" : "raw_user_info",
    "raw_path" : "raw_path"
  },
  "open" : true,
  "url" : {
    "path" : "path",
    "protocol" : "protocol",
    "ref" : "ref",
    "default_port" : 5,
    "file" : "file",
    "port" : 2,
    "user_info" : "user_info",
    "authority" : "authority",
    "query" : "query",
    "host" : "host",
    "content" : { }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK InputStreamResource

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/token
get Download media file token (downloadMediaFileToken)

Query parameters

mediaItemId (optional)
Query Parameter — Media Item Id format: int64
mediasId (optional)
Query Parameter — Media Id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboard_publication/medias/download
Download a published media file (downloadPublishedMediaFile)

Query parameters

link (required)
Query Parameter — link
mediaItemId (optional)
Query Parameter — Media Item Id format: int64

Return type

InputStreamResource

Example data

Content-Type: application/json
{
  "readable" : true,
  "input_stream" : { },
  "file" : {
    "parent" : "parent",
    "canonical_path" : "canonical_path",
    "hidden" : true,
    "directory" : true,
    "path" : "path",
    "absolute_path" : "absolute_path",
    "file" : true,
    "usable_space" : 1,
    "absolute" : true,
    "name" : "name",
    "total_space" : 6,
    "free_space" : 0
  },
  "filename" : "filename",
  "description" : "description",
  "uri" : {
    "raw_authority" : "raw_authority",
    "opaque" : true,
    "scheme_specific_part" : "scheme_specific_part",
    "scheme" : "scheme",
    "query" : "query",
    "raw_fragment" : "raw_fragment",
    "raw_query" : "raw_query",
    "path" : "path",
    "fragment" : "fragment",
    "raw_scheme_specific_part" : "raw_scheme_specific_part",
    "port" : 5,
    "user_info" : "user_info",
    "absolute" : true,
    "authority" : "authority",
    "host" : "host",
    "raw_user_info" : "raw_user_info",
    "raw_path" : "raw_path"
  },
  "open" : true,
  "url" : {
    "path" : "path",
    "protocol" : "protocol",
    "ref" : "ref",
    "default_port" : 5,
    "file" : "file",
    "port" : 2,
    "user_info" : "user_info",
    "authority" : "authority",
    "query" : "query",
    "host" : "host",
    "content" : { }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK InputStreamResource

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias
Get a list of all available medias (getAllHdMedias)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdMedia]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "image"
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "image"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/{id}/items
Get a list of media items (getAllMediaItems)

Path parameters

id (required)
Path Parameter — Requested media Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[MediaItem]

Example data

Content-Type: application/json
[ {
  "binary" : true,
  "link" : "link",
  "updated_by" : "updated_by",
  "description" : "description",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "id" : 3,
  "label" : "label",
  "type" : "type",
  "created_by" : "created_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00"
}, {
  "binary" : true,
  "link" : "link",
  "updated_by" : "updated_by",
  "description" : "description",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "id" : 3,
  "label" : "label",
  "type" : "type",
  "created_by" : "created_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/linked_elements
Get medias linked element for move/copy (getElementsForMove3)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Media ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/move_elements
Move Media and linked elements to another project (moveElements3)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Media ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/medias/{id}/items/{itemId}
Update a media item (updateMediaItem)

Path parameters

id (required)
Path Parameter — Media Id format: int64
itemId (required)
Path Parameter — Item Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MediaItemEntry (required)
Body Parameter — mediaItemEntry

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/medias/{id}/items/uploaded/{itemId}
Update a media item with upload (updateUploadedMediaItem)

Path parameters

id (required)
Path Parameter — Media Id format: int64
itemId (required)
Path Parameter — Item Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Form parameters

project (optional)
Form Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

AutoDocController

Up
get /service/auto_doc/{elementId}
Generate Business Entity / DataBlock documentation (generateDBOrEntityDoc)

Path parameters

elementId (required)
Path Parameter — elementId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

BarChartController

Up
get /service/charts/bar/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/bar
Create a new chart (createBarChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/bar/from_db
Create a new chart from datablock (createBarChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/bar/{id}
Delete an existing chart (deleteBarChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/bar/{id}/duplicate
Duplicate an existing chart (duplicateBarChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/bar/{id}/config
Update the configuration informations of an existing chart (editBarChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/bar/{id}
Edit chart (editBarChartFromDb)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/bar/{id}/config
Get the configuration informations of an existing chart (getBarChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

BarChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "serie_template_field" : "serie_template_field",
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "serie_template" : true,
    "rotated" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "type" : "area",
    "value_axis" : {
      "value_type" : "numeric",
      "show_point" : true,
      "color" : "color",
      "column" : "column",
      "visual_range" : {
        "start_value" : 7.061401241503109
      },
      "aggregation" : "AVG",
      "constant_lines" : [ {
        "dash_style" : "dash",
        "color" : "color",
        "width" : 2,
        "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
        "label" : "label",
        "value" : 5.637376656633329
      }, {
        "dash_style" : "dash",
        "color" : "color",
        "width" : 2,
        "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
        "label" : "label",
        "value" : 5.637376656633329
      } ],
      "title" : "title",
      "type" : "discrete",
      "dash_style" : "dash",
      "cumul" : true,
      "position" : "right",
      "inverted" : true,
      "show_label" : true
    },
    "zoom_mode" : "NONE",
    "crosshair" : {
      "dash_style" : "dash",
      "enabled" : true
    },
    "argument_axis" : {
      "grid" : true,
      "column" : "column",
      "format" : "currency",
      "label" : {
        "word_wrap" : "normal",
        "display_mode" : "rotate",
        "format" : "format",
        "rotation_angle" : 6.027456183070403
      },
      "position" : "right",
      "argument_type" : "numeric",
      "inverted" : true,
      "title" : "title",
      "type" : "discrete",
      "aggregation_interval" : {
        "type" : "day",
        "value" : 0.8008281904610115
      },
      "minor_grid" : true
    },
    "serie_template_title" : "serie_template_title",
    "sub_type" : "SPLINEAREA",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "series" : [ {
      "dash_style" : "dash",
      "show_point" : true,
      "color" : "color",
      "sub_type" : "SPLINEAREA",
      "name" : "name",
      "aggregation" : "AVG",
      "value_field" : "value_field",
      "cumul" : true,
      "type" : "area",
      "separated_axis" : true
    }, {
      "dash_style" : "dash",
      "show_point" : true,
      "color" : "color",
      "sub_type" : "SPLINEAREA",
      "name" : "name",
      "aggregation" : "AVG",
      "value_field" : "value_field",
      "cumul" : true,
      "type" : "area",
      "separated_axis" : true
    } ],
    "palette" : "bright",
    "bar_padding" : 1.4658129805029452,
    "export" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BarChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/bar/{id}
Get a chart by Id (getBarChartFromDb)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

BinaryDepotController

Up
post /service/depots/binary
create Binary Depot (createBinaryDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BinaryDepot (required)
Body Parameter — binaryDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

BinaryDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 5,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BinaryDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/binary/{depotId}/headers
create Depot Header (createBinaryDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/binary/{depotId}/extractions
create Extraction (createBinaryExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/binary/filters/{depotId}
create Extraction Filter (createBinaryExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/binary/{depotId}/headers
delete All Depot Header (deleteAllBinaryDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/binary/{depotId}
delete Binary Depot (deleteBinaryDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/binary/{depotId}/remote_files
delete binary file by name (deleteBinaryDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/binary/headers/{headerId}
delete Depot Header (deleteBinaryDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/binary/{depotId}/extractions
delete Extraction (deleteBinaryExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/binary/filters/{filterId}
delete Extraction Filter (deleteBinaryExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/depots/binary/{depotId}/extractions
delete Extraction Filter (deleteBinaryExtractionFilter1)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depot/binary/{depotId}/download
Download local Binary file (download local Binary file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/binary/{depotId}
edit Binary Depot (editBinaryDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BinaryDepot (required)
Body Parameter — binaryDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

BinaryDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 5,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BinaryDepot

Up
put /service/depots/binary/headers/{headerId}
edit Depot Header (editBinaryDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/binary/filters/{filterId}
edit Extraction Filter (editBinaryExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/binary
Find All Binary Depot (findAllBinaryDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[BinaryDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 5,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 5,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/filters/{depotId}
find All Extraction Filters (findAllBinaryExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}
find One BinaryDepot By Id (findOneBinaryDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

BinaryDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 5,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BinaryDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}/count
Get binary depot files count (getBinaryDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}/headers
get DepotHeaders By Depot Id (getBinaryDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}/remote_files
Get binary depot remoteFiles (getBinaryDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}/extractions/preview
get Extraction File Preview (getBinaryExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/binary/{depotId}/preview
Get binary depot remoteFiles (getBinaryPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

InputStreamResource

Example data

Content-Type: application/json
{
  "readable" : true,
  "input_stream" : { },
  "file" : {
    "parent" : "parent",
    "canonical_path" : "canonical_path",
    "hidden" : true,
    "directory" : true,
    "path" : "path",
    "absolute_path" : "absolute_path",
    "file" : true,
    "usable_space" : 1,
    "absolute" : true,
    "name" : "name",
    "total_space" : 6,
    "free_space" : 0
  },
  "filename" : "filename",
  "description" : "description",
  "uri" : {
    "raw_authority" : "raw_authority",
    "opaque" : true,
    "scheme_specific_part" : "scheme_specific_part",
    "scheme" : "scheme",
    "query" : "query",
    "raw_fragment" : "raw_fragment",
    "raw_query" : "raw_query",
    "path" : "path",
    "fragment" : "fragment",
    "raw_scheme_specific_part" : "raw_scheme_specific_part",
    "port" : 5,
    "user_info" : "user_info",
    "absolute" : true,
    "authority" : "authority",
    "host" : "host",
    "raw_user_info" : "raw_user_info",
    "raw_path" : "raw_path"
  },
  "open" : true,
  "url" : {
    "path" : "path",
    "protocol" : "protocol",
    "ref" : "ref",
    "default_port" : 5,
    "file" : "file",
    "port" : 2,
    "user_info" : "user_info",
    "authority" : "authority",
    "query" : "query",
    "host" : "host",
    "content" : { }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK InputStreamResource

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/binary/headers
Get headers from a CSV depot (getHeadersFromCsvDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CsvDepot (required)
Body Parameter — csvDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
inferSchema (optional)
Query Parameter — inferSchema
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/binary/upload_file
Upload Binary file to a depot (handleBinaryFileUpload)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/binary/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/binary/{depotId}/remote_files/preview
Get binary depot file preview (previewBinaryRemoteBinaryFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

InputStreamResource

Example data

Content-Type: application/json
{
  "readable" : true,
  "input_stream" : { },
  "file" : {
    "parent" : "parent",
    "canonical_path" : "canonical_path",
    "hidden" : true,
    "directory" : true,
    "path" : "path",
    "absolute_path" : "absolute_path",
    "file" : true,
    "usable_space" : 1,
    "absolute" : true,
    "name" : "name",
    "total_space" : 6,
    "free_space" : 0
  },
  "filename" : "filename",
  "description" : "description",
  "uri" : {
    "raw_authority" : "raw_authority",
    "opaque" : true,
    "scheme_specific_part" : "scheme_specific_part",
    "scheme" : "scheme",
    "query" : "query",
    "raw_fragment" : "raw_fragment",
    "raw_query" : "raw_query",
    "path" : "path",
    "fragment" : "fragment",
    "raw_scheme_specific_part" : "raw_scheme_specific_part",
    "port" : 5,
    "user_info" : "user_info",
    "absolute" : true,
    "authority" : "authority",
    "host" : "host",
    "raw_user_info" : "raw_user_info",
    "raw_path" : "raw_path"
  },
  "open" : true,
  "url" : {
    "path" : "path",
    "protocol" : "protocol",
    "ref" : "ref",
    "default_port" : 5,
    "file" : "file",
    "port" : 2,
    "user_info" : "user_info",
    "authority" : "authority",
    "query" : "query",
    "host" : "host",
    "content" : { }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK InputStreamResource

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/binary/{depotId}/active
update Depot Activation Status (updateBinaryDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/binary/{depotId}/headers/update_position
update Depot Headers Positions (updateBinaryDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

CaracController

Up
post /service/caracs/{entiteTypeId}
create new carac (createCarac)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CaracEntry (required)
Body Parameter — caracEntry

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/caracs/create/depot/link/{linkId}
create Carac And Mapping From Depot By LinkId (createCaracAndMappingFromDepotByLinkId)

Path parameters

linkId (required)
Path Parameter — linkId format: int64

Query parameters

createRepDetails (optional)
Query Parameter — createRepDetails
prefix (optional)
Query Parameter — prefix
project (optional)
Query Parameter — Project id format: int64

Return type

Tuple2«int,long»

Example data

Content-Type: application/json
{
  "v1" : 0,
  "v2" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Tuple2«int,long»

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/caracs/{id}
delete carac (deleteCarac)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/caracs/{entiteTypeId}
edit carac (editCarac)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CaracEntry (required)
Body Parameter — caracEntry

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/caracs/{id}/libs
find carac label (findCaracLabel)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

MetadataLabel

Example data

Content-Type: application/json
{
  "description" : "description",
  "label" : "label"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MetadataLabel

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/search_by_edge
find Caracs By EdgeId (findCaracsByEdgeId)

Query parameters

edgeId (required)
Query Parameter — edgeId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[ElementaryDataStruct]

Example data

Content-Type: application/json
[ {
  "parent_entite_type_id" : 1,
  "join_type" : "join_type",
  "code" : "code",
  "lib_long" : "lib_long",
  "parent_entite_type_lib" : "parent_entite_type_lib",
  "parent_is_data_block" : true,
  "poids" : 5,
  "description" : "description",
  "list" : true,
  "type" : "type",
  "is_data_block" : true,
  "lib_type" : "lib_type",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "lib_court" : "lib_court",
  "complex" : true,
  "id_type" : 6,
  "id" : 0,
  "code_type" : "code_type",
  "parent_entite_type_code" : "parent_entite_type_code"
}, {
  "parent_entite_type_id" : 1,
  "join_type" : "join_type",
  "code" : "code",
  "lib_long" : "lib_long",
  "parent_entite_type_lib" : "parent_entite_type_lib",
  "parent_is_data_block" : true,
  "poids" : 5,
  "description" : "description",
  "list" : true,
  "type" : "type",
  "is_data_block" : true,
  "lib_type" : "lib_type",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "lib_court" : "lib_court",
  "complex" : true,
  "id_type" : 6,
  "id" : 0,
  "code_type" : "code_type",
  "parent_entite_type_code" : "parent_entite_type_code"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/search_by_entite
find Simple Caracs By Entite Id (findSimpleCaracsByEntiteId)

Query parameters

entiteId (required)
Query Parameter — entiteId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Carac]

Example data

Content-Type: application/json
[ {
  "parent_entite_type_id" : 7,
  "code" : "code",
  "lib" : "lib",
  "poids" : 9,
  "description" : "description",
  "icon_id" : 1,
  "origin_column_id" : "origin_column_id",
  "lib_entite_type" : "lib_entite_type",
  "children" : [ null, null ],
  "complex" : true,
  "imported" : true,
  "metadata_id" : 2,
  "structured" : true,
  "id" : 5,
  "key" : "key",
  "selected" : true,
  "mapping_count" : 5,
  "join_type" : "join_type",
  "cf" : true,
  "label" : "label",
  "list" : true,
  "entite_type" : {
    "code" : "code",
    "lib" : "lib",
    "entite_id" : 0,
    "id" : 6
  },
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "hdh_format" : {
    "label" : "label",
    "value" : "value"
  },
  "formula" : "formula"
}, {
  "parent_entite_type_id" : 7,
  "code" : "code",
  "lib" : "lib",
  "poids" : 9,
  "description" : "description",
  "icon_id" : 1,
  "origin_column_id" : "origin_column_id",
  "lib_entite_type" : "lib_entite_type",
  "children" : [ null, null ],
  "complex" : true,
  "imported" : true,
  "metadata_id" : 2,
  "structured" : true,
  "id" : 5,
  "key" : "key",
  "selected" : true,
  "mapping_count" : 5,
  "join_type" : "join_type",
  "cf" : true,
  "label" : "label",
  "list" : true,
  "entite_type" : {
    "code" : "code",
    "lib" : "lib",
    "entite_id" : 0,
    "id" : 6
  },
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "hdh_format" : {
    "label" : "label",
    "value" : "value"
  },
  "formula" : "formula"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/{id}/top_values
find Top Values (findTopValues)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
entiteTypeId (optional)
Query Parameter — entiteTypeId format: int64
limit (optional)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
searchMode (optional)
Query Parameter — searchMode
text (optional)
Query Parameter — text

Return type

map[String, BigDecimal]

Example data

Content-Type: application/json
{
  "key" : 0.8008281904610115
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/{id}
get carac by id (getCaracById)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Carac

Example data

Content-Type: application/json
{
  "parent_entite_type_id" : 7,
  "code" : "code",
  "lib" : "lib",
  "poids" : 9,
  "description" : "description",
  "icon_id" : 1,
  "origin_column_id" : "origin_column_id",
  "lib_entite_type" : "lib_entite_type",
  "children" : [ null, null ],
  "complex" : true,
  "imported" : true,
  "metadata_id" : 2,
  "structured" : true,
  "id" : 5,
  "key" : "key",
  "selected" : true,
  "mapping_count" : 5,
  "join_type" : "join_type",
  "cf" : true,
  "label" : "label",
  "list" : true,
  "entite_type" : {
    "code" : "code",
    "lib" : "lib",
    "entite_id" : 0,
    "id" : 6
  },
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "hdh_format" : {
    "label" : "label",
    "value" : "value"
  },
  "formula" : "formula"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Carac

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/elementary_data/{entiteTypeId}
get Carac ElementaryData By UetId (getCaracElementaryDataByUetId)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ElementaryDataStruct]

Example data

Content-Type: application/json
[ {
  "parent_entite_type_id" : 1,
  "join_type" : "join_type",
  "code" : "code",
  "lib_long" : "lib_long",
  "parent_entite_type_lib" : "parent_entite_type_lib",
  "parent_is_data_block" : true,
  "poids" : 5,
  "description" : "description",
  "list" : true,
  "type" : "type",
  "is_data_block" : true,
  "lib_type" : "lib_type",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "lib_court" : "lib_court",
  "complex" : true,
  "id_type" : 6,
  "id" : 0,
  "code_type" : "code_type",
  "parent_entite_type_code" : "parent_entite_type_code"
}, {
  "parent_entite_type_id" : 1,
  "join_type" : "join_type",
  "code" : "code",
  "lib_long" : "lib_long",
  "parent_entite_type_lib" : "parent_entite_type_lib",
  "parent_is_data_block" : true,
  "poids" : 5,
  "description" : "description",
  "list" : true,
  "type" : "type",
  "is_data_block" : true,
  "lib_type" : "lib_type",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "lib_court" : "lib_court",
  "complex" : true,
  "id_type" : 6,
  "id" : 0,
  "code_type" : "code_type",
  "parent_entite_type_code" : "parent_entite_type_code"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/links/search/by_mapped_carac
search Links By Mapped Carac (searchLinksByMappedCarac)

Query parameters

caracId (required)
Query Parameter — caracId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/caracs/{id}/setCf/{isCf}
set CaracCf (setCaracCf)

Path parameters

id (required)
Path Parameter — id format: int64
isCf (required)
Path Parameter — isCf

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/caracs/formula
update Carac Formula (updateCaracFormula)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Carac (required)
Body Parameter — carac

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

CaracDepotMappingController

Up
post /service/entite_file/mapping/add/{caracId}
add Depot Carac Mapping (addDepotCaracMapping)

Path parameters

caracId (required)
Path Parameter — caracId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CaracMapping (required)
Body Parameter — requestParams

Query parameters

project (optional)
Query Parameter — Project id format: int64
reloadData (optional)
Query Parameter — reloadData

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

CharsetController

Up
get /service/charsets
findAll (findAllUsingGET)

Return type

array[Charset]

Example data

Content-Type: application/json
[ {
  "label" : "label",
  "value" : "value"
}, {
  "label" : "label",
  "value" : "value"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

CommentController

Up
delete /service/COMMENTS/{commentId}
deleteComment (deleteComment)

Path parameters

commentId (required)
Path Parameter — commentId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/COMMENTS
deleteFormulaCatalogItem (deleteFormulaCatalogItem)

Query parameters

ids (required)
Query Parameter — ids format: int64

Responses

200

OK

Up
get /service/COMMENTS
listCommentsByElement (listCommentsByElement)

Query parameters

dcType (required)
Query Parameter — dcType
elementId (required)
Query Parameter — elementId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Comment]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "comment_value" : "comment_value",
  "level" : 6,
  "receiver_id" : "receiver_id",
  "id" : 0,
  "sender_id" : "sender_id"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "comment_value" : "comment_value",
  "level" : 6,
  "receiver_id" : "receiver_id",
  "id" : 0,
  "sender_id" : "sender_id"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/COMMENTS
postComment (postComment)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CommentEntry (required)
Body Parameter — comment

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
dcType (required)
Query Parameter — dcType
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
elementId (required)
Query Parameter — elementId format: int64
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Comment

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "comment_value" : "comment_value",
  "level" : 6,
  "receiver_id" : "receiver_id",
  "id" : 0,
  "sender_id" : "sender_id"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Comment

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ConnectorController

Up
delete /service/connectors
Delete a connectors by IDs (deleteManyConnectors)

Query parameters

connectorIds (required)
Query Parameter — connectorIds format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/connectors
View a list of connectors (findAllConnectors)

Query parameters

details (optional)
Query Parameter — Return the metadata object if True, the label and the code only if false
excludePublic (optional)
Query Parameter — Exclude public projects
excludedTypes (optional)
Query Parameter — Exclude connectors which the type is present in this list
includedTypes (optional)
Query Parameter — Include connectors which the type is present in this list
project (optional)
Query Parameter — Project id format: int64

Return type

array[Connector]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "lib" : "lib",
  "connector_type" : "connector_type",
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "lib" : "lib",
  "connector_type" : "connector_type",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/{connectorId}
Get a connector by ID (findConnectorById)

Path parameters

connectorId (required)
Path Parameter — Connector ID format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Connector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "lib" : "lib",
  "connector_type" : "connector_type",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Connector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/linked_elements
Get connector linked element for move/copy (getElementsForMove4)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Connector ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/move_elements
Move connector and linked elements to another project (moveElements4)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Connector ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

CsvDepotController

Up
post /service/depots/csv
create Csv Depot (createCsvDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CsvDepot (required)
Body Parameter — csvDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

CsvDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "quote_csv" : "quote_csv",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "delimiter_csv" : "delimiter_csv",
  "multiline" : true,
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CsvDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/csv/{depotId}/headers
create DepotHeader (createCsvDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/csv/{depotId}/extractions
create Extraction (createCsvExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/csv/filters/{depotId}
create Extraction Filter (createCsvExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/csv/{depotId}/headers
delete All Depot Header (deleteAllCsvDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/csv/{depotId}
delete Csv Depot (deleteCsvDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/csv/{depotId}/remote_files
delete csv file by name (deleteCsvDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/csv/headers/{headerId}
delete Depot Header (deleteCsvDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/csv/{depotId}/extractions
delete Extraction (deleteCsvExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/csv/filters/{filterId}
delete Extraction Filter (deleteCsvExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/depots/csv/{depotId}/charset
Detect csv depot charset (detectCsvCharset)
This operation is applied on a random file from the depots files

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depot/csv/{depotId}/download
Download local CSV file (download local CSV file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/csv/{depotId}
edit Csv Depot (editCsvDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CsvDepot (required)
Body Parameter — csvDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

CsvDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "quote_csv" : "quote_csv",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "delimiter_csv" : "delimiter_csv",
  "multiline" : true,
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CsvDepot

Up
put /service/depots/csv/headers/{headerId}
edit Depot Header (editCsvDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/csv/filters/{filterId}
edit Extraction Filter (editCsvExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/csv
find All Csv Depots (findAllCsvDepots)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[CsvDepot]

Example data

Content-Type: application/json
[ {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "quote_csv" : "quote_csv",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "delimiter_csv" : "delimiter_csv",
  "multiline" : true,
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}, {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "quote_csv" : "quote_csv",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "delimiter_csv" : "delimiter_csv",
  "multiline" : true,
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/filters/{depotId}
find All Extraction Filters (findAllCsvExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}
find One Csv Depot By Id (findOneCsvDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

CsvDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "quote_csv" : "quote_csv",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "delimiter_csv" : "delimiter_csv",
  "multiline" : true,
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CsvDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/extractions
get Depot Extractions (getCsvDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/count
Get csv depot files count (getCsvDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/headers
get Depot Headers By Depot Id (getCsvDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/remote_files
Get csv depot remoteFiles (getCsvDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/extractions/preview
get Extraction File Preview (getCsvExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/csv/headers
get Headers From Csv Depot (getHeadersFromCsvDepot1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CsvDepot (required)
Body Parameter — csvDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
inferSchema (optional)
Query Parameter — inferSchema
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/csv/upload_file
Upload csv file to a depot (handleFileUpload)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/csv/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate1)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/csv/{depotId}/preview
Get csv depot preview (previewDepotCsvFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/csv/{depotId}/remote_files/preview
Get csv depot file preview (previewRemoteCsvFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/csv/{depotId}/active
update Depot Activation Status (updateCsvDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/csv/{depotId}/headers/update_position
update Depot Headers Positions (updateCsvDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

DashboardController

Up
post /service/dashboards
Create a new dashboard (createDashboard)
Create a new dashboard and returns the new generated Id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateDashboardEntry (required)
Body Parameter — New dashboard data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/dashboards
Delete a list of charts (deleteBulkDashboard)

Query parameters

ids (required)
Query Parameter — Requested chart Ids format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/dashboards/{id}
Delete an existing dashboard (deleteDashboard)

Path parameters

id (required)
Path Parameter — The Id of the dashboard to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/dashboards/{id}
Edit dashboard (editDashboard)
Edit an existing dashboard

Path parameters

id (required)
Path Parameter — Id of dashboard to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateDashboardEntry (required)
Body Parameter — Update dashboard data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/dashboards/{id}/config
Update the configuration informations of an existing dashboard (editDashboardConfig)

Path parameters

id (required)
Path Parameter — HdDashboard Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/dashboards
Get a list of the available dashboards (getAllDashboards)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdDashboard]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{id}
Get a dashboard by Id (getDashboard)

Path parameters

id (required)
Path Parameter — Requested dashboard Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdDashboard

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdDashboard

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{id}/config
Get the configuration informations of an existing dashboard (getDashboardConfig)

Path parameters

id (required)
Path Parameter — HdDashboard Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DashboardConfig

Example data

Content-Type: application/json
{
  "elements" : [ {
    "grid_type" : "simple",
    "chart_type" : "barline",
    "hd_label" : "hd_label",
    "media_type" : "image",
    "hd_id" : 0,
    "id" : 6,
    "label" : "label",
    "label_visible" : true,
    "type" : "MAP",
    "config" : {
      "border" : true,
      "col" : 7,
      "centering_modes" : {
        "key" : "centering_modes"
      },
      "size_y" : 4,
      "size_x" : 3,
      "scroll" : true,
      "head_band" : true,
      "label_visible" : true,
      "row" : 5,
      "centering" : {
        "key" : {
          "key" : "centering"
        }
      }
    },
    "uuid" : "uuid",
    "html_editor" : {
      "html_content" : "html_content"
    }
  }, {
    "grid_type" : "simple",
    "chart_type" : "barline",
    "hd_label" : "hd_label",
    "media_type" : "image",
    "hd_id" : 0,
    "id" : 6,
    "label" : "label",
    "label_visible" : true,
    "type" : "MAP",
    "config" : {
      "border" : true,
      "col" : 7,
      "centering_modes" : {
        "key" : "centering_modes"
      },
      "size_y" : 4,
      "size_x" : 3,
      "scroll" : true,
      "head_band" : true,
      "label_visible" : true,
      "row" : 5,
      "centering" : {
        "key" : {
          "key" : "centering"
        }
      }
    },
    "uuid" : "uuid",
    "html_editor" : {
      "html_content" : "html_content"
    }
  } ],
  "global" : {
    "centering_active" : true,
    "centerings" : [ {
      "slider" : true,
      "autocomplete_element" : "autocomplete_element",
      "color" : "color",
      "free_operator" : true,
      "slider_min" : 4.678947989005849,
      "slider_date_max" : "2000-01-23T04:56:07.000+00:00",
      "slider_date_step" : "millisecond",
      "type" : "string",
      "uuid" : "uuid",
      "operator" : "is_null",
      "ignore_case" : true,
      "updated_centering" : "updated_centering",
      "autocomplete_source" : 4,
      "value" : {
        "between_value1" : 9.132027271330688,
        "date_without_time_value" : "2000-01-23T04:56:07.000+00:00",
        "numeric_value" : 0.5199002018724985,
        "string_value" : "string_value",
        "date_value" : "2000-01-23T04:56:07.000+00:00",
        "list_string_value" : [ "list_string_value", "list_string_value" ],
        "between_date_value2" : "between_date_value2",
        "between_date_value1" : "between_date_value1",
        "list_numeric_value" : [ 9.702963800023566, 9.702963800023566 ],
        "between_value2" : 0.8774076871421566,
        "without_time" : true,
        "between_date_without_time_value1" : "between_date_without_time_value1",
        "between_date_without_time_value2" : "between_date_without_time_value2"
      },
      "updated_centering_operator" : "is_null",
      "autocomplete" : true,
      "selection_values" : [ "selection_values", "selection_values" ],
      "slider_date_min" : "2000-01-23T04:56:07.000+00:00",
      "slider_step" : 7.260521264802104,
      "value_selection" : true,
      "label" : "label",
      "slider_max" : 1.041444916118296,
      "autocomplete_column" : "autocomplete_column",
      "autocomplete_mode" : "simple",
      "updated_centering_column" : "updated_centering_column"
    }, {
      "slider" : true,
      "autocomplete_element" : "autocomplete_element",
      "color" : "color",
      "free_operator" : true,
      "slider_min" : 4.678947989005849,
      "slider_date_max" : "2000-01-23T04:56:07.000+00:00",
      "slider_date_step" : "millisecond",
      "type" : "string",
      "uuid" : "uuid",
      "operator" : "is_null",
      "ignore_case" : true,
      "updated_centering" : "updated_centering",
      "autocomplete_source" : 4,
      "value" : {
        "between_value1" : 9.132027271330688,
        "date_without_time_value" : "2000-01-23T04:56:07.000+00:00",
        "numeric_value" : 0.5199002018724985,
        "string_value" : "string_value",
        "date_value" : "2000-01-23T04:56:07.000+00:00",
        "list_string_value" : [ "list_string_value", "list_string_value" ],
        "between_date_value2" : "between_date_value2",
        "between_date_value1" : "between_date_value1",
        "list_numeric_value" : [ 9.702963800023566, 9.702963800023566 ],
        "between_value2" : 0.8774076871421566,
        "without_time" : true,
        "between_date_without_time_value1" : "between_date_without_time_value1",
        "between_date_without_time_value2" : "between_date_without_time_value2"
      },
      "updated_centering_operator" : "is_null",
      "autocomplete" : true,
      "selection_values" : [ "selection_values", "selection_values" ],
      "slider_date_min" : "2000-01-23T04:56:07.000+00:00",
      "slider_step" : 7.260521264802104,
      "value_selection" : true,
      "label" : "label",
      "slider_max" : 1.041444916118296,
      "autocomplete_column" : "autocomplete_column",
      "autocomplete_mode" : "simple",
      "updated_centering_column" : "updated_centering_column"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DashboardConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/linked_elements
Get dashboard linked element for move/copy (getElementsForMove5)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Dashboard ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/move_elements
Move Dashboard and linked elements to another project (moveElements5)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Dashboard ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DashboardPublicationController

Up
post /service/dashboards/{dashId}/publications
Create a new publication (createPublication)
Create a new publication and returns the new generated Id

Path parameters

dashId (required)
Path Parameter — Requested dashboard Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreatePublicationEntry (required)
Body Parameter — New publication data

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/dashboards/{dashId}/publications/{id}/delete_or_archive
Delete or archive an existing publication (deleteOrArchivePublication)

Path parameters

dashId (required)
Path Parameter — The Id of the dashboard format: int64
id (required)
Path Parameter — The Id of the publication to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/dashboards/{dashId}/publications/{id}/delete
Delete an existing publication (deletePublication)

Path parameters

dashId (required)
Path Parameter — The Id of the dashboard format: int64
id (required)
Path Parameter — The Id of the publication to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/dashboards/{dashId}/publications/{id}
Edit publication (editPublication)
Edit an existing publication

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdatePublicationEntry (required)
Body Parameter — Update publication data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/dashboards/{dashId}/publications
Get a list of publications of a dashboard (getAllPublications)

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HdDashboardPublication]

Example data

Content-Type: application/json
[ {
  "deleted" : true,
  "expired" : true,
  "link" : "link",
  "updated_by" : "updated_by",
  "active" : true,
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "id" : 0,
  "label" : "label",
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "created_by" : "created_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00"
}, {
  "deleted" : true,
  "expired" : true,
  "link" : "link",
  "updated_by" : "updated_by",
  "active" : true,
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "id" : 0,
  "label" : "label",
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "created_by" : "created_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/dashboard_publication/{link}
getDashboardData (getDashboardDataUsingPOST)

Path parameters

link (required)
Path Parameter — link

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CenteringData (required)
Body Parameter — centerings

Query parameters

applyInitialCenterings (required)
Query Parameter — applyInitialCenterings

Return type

DashboardPublic

Example data

Content-Type: application/json
{
  "data" : {
    "data" : {
      "key" : {
        "data" : { },
        "response_status" : "RUNNING",
        "is_cached" : true,
        "push_date" : "2000-01-23T04:56:07.000+00:00",
        "time_exec" : 7.606863723092579,
        "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
      }
    }
  },
  "header_visible" : true,
  "publication_date" : "2000-01-23T04:56:07.000+00:00",
  "publication_label" : "publication_label",
  "config" : {
    "medias" : [ {
      "image" : {
        "global_config" : { },
        "groups" : [ {
          "lib" : "lib",
          "id" : 9,
          "source_id" : 1,
          "icon_id" : 8,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 9,
          "source_id" : 1,
          "icon_id" : 8,
          "config" : { },
          "desc" : "desc"
        } ]
      },
      "dash_element_id" : "dash_element_id",
      "pdf" : {
        "global_config" : {
          "toolbar_active" : true
        },
        "groups" : [ null, null ]
      },
      "sources" : [ null, null ],
      "id" : 4,
      "label" : "label",
      "items" : [ {
        "binary" : true,
        "link" : "link",
        "updated_by" : "updated_by",
        "description" : "description",
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "id" : 3,
        "label" : "label",
        "type" : "type",
        "created_by" : "created_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00"
      }, {
        "binary" : true,
        "link" : "link",
        "updated_by" : "updated_by",
        "description" : "description",
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "id" : 3,
        "label" : "label",
        "type" : "type",
        "created_by" : "created_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00"
      } ]
    }, {
      "image" : {
        "global_config" : { },
        "groups" : [ {
          "lib" : "lib",
          "id" : 9,
          "source_id" : 1,
          "icon_id" : 8,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 9,
          "source_id" : 1,
          "icon_id" : 8,
          "config" : { },
          "desc" : "desc"
        } ]
      },
      "dash_element_id" : "dash_element_id",
      "pdf" : {
        "global_config" : {
          "toolbar_active" : true
        },
        "groups" : [ null, null ]
      },
      "sources" : [ null, null ],
      "id" : 4,
      "label" : "label",
      "items" : [ {
        "binary" : true,
        "link" : "link",
        "updated_by" : "updated_by",
        "description" : "description",
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "id" : 3,
        "label" : "label",
        "type" : "type",
        "created_by" : "created_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00"
      }, {
        "binary" : true,
        "link" : "link",
        "updated_by" : "updated_by",
        "description" : "description",
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "id" : 3,
        "label" : "label",
        "type" : "type",
        "created_by" : "created_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00"
      } ]
    } ],
    "charts" : [ {
      "indicator" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "indicator" : "indicator",
          "description_column" : "description_column",
          "argument" : "argument",
          "goal" : "goal",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "value_precision" : "noPrecision",
          "description" : "description",
          "rotated" : true,
          "argument_font" : {
            "color" : "color",
            "size" : 5,
            "family" : "segoe_ui_light"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "negative_style" : {
            "note" : "note",
            "color" : "color",
            "note_column" : "note_column",
            "icon" : "icon",
            "color_column" : "color_column",
            "icon_column" : "icon_column"
          },
          "value_unit" : "value_unit",
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "funnel" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "label_horizontal_alignment" : "right",
          "scroll" : true,
          "rotated" : true,
          "sort_data" : true,
          "border_separated" : true,
          "value_field" : "value_field",
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "funnel",
          "zoom_mode" : "NONE",
          "label_position" : "inside",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "label_visible" : true,
          "inverted" : true,
          "argument_field" : "argument_field",
          "export" : true,
          "algorithm" : "dynamicSlope"
        }
      },
      "sources" : [ {
        "datablock_id" : 6,
        "grammar" : {
          "histogram" : {
            "column" : "column",
            "bucket_count" : 6
          },
          "persisted_source" : "persisted_source",
          "global_filter" : [ "global_filter", "global_filter" ],
          "from_datablock" : true,
          "columns" : [ {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          }, {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          } ],
          "global_filter_ignore_case" : true,
          "process_summary" : true,
          "global_filter_mode" : "global_filter_mode",
          "take_max_row" : 3,
          "steps" : [ {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          }, {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          } ]
        },
        "columns" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        } ],
        "source_uuid" : "source_uuid",
        "label" : "label",
        "source_id" : 3
      }, {
        "datablock_id" : 6,
        "grammar" : {
          "histogram" : {
            "column" : "column",
            "bucket_count" : 6
          },
          "persisted_source" : "persisted_source",
          "global_filter" : [ "global_filter", "global_filter" ],
          "from_datablock" : true,
          "columns" : [ {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          }, {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          } ],
          "global_filter_ignore_case" : true,
          "process_summary" : true,
          "global_filter_mode" : "global_filter_mode",
          "take_max_row" : 3,
          "steps" : [ {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          }, {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          } ]
        },
        "columns" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        } ],
        "source_uuid" : "source_uuid",
        "label" : "label",
        "source_id" : 3
      } ],
      "treemap" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "range_values" : [ 0.8008281904610115, 0.8008281904610115 ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "start_color" : "start_color",
          "group3" : "group3",
          "rotated" : true,
          "colorizer_type" : "discrete",
          "end_color" : "end_color",
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "group2" : "group2",
          "zoom_mode" : "NONE",
          "group1" : "group1",
          "interact_with_group" : true,
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "range" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "rangeBar",
          "value_axis" : {
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "title" : "title",
            "type" : "discrete",
            "dash_style" : "dash",
            "range_value2_field" : "range_value2_field",
            "range_value1_field" : "range_value1_field",
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "argument_axis" : {
            "grid" : true,
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true,
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "minor_grid" : true
          },
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "range_value2_field" : "range_value2_field",
            "color" : "color",
            "range_value1_field" : "range_value1_field",
            "name" : "name",
            "aggregation" : "AVG",
            "separated_axis" : true
          }, {
            "range_value2_field" : "range_value2_field",
            "color" : "color",
            "range_value1_field" : "range_value1_field",
            "name" : "name",
            "aggregation" : "AVG",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "export" : true
        }
      },
      "label" : "label",
      "gauge_circular" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "ranges" : [ {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          }, {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          } ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "scale" : {
            "tick_interval" : 0.8008281904610115,
            "end_value" : "end_value",
            "start_value" : "start_value"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "subvalues" : [ {
            "value" : "value"
          }, {
            "value" : "value"
          } ],
          "zoom_mode" : "NONE",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "geometry" : {
            "start_angle" : 6.027456183070403,
            "end_angle" : 0.8008281904610115
          },
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "gauge_linear" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "orientation" : "horizontal",
          "ranges" : [ {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          }, {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          } ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "scale" : {
            "tick_interval" : 0.8008281904610115,
            "end_value" : "end_value",
            "start_value" : "start_value"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "value_indicator" : {
            "color" : "color",
            "type" : "circle"
          },
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "pie" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "argument" : "argument",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "values_grouping_threshold" : 0,
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "doughnut",
          "zoom_mode" : "NONE",
          "resolve_label_overlapping" : "hide",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "name" : "name",
            "value_field" : "value_field"
          }, {
            "name" : "name",
            "value_field" : "value_field"
          } ],
          "palette" : "bright",
          "values_grouping_mode" : "topN",
          "label_visible" : true,
          "click_active" : true,
          "connector_visible" : true,
          "export" : true,
          "value" : "value"
        }
      },
      "bar" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "serie_template_field" : "serie_template_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "serie_template" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "area",
          "value_axis" : {
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "column" : "column",
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "constant_lines" : [ {
              "dash_style" : "dash",
              "color" : "color",
              "width" : 2,
              "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
              "label" : "label",
              "value" : 5.637376656633329
            }, {
              "dash_style" : "dash",
              "color" : "color",
              "width" : 2,
              "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
              "label" : "label",
              "value" : 5.637376656633329
            } ],
            "title" : "title",
            "type" : "discrete",
            "dash_style" : "dash",
            "cumul" : true,
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "crosshair" : {
            "dash_style" : "dash",
            "enabled" : true
          },
          "argument_axis" : {
            "grid" : true,
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true,
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "minor_grid" : true
          },
          "serie_template_title" : "serie_template_title",
          "sub_type" : "SPLINEAREA",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "dash_style" : "dash",
            "show_point" : true,
            "color" : "color",
            "sub_type" : "SPLINEAREA",
            "name" : "name",
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "cumul" : true,
            "type" : "area",
            "separated_axis" : true
          }, {
            "dash_style" : "dash",
            "show_point" : true,
            "color" : "color",
            "sub_type" : "SPLINEAREA",
            "name" : "name",
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "cumul" : true,
            "type" : "area",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "bar_padding" : 1.4658129805029452,
          "export" : true
        }
      },
      "dash_element_id" : "dash_element_id",
      "scatter" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "serie_template_field" : "serie_template_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "serie_template" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "value_axis" : {
            "symbol" : "circle",
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "column" : "column",
            "point_size" : 5,
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "title" : "title",
            "type" : "discrete",
            "custom_position" : 1.4658129805029452,
            "dash_style" : "dash",
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "argument_axis" : {
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "custom_position" : 0.8008281904610115,
            "minor_grid" : true,
            "grid" : true,
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true
          },
          "serie_template_title" : "serie_template_title",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "symbol" : "circle",
            "color" : "color",
            "name" : "name",
            "point_size" : 6,
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "separated_axis" : true
          }, {
            "symbol" : "circle",
            "color" : "color",
            "name" : "name",
            "point_size" : 6,
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "export" : true
        }
      },
      "sankey" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "source_field" : "source_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "link" : {
            "color_mode" : "discrete"
          },
          "scroll" : true,
          "rotated" : true,
          "label" : {
            "use_node_colors" : true,
            "visible" : true,
            "font_color" : "font_color"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "node" : {
            "padding" : 6.027456183070403,
            "width" : 1.4658129805029452,
            "opacity" : 0.8008281904610115
          },
          "target_field" : "target_field",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "alignment" : "top",
          "export" : true,
          "weight_field" : "weight_field"
        }
      },
      "id" : 0,
      "gauge_bar" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "start_value" : "start_value",
          "values" : [ {
            "color" : "color",
            "color_column" : "color_column",
            "value" : "value"
          }, {
            "color" : "color",
            "color_column" : "color_column",
            "value" : "value"
          } ],
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "end_value" : "end_value",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "geometry" : {
            "start_angle" : 6.027456183070403,
            "end_angle" : 0.8008281904610115
          },
          "palette" : "bright",
          "export" : true
        }
      }
    }, {
      "indicator" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "indicator" : "indicator",
          "description_column" : "description_column",
          "argument" : "argument",
          "goal" : "goal",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "value_precision" : "noPrecision",
          "description" : "description",
          "rotated" : true,
          "argument_font" : {
            "color" : "color",
            "size" : 5,
            "family" : "segoe_ui_light"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "negative_style" : {
            "note" : "note",
            "color" : "color",
            "note_column" : "note_column",
            "icon" : "icon",
            "color_column" : "color_column",
            "icon_column" : "icon_column"
          },
          "value_unit" : "value_unit",
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "funnel" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "label_horizontal_alignment" : "right",
          "scroll" : true,
          "rotated" : true,
          "sort_data" : true,
          "border_separated" : true,
          "value_field" : "value_field",
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "funnel",
          "zoom_mode" : "NONE",
          "label_position" : "inside",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "label_visible" : true,
          "inverted" : true,
          "argument_field" : "argument_field",
          "export" : true,
          "algorithm" : "dynamicSlope"
        }
      },
      "sources" : [ {
        "datablock_id" : 6,
        "grammar" : {
          "histogram" : {
            "column" : "column",
            "bucket_count" : 6
          },
          "persisted_source" : "persisted_source",
          "global_filter" : [ "global_filter", "global_filter" ],
          "from_datablock" : true,
          "columns" : [ {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          }, {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          } ],
          "global_filter_ignore_case" : true,
          "process_summary" : true,
          "global_filter_mode" : "global_filter_mode",
          "take_max_row" : 3,
          "steps" : [ {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          }, {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          } ]
        },
        "columns" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        } ],
        "source_uuid" : "source_uuid",
        "label" : "label",
        "source_id" : 3
      }, {
        "datablock_id" : 6,
        "grammar" : {
          "histogram" : {
            "column" : "column",
            "bucket_count" : 6
          },
          "persisted_source" : "persisted_source",
          "global_filter" : [ "global_filter", "global_filter" ],
          "from_datablock" : true,
          "columns" : [ {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          }, {
            "uca_id" : 3,
            "parent_entite_type_id" : 6,
            "visible" : true,
            "active" : true,
            "hashed" : true,
            "list" : true,
            "type" : "type",
            "uuid" : "uuid",
            "path" : "path",
            "field" : "field",
            "column_alias" : "column_alias",
            "uca_code" : "uca_code",
            "alias" : "alias",
            "formula" : {
              "start_position" : 8,
              "lib" : "lib",
              "dc_info" : "dc_info",
              "active" : true,
              "description" : "description",
              "rule" : {
                "uca_id" : 9,
                "value_column_id" : "value_column_id",
                "ign_case" : true,
                "semantic_context" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : [ {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  }, {
                    "uca_id" : 9,
                    "search_in" : true,
                    "search_interval" : true,
                    "value_column_id" : "value_column_id",
                    "search_interval_nb" : 5,
                    "ign_case" : true,
                    "search_in_mode" : "search_in_mode",
                    "is_without_time" : true,
                    "rules" : [ null, null ],
                    "value_list" : [ { }, { } ],
                    "list" : true,
                    "type" : "type",
                    "operator" : "operator",
                    "path" : "path",
                    "value_column_id2" : "value_column_id2",
                    "condition" : "condition",
                    "inactive" : true,
                    "field" : "field",
                    "column_alias" : "column_alias",
                    "pivot" : true,
                    "value" : "value"
                  } ],
                  "id" : 1,
                  "position_in_text_nb" : 4,
                  "relative_rules_operator" : "relative_rules_operator"
                },
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              },
              "is_list" : true,
              "is_rule" : true,
              "generated_sql" : "generated_sql",
              "is_root" : true,
              "params" : [ null, null ],
              "type" : "type",
              "uuid" : "uuid",
              "end_position" : 7,
              "google_maps_key" : "google_maps_key",
              "context_rules" : {
                "key" : {
                  "position_in_text" : true,
                  "position_in_text_type" : "position_in_text_type",
                  "relative_rules" : {
                    "rules" : [ {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    }, {
                      "search_in" : true,
                      "search_interval" : true,
                      "search_interval_nb" : 2,
                      "ign_case" : true,
                      "search_in_mode" : "search_in_mode",
                      "id" : 5,
                      "type" : "type",
                      "value" : "value",
                      "operator" : "operator"
                    } ]
                  },
                  "description" : "description",
                  "id" : 1,
                  "label" : "label",
                  "position_in_text_nb" : 5,
                  "relative_rules_operator" : "relative_rules_operator"
                }
              },
              "enums" : [ {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              }, {
                "is_semantic_context_ranking" : true,
                "label" : "label",
                "type" : "type",
                "value" : "value"
              } ],
              "is_semantic_context_ranking" : true,
              "function_code" : "function_code",
              "semantic_order" : 6,
              "function_name" : "function_name",
              "data_type" : "data_type",
              "ranking" : {
                "grammar" : {
                  "rankings_big_int" : [ {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 9,
                    "lib" : "lib",
                    "low" : 3,
                    "negative_value" : "negative_value",
                    "values_list" : [ 2, 2 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_integer" : [ {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 1,
                    "lib" : "lib",
                    "low" : 1,
                    "negative_value" : "negative_value",
                    "values_list" : [ 6, 6 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "processing_mode" : "processing_mode",
                  "rankings_semantic_rule" : [ {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  }, {
                    "lib" : "lib",
                    "negative_value" : "negative_value",
                    "positive_value" : "positive_value"
                  } ],
                  "rankings_date" : [ {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : "2000-01-23T04:56:07.000+00:00",
                    "lib" : "lib",
                    "low" : "2000-01-23T04:56:07.000+00:00",
                    "negative_value" : "negative_value",
                    "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "type" : "type",
                  "rankings_double" : [ {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "high" : 4.145608029883936,
                    "lib" : "lib",
                    "low" : 7.386281948385884,
                    "negative_value" : "negative_value",
                    "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ],
                  "separator" : "separator",
                  "rankings_string" : [ {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  }, {
                    "ignore_case" : true,
                    "high" : "high",
                    "lib" : "lib",
                    "low" : "low",
                    "negative_value" : "negative_value",
                    "values_list" : [ "values_list", "values_list" ],
                    "operator" : "operator",
                    "positive_value" : "positive_value"
                  } ]
                },
                "id" : 7
              },
              "value" : "value"
            },
            "pivot" : true,
            "id" : 9
          } ],
          "global_filter_ignore_case" : true,
          "process_summary" : true,
          "global_filter_mode" : "global_filter_mode",
          "take_max_row" : 3,
          "steps" : [ {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          }, {
            "unions" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "uuid" : "uuid",
                "right_carac_code" : "right_carac_code",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 7,
              "lib" : "lib",
              "type" : "type"
            } ],
            "formulas" : [ null, null ],
            "description" : "description",
            "summary_config" : {
              "summary" : true,
              "data" : true,
              "total_count" : true,
              "count_columns" : [ "count_columns", "count_columns" ],
              "summary_columns" : [ "summary_columns", "summary_columns" ]
            },
            "sort" : {
              "inactive" : true,
              "sorts" : [ null, null ]
            },
            "agregation" : {
              "partitions" : [ {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              }, {
                "row_end_value" : 3,
                "functions" : [ null, null ],
                "lib" : "lib",
                "row_start" : "row_start",
                "row_start_value" : 3,
                "groups" : [ null, null ],
                "sorts" : [ {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                }, {
                  "column_uuid" : "column_uuid",
                  "order" : "order"
                } ],
                "row_end" : "row_end"
              } ],
              "pivot_column" : "pivot_column",
              "functions" : [ {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "func" : "func",
                "offset" : 2,
                "percentile_approx" : 6.778324963048013,
                "ignore_null" : true,
                "ntile" : 1,
                "default_value" : "default_value",
                "global" : true,
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "multi_dimensional" : true,
              "pivot_values" : [ {
                "uuid" : "uuid",
                "value" : "value"
              }, {
                "uuid" : "uuid",
                "value" : "value"
              } ],
              "with_details" : true,
              "groups" : [ {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              }, {
                "time_lag" : 6,
                "interval_unit" : "interval_unit",
                "time_lag_unit" : "time_lag_unit",
                "interval" : 6,
                "step" : 5,
                "column_uuid" : "column_uuid",
                "step_unit" : "step_unit",
                "uuid" : "uuid"
              } ],
              "pivot" : true,
              "sorts" : [ null, null ]
            },
            "output" : [ {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            }, {
              "date_pattern" : "date_pattern",
              "lib" : "lib",
              "replace_null_by" : "replace_null_by",
              "decimal_scale" : 8,
              "date_output_pattern" : "date_output_pattern",
              "active" : true,
              "column_uuid" : "column_uuid",
              "decimal_pattern" : "decimal_pattern",
              "replace_null" : true,
              "convert_to" : "convert_to"
            } ],
            "input" : {
              "columns" : [ {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              }, {
                "is_list" : true,
                "column_uuid" : "column_uuid",
                "label" : "label",
                "type" : "type",
                "uuid" : "uuid"
              } ]
            },
            "data_operation" : {
              "stack" : {
                "columns" : [ null, null ],
                "number_of_rows" : 6
              },
              "explode" : {
                "columns" : [ {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                }, {
                  "keep_in" : true,
                  "column_uuid" : "column_uuid",
                  "uuid" : "uuid"
                } ]
              },
              "pivot" : {
                "number_of_columns_per_group" : 0,
                "columns" : [ null, null ],
                "group_column_label" : "group_column_label",
                "end_column_index" : 7,
                "group_column_uuid" : "group_column_uuid",
                "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
                "start_column_index" : 7,
                "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
                "value_column_uuid" : "value_column_uuid",
                "value_column_label" : "value_column_label"
              }
            },
            "limit" : 0,
            "alias" : "alias",
            "links" : [ {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            }, {
              "mappings" : [ {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              }, {
                "right_column_uuid" : "right_column_uuid",
                "target_value" : "target_value",
                "has_source_value_mapping" : true,
                "has_target_value_mapping" : true,
                "operator" : "operator",
                "right_carac_code" : "right_carac_code",
                "source_value" : "source_value",
                "left_column_uuid" : "left_column_uuid"
              } ],
              "db_id" : 4,
              "lib" : "lib",
              "columns" : [ {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              }, {
                "carac_code" : "carac_code",
                "column_uuid" : "column_uuid",
                "uuid" : "uuid"
              } ],
              "type" : "type"
            } ]
          } ]
        },
        "columns" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "alias" : "alias",
          "is_list" : true,
          "type" : "type",
          "uuid" : "uuid"
        } ],
        "source_uuid" : "source_uuid",
        "label" : "label",
        "source_id" : 3
      } ],
      "treemap" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "range_values" : [ 0.8008281904610115, 0.8008281904610115 ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "start_color" : "start_color",
          "group3" : "group3",
          "rotated" : true,
          "colorizer_type" : "discrete",
          "end_color" : "end_color",
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "group2" : "group2",
          "zoom_mode" : "NONE",
          "group1" : "group1",
          "interact_with_group" : true,
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "range" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "rangeBar",
          "value_axis" : {
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "title" : "title",
            "type" : "discrete",
            "dash_style" : "dash",
            "range_value2_field" : "range_value2_field",
            "range_value1_field" : "range_value1_field",
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "argument_axis" : {
            "grid" : true,
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true,
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "minor_grid" : true
          },
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "range_value2_field" : "range_value2_field",
            "color" : "color",
            "range_value1_field" : "range_value1_field",
            "name" : "name",
            "aggregation" : "AVG",
            "separated_axis" : true
          }, {
            "range_value2_field" : "range_value2_field",
            "color" : "color",
            "range_value1_field" : "range_value1_field",
            "name" : "name",
            "aggregation" : "AVG",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "export" : true
        }
      },
      "label" : "label",
      "gauge_circular" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "ranges" : [ {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          }, {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          } ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "scale" : {
            "tick_interval" : 0.8008281904610115,
            "end_value" : "end_value",
            "start_value" : "start_value"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "subvalues" : [ {
            "value" : "value"
          }, {
            "value" : "value"
          } ],
          "zoom_mode" : "NONE",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "geometry" : {
            "start_angle" : 6.027456183070403,
            "end_angle" : 0.8008281904610115
          },
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "gauge_linear" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "orientation" : "horizontal",
          "ranges" : [ {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          }, {
            "color" : "color",
            "end_value" : "end_value",
            "start_value" : "start_value",
            "color_column" : "color_column"
          } ],
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "rotated" : true,
          "scale" : {
            "tick_interval" : 0.8008281904610115,
            "end_value" : "end_value",
            "start_value" : "start_value"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "value_indicator" : {
            "color" : "color",
            "type" : "circle"
          },
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "export" : true,
          "value" : "value"
        }
      },
      "pie" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "argument" : "argument",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "values_grouping_threshold" : 0,
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "doughnut",
          "zoom_mode" : "NONE",
          "resolve_label_overlapping" : "hide",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "name" : "name",
            "value_field" : "value_field"
          }, {
            "name" : "name",
            "value_field" : "value_field"
          } ],
          "palette" : "bright",
          "values_grouping_mode" : "topN",
          "label_visible" : true,
          "click_active" : true,
          "connector_visible" : true,
          "export" : true,
          "value" : "value"
        }
      },
      "bar" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "serie_template_field" : "serie_template_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "serie_template" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "type" : "area",
          "value_axis" : {
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "column" : "column",
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "constant_lines" : [ {
              "dash_style" : "dash",
              "color" : "color",
              "width" : 2,
              "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
              "label" : "label",
              "value" : 5.637376656633329
            }, {
              "dash_style" : "dash",
              "color" : "color",
              "width" : 2,
              "color_sync" : "GREATER_THAN_OR_EQUAL_TO",
              "label" : "label",
              "value" : 5.637376656633329
            } ],
            "title" : "title",
            "type" : "discrete",
            "dash_style" : "dash",
            "cumul" : true,
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "crosshair" : {
            "dash_style" : "dash",
            "enabled" : true
          },
          "argument_axis" : {
            "grid" : true,
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true,
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "minor_grid" : true
          },
          "serie_template_title" : "serie_template_title",
          "sub_type" : "SPLINEAREA",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "dash_style" : "dash",
            "show_point" : true,
            "color" : "color",
            "sub_type" : "SPLINEAREA",
            "name" : "name",
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "cumul" : true,
            "type" : "area",
            "separated_axis" : true
          }, {
            "dash_style" : "dash",
            "show_point" : true,
            "color" : "color",
            "sub_type" : "SPLINEAREA",
            "name" : "name",
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "cumul" : true,
            "type" : "area",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "bar_padding" : 1.4658129805029452,
          "export" : true
        }
      },
      "dash_element_id" : "dash_element_id",
      "scatter" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "serie_template_field" : "serie_template_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "scroll" : true,
          "serie_template" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "value_axis" : {
            "symbol" : "circle",
            "value_type" : "numeric",
            "show_point" : true,
            "color" : "color",
            "column" : "column",
            "point_size" : 5,
            "visual_range" : {
              "start_value" : 7.061401241503109
            },
            "aggregation" : "AVG",
            "title" : "title",
            "type" : "discrete",
            "custom_position" : 1.4658129805029452,
            "dash_style" : "dash",
            "position" : "right",
            "inverted" : true,
            "show_label" : true
          },
          "zoom_mode" : "NONE",
          "argument_axis" : {
            "column" : "column",
            "format" : "currency",
            "label" : {
              "word_wrap" : "normal",
              "display_mode" : "rotate",
              "format" : "format",
              "rotation_angle" : 6.027456183070403
            },
            "title" : "title",
            "type" : "discrete",
            "aggregation_interval" : {
              "type" : "day",
              "value" : 0.8008281904610115
            },
            "custom_position" : 0.8008281904610115,
            "minor_grid" : true,
            "grid" : true,
            "position" : "right",
            "argument_type" : "numeric",
            "inverted" : true
          },
          "serie_template_title" : "serie_template_title",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "series" : [ {
            "symbol" : "circle",
            "color" : "color",
            "name" : "name",
            "point_size" : 6,
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "separated_axis" : true
          }, {
            "symbol" : "circle",
            "color" : "color",
            "name" : "name",
            "point_size" : 6,
            "aggregation" : "AVG",
            "value_field" : "value_field",
            "separated_axis" : true
          } ],
          "palette" : "bright",
          "export" : true
        }
      },
      "sankey" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "source_field" : "source_field",
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "link" : {
            "color_mode" : "discrete"
          },
          "scroll" : true,
          "rotated" : true,
          "label" : {
            "use_node_colors" : true,
            "visible" : true,
            "font_color" : "font_color"
          },
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "node" : {
            "padding" : 6.027456183070403,
            "width" : 1.4658129805029452,
            "opacity" : 0.8008281904610115
          },
          "target_field" : "target_field",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "palette" : "bright",
          "alignment" : "top",
          "export" : true,
          "weight_field" : "weight_field"
        }
      },
      "id" : 0,
      "gauge_bar" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 3,
          "source_id" : 2,
          "icon_id" : 9,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "legend" : {
            "border" : {
              "visible" : true
            },
            "orientation" : "horizontal",
            "visible" : true,
            "horizontal_alignment" : "right",
            "vertical_alignment" : "right",
            "position" : "inside"
          },
          "export_file_name" : "export_file_name",
          "start_value" : "start_value",
          "values" : [ {
            "color" : "color",
            "color_column" : "color_column",
            "value" : "value"
          }, {
            "color" : "color",
            "color_column" : "color_column",
            "value" : "value"
          } ],
          "scroll" : true,
          "rotated" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "zoom_mode" : "NONE",
          "end_value" : "end_value",
          "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
          "geometry" : {
            "start_angle" : 6.027456183070403,
            "end_angle" : 0.8008281904610115
          },
          "palette" : "bright",
          "export" : true
        }
      }
    } ],
    "timelines" : [ {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "id" : 8,
      "label" : "label",
      "config" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 5,
          "source_id" : 5,
          "icon_id" : 0,
          "config" : {
            "start_date_column" : "start_date_column",
            "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
            "end_date_column" : "end_date_column",
            "id" : 9,
            "visibility_bottom" : true,
            "order" : 8,
            "visibility_top" : true
          },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 5,
          "source_id" : 5,
          "icon_id" : 0,
          "config" : {
            "start_date_column" : "start_date_column",
            "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
            "end_date_column" : "end_date_column",
            "id" : 9,
            "visibility_bottom" : true,
            "order" : 8,
            "visibility_top" : true
          },
          "desc" : "desc"
        } ],
        "global" : {
          "study_bar" : true,
          "study_zone" : true,
          "auto_load" : true,
          "details" : {
            "closed_by_default" : true,
            "move_bar_color" : "move_bar_color",
            "visible" : true,
            "events_text_color" : "events_text_color",
            "vertical_line" : true,
            "date_zone_background_color" : "date_zone_background_color",
            "horizontal_line" : true,
            "background_color" : "background_color",
            "label_background_color" : "label_background_color",
            "label_text_color" : "label_text_color",
            "study_zone_color" : "study_zone_color",
            "date_zone_text_color" : "date_zone_text_color",
            "events_background_color" : "events_background_color"
          },
          "study_zone_color" : "study_zone_color",
          "sammary" : true,
          "study_bar_color" : "study_bar_color"
        }
      }
    }, {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "id" : 8,
      "label" : "label",
      "config" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 5,
          "source_id" : 5,
          "icon_id" : 0,
          "config" : {
            "start_date_column" : "start_date_column",
            "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
            "end_date_column" : "end_date_column",
            "id" : 9,
            "visibility_bottom" : true,
            "order" : 8,
            "visibility_top" : true
          },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 5,
          "source_id" : 5,
          "icon_id" : 0,
          "config" : {
            "start_date_column" : "start_date_column",
            "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
            "end_date_column" : "end_date_column",
            "id" : 9,
            "visibility_bottom" : true,
            "order" : 8,
            "visibility_top" : true
          },
          "desc" : "desc"
        } ],
        "global" : {
          "study_bar" : true,
          "study_zone" : true,
          "auto_load" : true,
          "details" : {
            "closed_by_default" : true,
            "move_bar_color" : "move_bar_color",
            "visible" : true,
            "events_text_color" : "events_text_color",
            "vertical_line" : true,
            "date_zone_background_color" : "date_zone_background_color",
            "horizontal_line" : true,
            "background_color" : "background_color",
            "label_background_color" : "label_background_color",
            "label_text_color" : "label_text_color",
            "study_zone_color" : "study_zone_color",
            "date_zone_text_color" : "date_zone_text_color",
            "events_background_color" : "events_background_color"
          },
          "study_zone_color" : "study_zone_color",
          "sammary" : true,
          "study_bar_color" : "study_bar_color"
        }
      }
    } ],
    "maps" : [ {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "id" : 6,
      "label" : "label",
      "config" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 1,
          "source_id" : 8,
          "icon_id" : 2,
          "config" : {
            "show_markers" : true,
            "elements" : [ {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            }, {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            } ]
          },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 1,
          "source_id" : 8,
          "icon_id" : 2,
          "config" : {
            "show_markers" : true,
            "elements" : [ {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            }, {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            } ]
          },
          "desc" : "desc"
        } ],
        "global" : {
          "map_type" : "map_type",
          "legend_zone_shown" : true,
          "tiles_config" : [ {
            "tile_provider_url" : "tile_provider_url",
            "tile_provider_name" : "tile_provider_name",
            "tile_provider_api_key" : "tile_provider_api_key",
            "tile_provider_id" : "tile_provider_id"
          }, {
            "tile_provider_url" : "tile_provider_url",
            "tile_provider_name" : "tile_provider_name",
            "tile_provider_api_key" : "tile_provider_api_key",
            "tile_provider_id" : "tile_provider_id"
          } ],
          "drag_drop_activated" : true,
          "address_zone_shown" : true,
          "drawing_zone_shown" : true
        }
      }
    }, {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "id" : 6,
      "label" : "label",
      "config" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 1,
          "source_id" : 8,
          "icon_id" : 2,
          "config" : {
            "show_markers" : true,
            "elements" : [ {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            }, {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            } ]
          },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 1,
          "source_id" : 8,
          "icon_id" : 2,
          "config" : {
            "show_markers" : true,
            "elements" : [ {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            }, {
              "border" : true,
              "cluster" : true,
              "color" : "color",
              "second_column" : "second_column",
              "shape_border_thickness" : 0,
              "column" : "column",
              "icon" : 4,
              "third_column" : "third_column",
              "color_column" : "color_column",
              "label" : "label",
              "icon_column" : "icon_column",
              "type" : "POINT",
              "stroke_color_column" : "stroke_color_column",
              "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
              "stroke_color" : "stroke_color",
              "opacity" : 3.901545264248647
            } ]
          },
          "desc" : "desc"
        } ],
        "global" : {
          "map_type" : "map_type",
          "legend_zone_shown" : true,
          "tiles_config" : [ {
            "tile_provider_url" : "tile_provider_url",
            "tile_provider_name" : "tile_provider_name",
            "tile_provider_api_key" : "tile_provider_api_key",
            "tile_provider_id" : "tile_provider_id"
          }, {
            "tile_provider_url" : "tile_provider_url",
            "tile_provider_name" : "tile_provider_name",
            "tile_provider_api_key" : "tile_provider_api_key",
            "tile_provider_id" : "tile_provider_id"
          } ],
          "drag_drop_activated" : true,
          "address_zone_shown" : true,
          "drawing_zone_shown" : true
        }
      }
    } ],
    "label" : "label",
    "config" : {
      "elements" : [ {
        "grid_type" : "simple",
        "chart_type" : "barline",
        "hd_label" : "hd_label",
        "media_type" : "image",
        "hd_id" : 0,
        "id" : 6,
        "label" : "label",
        "label_visible" : true,
        "type" : "MAP",
        "config" : {
          "border" : true,
          "col" : 7,
          "centering_modes" : {
            "key" : "centering_modes"
          },
          "size_y" : 4,
          "size_x" : 3,
          "scroll" : true,
          "head_band" : true,
          "label_visible" : true,
          "row" : 5,
          "centering" : {
            "key" : {
              "key" : "centering"
            }
          }
        },
        "uuid" : "uuid",
        "html_editor" : {
          "html_content" : "html_content"
        }
      }, {
        "grid_type" : "simple",
        "chart_type" : "barline",
        "hd_label" : "hd_label",
        "media_type" : "image",
        "hd_id" : 0,
        "id" : 6,
        "label" : "label",
        "label_visible" : true,
        "type" : "MAP",
        "config" : {
          "border" : true,
          "col" : 7,
          "centering_modes" : {
            "key" : "centering_modes"
          },
          "size_y" : 4,
          "size_x" : 3,
          "scroll" : true,
          "head_band" : true,
          "label_visible" : true,
          "row" : 5,
          "centering" : {
            "key" : {
              "key" : "centering"
            }
          }
        },
        "uuid" : "uuid",
        "html_editor" : {
          "html_content" : "html_content"
        }
      } ],
      "global" : {
        "centering_active" : true,
        "centerings" : [ {
          "slider" : true,
          "autocomplete_element" : "autocomplete_element",
          "color" : "color",
          "free_operator" : true,
          "slider_min" : 4.678947989005849,
          "slider_date_max" : "2000-01-23T04:56:07.000+00:00",
          "slider_date_step" : "millisecond",
          "type" : "string",
          "uuid" : "uuid",
          "operator" : "is_null",
          "ignore_case" : true,
          "updated_centering" : "updated_centering",
          "autocomplete_source" : 4,
          "value" : {
            "between_value1" : 9.132027271330688,
            "date_without_time_value" : "2000-01-23T04:56:07.000+00:00",
            "numeric_value" : 0.5199002018724985,
            "string_value" : "string_value",
            "date_value" : "2000-01-23T04:56:07.000+00:00",
            "list_string_value" : [ "list_string_value", "list_string_value" ],
            "between_date_value2" : "between_date_value2",
            "between_date_value1" : "between_date_value1",
            "list_numeric_value" : [ 9.702963800023566, 9.702963800023566 ],
            "between_value2" : 0.8774076871421566,
            "without_time" : true,
            "between_date_without_time_value1" : "between_date_without_time_value1",
            "between_date_without_time_value2" : "between_date_without_time_value2"
          },
          "updated_centering_operator" : "is_null",
          "autocomplete" : true,
          "selection_values" : [ "selection_values", "selection_values" ],
          "slider_date_min" : "2000-01-23T04:56:07.000+00:00",
          "slider_step" : 7.260521264802104,
          "value_selection" : true,
          "label" : "label",
          "slider_max" : 1.041444916118296,
          "autocomplete_column" : "autocomplete_column",
          "autocomplete_mode" : "simple",
          "updated_centering_column" : "updated_centering_column"
        }, {
          "slider" : true,
          "autocomplete_element" : "autocomplete_element",
          "color" : "color",
          "free_operator" : true,
          "slider_min" : 4.678947989005849,
          "slider_date_max" : "2000-01-23T04:56:07.000+00:00",
          "slider_date_step" : "millisecond",
          "type" : "string",
          "uuid" : "uuid",
          "operator" : "is_null",
          "ignore_case" : true,
          "updated_centering" : "updated_centering",
          "autocomplete_source" : 4,
          "value" : {
            "between_value1" : 9.132027271330688,
            "date_without_time_value" : "2000-01-23T04:56:07.000+00:00",
            "numeric_value" : 0.5199002018724985,
            "string_value" : "string_value",
            "date_value" : "2000-01-23T04:56:07.000+00:00",
            "list_string_value" : [ "list_string_value", "list_string_value" ],
            "between_date_value2" : "between_date_value2",
            "between_date_value1" : "between_date_value1",
            "list_numeric_value" : [ 9.702963800023566, 9.702963800023566 ],
            "between_value2" : 0.8774076871421566,
            "without_time" : true,
            "between_date_without_time_value1" : "between_date_without_time_value1",
            "between_date_without_time_value2" : "between_date_without_time_value2"
          },
          "updated_centering_operator" : "is_null",
          "autocomplete" : true,
          "selection_values" : [ "selection_values", "selection_values" ],
          "slider_date_min" : "2000-01-23T04:56:07.000+00:00",
          "slider_step" : 7.260521264802104,
          "value_selection" : true,
          "label" : "label",
          "slider_max" : 1.041444916118296,
          "autocomplete_column" : "autocomplete_column",
          "autocomplete_mode" : "simple",
          "updated_centering_column" : "updated_centering_column"
        } ]
      }
    },
    "grids" : [ {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "pivot" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 4,
          "source_id" : 6,
          "icon_id" : 5,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 4,
          "source_id" : 6,
          "icon_id" : 5,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "export_panel_enabled" : true,
          "chart_sub_type" : "SPLINEAREA",
          "columns" : [ "columns", "columns" ],
          "chart_visible" : true,
          "values" : [ "values", "values" ],
          "aggregation" : "AVG",
          "show_column_grand_totals" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "show_totals_prior" : "none",
          "chart_type" : "area",
          "field_panel_visible" : true,
          "show_column_totals" : true,
          "show_row_totals" : true,
          "allow_sorting_by_summary" : true,
          "chart_legend" : true,
          "allow_field_dragging" : true,
          "rows" : [ "rows", "rows" ],
          "show_column_fields" : true,
          "show_row_fields" : true,
          "show_data_fields" : true,
          "chart_tooltip" : true,
          "show_filter_fields" : true,
          "chart_palette" : "bright",
          "allow_filtering" : true,
          "show_row_grand_totals" : true
        }
      },
      "simple" : {
        "groups" : [ null, null ],
        "global" : {
          "show_column_lines" : true,
          "tree_mode" : true,
          "key_expr" : "key_expr",
          "export_panel_enabled" : true,
          "parent_id_expr" : "parent_id_expr",
          "columns" : [ {
            "summary2" : "sum",
            "source_column" : "source_column",
            "visible" : true,
            "summary1" : "sum",
            "font_size" : 8,
            "format" : "currency",
            "caption" : "caption",
            "bold" : true,
            "type" : "numeric",
            "background_color" : "background_color",
            "font_color" : "font_color",
            "fixed" : true,
            "style" : "normal",
            "font_family" : "segoe_ui_light",
            "alignment" : "right"
          }, {
            "summary2" : "sum",
            "source_column" : "source_column",
            "visible" : true,
            "summary1" : "sum",
            "font_size" : 8,
            "format" : "currency",
            "caption" : "caption",
            "bold" : true,
            "type" : "numeric",
            "background_color" : "background_color",
            "font_color" : "font_color",
            "fixed" : true,
            "style" : "normal",
            "font_family" : "segoe_ui_light",
            "alignment" : "right"
          } ],
          "row_filter_visible" : true,
          "header_filter_visible" : true,
          "show_row_lines" : true,
          "hover_state_enabled" : true,
          "sorting_enabled" : true,
          "search_panel_visible" : true,
          "group_panel_visible" : true,
          "row_alternation_enabled" : true,
          "allow_column_resizing" : true,
          "word_wrap_enabled" : true,
          "allow_column_reordering" : true,
          "column_resizing_mode" : "nextColumn"
        }
      },
      "id" : 7,
      "label" : "label"
    }, {
      "dash_element_id" : "dash_element_id",
      "sources" : [ null, null ],
      "pivot" : {
        "groups" : [ {
          "lib" : "lib",
          "id" : 4,
          "source_id" : 6,
          "icon_id" : 5,
          "config" : { },
          "desc" : "desc"
        }, {
          "lib" : "lib",
          "id" : 4,
          "source_id" : 6,
          "icon_id" : 5,
          "config" : { },
          "desc" : "desc"
        } ],
        "global" : {
          "export_panel_enabled" : true,
          "chart_sub_type" : "SPLINEAREA",
          "columns" : [ "columns", "columns" ],
          "chart_visible" : true,
          "values" : [ "values", "values" ],
          "aggregation" : "AVG",
          "show_column_grand_totals" : true,
          "title" : {
            "text" : "text",
            "font" : {
              "color" : "color",
              "size" : 5,
              "family" : "segoe_ui_light"
            }
          },
          "show_totals_prior" : "none",
          "chart_type" : "area",
          "field_panel_visible" : true,
          "show_column_totals" : true,
          "show_row_totals" : true,
          "allow_sorting_by_summary" : true,
          "chart_legend" : true,
          "allow_field_dragging" : true,
          "rows" : [ "rows", "rows" ],
          "show_column_fields" : true,
          "show_row_fields" : true,
          "show_data_fields" : true,
          "chart_tooltip" : true,
          "show_filter_fields" : true,
          "chart_palette" : "bright",
          "allow_filtering" : true,
          "show_row_grand_totals" : true
        }
      },
      "simple" : {
        "groups" : [ null, null ],
        "global" : {
          "show_column_lines" : true,
          "tree_mode" : true,
          "key_expr" : "key_expr",
          "export_panel_enabled" : true,
          "parent_id_expr" : "parent_id_expr",
          "columns" : [ {
            "summary2" : "sum",
            "source_column" : "source_column",
            "visible" : true,
            "summary1" : "sum",
            "font_size" : 8,
            "format" : "currency",
            "caption" : "caption",
            "bold" : true,
            "type" : "numeric",
            "background_color" : "background_color",
            "font_color" : "font_color",
            "fixed" : true,
            "style" : "normal",
            "font_family" : "segoe_ui_light",
            "alignment" : "right"
          }, {
            "summary2" : "sum",
            "source_column" : "source_column",
            "visible" : true,
            "summary1" : "sum",
            "font_size" : 8,
            "format" : "currency",
            "caption" : "caption",
            "bold" : true,
            "type" : "numeric",
            "background_color" : "background_color",
            "font_color" : "font_color",
            "fixed" : true,
            "style" : "normal",
            "font_family" : "segoe_ui_light",
            "alignment" : "right"
          } ],
          "row_filter_visible" : true,
          "header_filter_visible" : true,
          "show_row_lines" : true,
          "hover_state_enabled" : true,
          "sorting_enabled" : true,
          "search_panel_visible" : true,
          "group_panel_visible" : true,
          "row_alternation_enabled" : true,
          "allow_column_resizing" : true,
          "word_wrap_enabled" : true,
          "allow_column_reordering" : true,
          "column_resizing_mode" : "nextColumn"
        }
      },
      "id" : 7,
      "label" : "label"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DashboardPublic

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{dashId}/publications/{id}
Get a publications by id (getPublicationById)

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

PublicationData

Example data

Content-Type: application/json
{
  "multiple_link" : true,
  "expiration_mode" : "NONE",
  "header_visible" : true,
  "internal_groups" : [ "internal_groups", "internal_groups" ],
  "link" : "link",
  "internal_users" : [ "internal_users", "internal_users" ],
  "publication_mode" : "EXTERNAL",
  "label" : "label",
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "external_emails" : [ "external_emails", "external_emails" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PublicationData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{dashId}/publications/generate_link
Get a publication Hash link (getPublicationHashById)

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboard_publication/link
getPublicationLink (getPublicationLinkUsingGET)

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{dashId}/publications/{id}/views
Get a list of view of publications of a dashboard (getPublicationViews)

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HdPublicationView]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "browser" : "browser",
  "ip" : "ip",
  "id" : 0,
  "created_by" : "created_by",
  "email" : "email"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "browser" : "browser",
  "ip" : "ip",
  "id" : 0,
  "created_by" : "created_by",
  "email" : "email"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{dashId}/publications/{id}/restore
Restore publication (restorePublication)
Restore a deleted publication

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication to update data format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dashboards/{dashId}/publications/{id}/update
Update publication (updatePublication)
Update an existing publication

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication to update data format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/dashboards/{dashId}/publications/{id}/status
Update publication status (updatePublicationStatus)
Edit an existing publication

Path parameters

dashId (required)
Path Parameter — Id of dashboard format: int64
id (required)
Path Parameter — Id of publication to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body boolean (required)
Body Parameter — Update publication data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

DataBlockController

Up
get /service/datablocks/entites/{id}/usage
count Datablock Using Entite (countDatablockUsingEntite)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integer

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablock/create_by_uet
create DataBlock By UetId (createDataBlockByUetId)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — uetId

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/create_by_uets
create DataBlocks By UetIds (createDataBlocksByUetIds)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — uetIds

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[Long]

Example data

Content-Type: application/json
[ 0, 0 ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks
create Datablock (createDatablock)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DataBlock (required)
Body Parameter — datablock

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/datablocks
delete Bulk DataBlocks (deleteBulkDataBlocks)

Query parameters

datablockIds (required)
Query Parameter — datablockIds format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/datablocks/{datablockId}
delete Datablock (deleteDatablock)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/datablocks
edit Datablock (editDatablock)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DataBlock (required)
Body Parameter — datablock

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/datablocks
find All DataBlocks (findAllDataBlocks)

Query parameters

excludePublic (optional)
Query Parameter — Include public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[DataBlock]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks_by_ids
find DataBlocks by ids (findDataBlocksByIds)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — ids

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DataBlock]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{id}/columns/{colId}/usage
find Datablock Column Usage (findDatablockColumnUsage)

Path parameters

colId (required)
Path Parameter — colId
id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DcElement]

Example data

Content-Type: application/json
[ {
  "sub_type" : "sub_type",
  "id" : 6,
  "label" : "label",
  "icon_id" : 0,
  "type" : "PATH_ALIAS"
}, {
  "sub_type" : "sub_type",
  "id" : 6,
  "label" : "label",
  "icon_id" : 0,
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{id}/usage
find Datablock Usage (findDatablockUsage)

Path parameters

id (required)
Path Parameter — id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DcElement]

Example data

Content-Type: application/json
[ {
  "sub_type" : "sub_type",
  "id" : 6,
  "label" : "label",
  "icon_id" : 0,
  "type" : "PATH_ALIAS"
}, {
  "sub_type" : "sub_type",
  "id" : 6,
  "label" : "label",
  "icon_id" : 0,
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/distinct_values
find Distinct Values (findDistinctValues)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBBuilderGrammar (required)
Body Parameter — dbGrammar

Query parameters

column (required)
Query Parameter — column
columnType (required)
Query Parameter — columnType
ctx (required)
Query Parameter — ctx format: int32
limit (optional)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
sort (optional)
Query Parameter — sort
useCache (optional)
Query Parameter — useCache

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/top_values
find Top Values (findTopValues1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBBuilderGrammar (required)
Body Parameter — dbGrammar

Query parameters

column (required)
Query Parameter — column
columnType (required)
Query Parameter — columnType
ctx (required)
Query Parameter — ctx format: int32
limit (optional)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
searchMode (optional)
Query Parameter — searchMode
sort (optional)
Query Parameter — sort
text (optional)
Query Parameter — text

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}
get DataBlock By Id (getDataBlockById)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataBlock

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataBlock

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablock/{datablockId}/column_count
get DataBlock By Id (getDataBlockById1)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/column_origin/{datablockId}/{uuid}
get DataBlock Column Origin (getDataBlockColumnOrigin)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64
uuid (required)
Path Parameter — uuid

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ColumnOrigin

Example data

Content-Type: application/json
{
  "lib" : "lib",
  "parent_id" : 0,
  "id" : "id",
  "parent_type" : "PATH_ALIAS",
  "type" : "type",
  "operation" : {
    "formula_function" : "formula_function",
    "partition" : "partition",
    "operation_type" : "operation_type",
    "function" : "function",
    "column" : "column",
    "connector_type" : "connector_type",
    "link" : "link",
    "description" : "description",
    "formula" : "formula",
    "attributes" : [ null, null ],
    "step" : "step",
    "union" : "union"
  },
  "parent_lib" : "parent_lib"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ColumnOrigin

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablock/columns
get DataBlock Columns (getDataBlockColumns)

Query parameters

datablockId (required)
Query Parameter — datablockId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DBBuilderColumn]

Example data

Content-Type: application/json
[ {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
}, {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/linked_elements
Get datablock linked element for move/copy (getElementsForMove6)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Datablock ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/exposed_datablocks
Get Exposed Datablocks (getExposedDataBlocks)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExposedDataBlockDto]

Example data

Content-Type: application/json
[ {
  "access_point" : "access_point",
  "datablock_id" : 0,
  "label" : "label"
}, {
  "access_point" : "access_point",
  "datablock_id" : 0,
  "label" : "label"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/last_persist_date
get Last Persist Date (getLastPersistDate)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
datablockCode (required)
Query Parameter — datablockCode
project (optional)
Query Parameter — Project id format: int64

Return type

Date

Example data

Content-Type: application/json
"2000-01-23T04:56:07.000+00:00"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Date

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/hd_elements
get Referenced DataBlocks (getReferencedDataBlocks)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HdElement]

Example data

Content-Type: application/json
[ {
  "sub_type" : "sub_type",
  "id" : 0,
  "label" : "label",
  "type" : "MAP"
}, {
  "sub_type" : "sub_type",
  "id" : 0,
  "label" : "label",
  "type" : "MAP"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablock/referenced_datablocks
get Referenced DataBlocks (getReferencedDataBlocks1)

Query parameters

datablockId (required)
Query Parameter — datablockId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Long]

Example data

Content-Type: application/json
[ 0, 0 ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/used_entites_and_datablocks
get Used Entites And DataBlocks (getUsedEntitesAndDataBlocks)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ReferencedElements

Example data

Content-Type: application/json
{
  "data_blocks" : [ {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  }, {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  } ],
  "entities" : [ {
    "code" : "code",
    "lib" : "lib",
    "caracs" : [ {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    }, {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    } ],
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "icon_id" : 6,
    "count_linked_elements" : 0,
    "link_id" : 5,
    "licence_type" : "licence_type",
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "remove_duplicated_lines" : true,
    "imported" : true,
    "metadata_id" : 5,
    "persistant" : true,
    "pivot" : true,
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "storage_mode" : {
      "code" : "code",
      "text" : "text"
    },
    "selected" : true,
    "active" : true,
    "last_loading" : "2000-01-23T04:56:07.000+00:00",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "edit_authorized" : true,
    "label" : "label",
    "source_edit_authorized" : true,
    "created_by" : "created_by",
    "is_data_block" : true,
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "active_in_value_search" : true,
    "remove_null_lines" : true,
    "referenced" : true,
    "updated_by" : "updated_by"
  }, {
    "code" : "code",
    "lib" : "lib",
    "caracs" : [ {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    }, {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    } ],
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "icon_id" : 6,
    "count_linked_elements" : 0,
    "link_id" : 5,
    "licence_type" : "licence_type",
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "remove_duplicated_lines" : true,
    "imported" : true,
    "metadata_id" : 5,
    "persistant" : true,
    "pivot" : true,
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "storage_mode" : {
      "code" : "code",
      "text" : "text"
    },
    "selected" : true,
    "active" : true,
    "last_loading" : "2000-01-23T04:56:07.000+00:00",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "edit_authorized" : true,
    "label" : "label",
    "source_edit_authorized" : true,
    "created_by" : "created_by",
    "is_data_block" : true,
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "active_in_value_search" : true,
    "remove_null_lines" : true,
    "referenced" : true,
    "updated_by" : "updated_by"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ReferencedElements

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/referencedElementsIds/{referencedElementsIds}
get Count of Used Entites And DataBlocks (getUsedEntitesAndDataBlocksCount)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64
referencedElementsIds (required)
Path Parameter — referencedElementsIds

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ReferencedElements

Example data

Content-Type: application/json
{
  "data_blocks" : [ {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  }, {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  } ],
  "entities" : [ {
    "code" : "code",
    "lib" : "lib",
    "caracs" : [ {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    }, {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    } ],
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "icon_id" : 6,
    "count_linked_elements" : 0,
    "link_id" : 5,
    "licence_type" : "licence_type",
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "remove_duplicated_lines" : true,
    "imported" : true,
    "metadata_id" : 5,
    "persistant" : true,
    "pivot" : true,
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "storage_mode" : {
      "code" : "code",
      "text" : "text"
    },
    "selected" : true,
    "active" : true,
    "last_loading" : "2000-01-23T04:56:07.000+00:00",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "edit_authorized" : true,
    "label" : "label",
    "source_edit_authorized" : true,
    "created_by" : "created_by",
    "is_data_block" : true,
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "active_in_value_search" : true,
    "remove_null_lines" : true,
    "referenced" : true,
    "updated_by" : "updated_by"
  }, {
    "code" : "code",
    "lib" : "lib",
    "caracs" : [ {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    }, {
      "parent_entite_type_id" : 7,
      "code" : "code",
      "lib" : "lib",
      "poids" : 9,
      "description" : "description",
      "icon_id" : 1,
      "origin_column_id" : "origin_column_id",
      "lib_entite_type" : "lib_entite_type",
      "children" : [ null, null ],
      "complex" : true,
      "imported" : true,
      "metadata_id" : 2,
      "structured" : true,
      "id" : 5,
      "key" : "key",
      "selected" : true,
      "mapping_count" : 5,
      "join_type" : "join_type",
      "cf" : true,
      "label" : "label",
      "list" : true,
      "entite_type" : {
        "code" : "code",
        "lib" : "lib",
        "entite_id" : 0,
        "id" : 6
      },
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "hdh_format" : {
        "label" : "label",
        "value" : "value"
      },
      "formula" : "formula"
    } ],
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "icon_id" : 6,
    "count_linked_elements" : 0,
    "link_id" : 5,
    "licence_type" : "licence_type",
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "remove_duplicated_lines" : true,
    "imported" : true,
    "metadata_id" : 5,
    "persistant" : true,
    "pivot" : true,
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "storage_mode" : {
      "code" : "code",
      "text" : "text"
    },
    "selected" : true,
    "active" : true,
    "last_loading" : "2000-01-23T04:56:07.000+00:00",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "edit_authorized" : true,
    "label" : "label",
    "source_edit_authorized" : true,
    "created_by" : "created_by",
    "is_data_block" : true,
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "active_in_value_search" : true,
    "remove_null_lines" : true,
    "referenced" : true,
    "updated_by" : "updated_by"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ReferencedElements

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/datablocks/is_changed
isChanged (isChangedUsingPUT)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DataBlock (required)
Body Parameter — datablock

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

Up
get /service/datablocks/is_datablock
isDataBlock (isDataBlock)

Query parameters

datablockId (required)
Query Parameter — datablockId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/is_linked
is Used In DataBlock Links (isUsedInDataBlockLinks)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

map[String, String]

Example data

Content-Type: application/json
{
  "key" : ""
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/move_elements
Move Datablock and linked elements to another project (moveElements6)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Datablock ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DataBlockExecController

Up
post /service/datablock/exec
exec DataBlock And Get JobKey (execDataBlockAndGetJobKey)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBBuilderGrammar (required)
Body Parameter — grammar

Query parameters

clientId (optional)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
elementId (optional)
Query Parameter — elementId format: int64
parentId (optional)
Query Parameter — parentId format: int64
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablock/exec/result
get Data By JobKey (getDataByJobKey)

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
jobKey (required)
Query Parameter — jobKey

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DataBlockExportHistoryController

Up
post /service/datablocks/export_history
Find all export history (findAllExportHistory)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body LoadOptions (required)
Body Parameter — loadingOptions

Query parameters

project (optional)
Query Parameter — Project id format: int64
skip (optional)
Query Parameter — skip format: int32
take (optional)
Query Parameter — take format: int32

Return type

array[DataBlockExportHistory]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : "result",
  "data_spark_export_request" : {
    "mode" : "mode",
    "aliases" : [ {
      "pos" : 0,
      "alias" : "alias"
    }, {
      "pos" : 0,
      "alias" : "alias"
    } ],
    "columns" : [ "columns", "columns" ],
    "ctx" : 6,
    "expose_history_id" : 5,
    "export_history_id" : 1,
    "frame" : "frame"
  },
  "full_result" : [ "full_result", "full_result" ],
  "id" : 5,
  "type" : "type",
  "client_id" : "client_id",
  "data_block" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  },
  "status" : "status",
  "username" : "username"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : "result",
  "data_spark_export_request" : {
    "mode" : "mode",
    "aliases" : [ {
      "pos" : 0,
      "alias" : "alias"
    }, {
      "pos" : 0,
      "alias" : "alias"
    } ],
    "columns" : [ "columns", "columns" ],
    "ctx" : 6,
    "expose_history_id" : 5,
    "export_history_id" : 1,
    "frame" : "frame"
  },
  "full_result" : [ "full_result", "full_result" ],
  "id" : 5,
  "type" : "type",
  "client_id" : "client_id",
  "data_block" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  },
  "status" : "status",
  "username" : "username"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/export_history/{exportHistoryId}/status
Find export job status by export history id (findExportHistoryByHistoryId)

Path parameters

exportHistoryId (required)
Path Parameter — exportHistoryId format: int64

Return type

String

Example data

Content-Type: application/json
"RUNNING"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/export_history/{exportHistoryId}
Find export history by id (findExportHistoryById)

Path parameters

exportHistoryId (required)
Path Parameter — exportHistoryId format: int64

Return type

DataBlockExportHistory

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : "result",
  "data_spark_export_request" : {
    "mode" : "mode",
    "aliases" : [ {
      "pos" : 0,
      "alias" : "alias"
    }, {
      "pos" : 0,
      "alias" : "alias"
    } ],
    "columns" : [ "columns", "columns" ],
    "ctx" : 6,
    "expose_history_id" : 5,
    "export_history_id" : 1,
    "frame" : "frame"
  },
  "full_result" : [ "full_result", "full_result" ],
  "id" : 5,
  "type" : "type",
  "client_id" : "client_id",
  "data_block" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "grammar" : {
      "histogram" : {
        "column" : "column",
        "bucket_count" : 6
      },
      "persisted_source" : "persisted_source",
      "global_filter" : [ "global_filter", "global_filter" ],
      "from_datablock" : true,
      "columns" : [ {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      }, {
        "uca_id" : 3,
        "parent_entite_type_id" : 6,
        "visible" : true,
        "active" : true,
        "hashed" : true,
        "list" : true,
        "type" : "type",
        "uuid" : "uuid",
        "path" : "path",
        "field" : "field",
        "column_alias" : "column_alias",
        "uca_code" : "uca_code",
        "alias" : "alias",
        "formula" : {
          "start_position" : 8,
          "lib" : "lib",
          "dc_info" : "dc_info",
          "active" : true,
          "description" : "description",
          "rule" : {
            "uca_id" : 9,
            "value_column_id" : "value_column_id",
            "ign_case" : true,
            "semantic_context" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : [ {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              }, {
                "uca_id" : 9,
                "search_in" : true,
                "search_interval" : true,
                "value_column_id" : "value_column_id",
                "search_interval_nb" : 5,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "is_without_time" : true,
                "rules" : [ null, null ],
                "value_list" : [ { }, { } ],
                "list" : true,
                "type" : "type",
                "operator" : "operator",
                "path" : "path",
                "value_column_id2" : "value_column_id2",
                "condition" : "condition",
                "inactive" : true,
                "field" : "field",
                "column_alias" : "column_alias",
                "pivot" : true,
                "value" : "value"
              } ],
              "id" : 1,
              "position_in_text_nb" : 4,
              "relative_rules_operator" : "relative_rules_operator"
            },
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          },
          "is_list" : true,
          "is_rule" : true,
          "generated_sql" : "generated_sql",
          "is_root" : true,
          "params" : [ null, null ],
          "type" : "type",
          "uuid" : "uuid",
          "end_position" : 7,
          "google_maps_key" : "google_maps_key",
          "context_rules" : {
            "key" : {
              "position_in_text" : true,
              "position_in_text_type" : "position_in_text_type",
              "relative_rules" : {
                "rules" : [ {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                }, {
                  "search_in" : true,
                  "search_interval" : true,
                  "search_interval_nb" : 2,
                  "ign_case" : true,
                  "search_in_mode" : "search_in_mode",
                  "id" : 5,
                  "type" : "type",
                  "value" : "value",
                  "operator" : "operator"
                } ]
              },
              "description" : "description",
              "id" : 1,
              "label" : "label",
              "position_in_text_nb" : 5,
              "relative_rules_operator" : "relative_rules_operator"
            }
          },
          "enums" : [ {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          }, {
            "is_semantic_context_ranking" : true,
            "label" : "label",
            "type" : "type",
            "value" : "value"
          } ],
          "is_semantic_context_ranking" : true,
          "function_code" : "function_code",
          "semantic_order" : 6,
          "function_name" : "function_name",
          "data_type" : "data_type",
          "ranking" : {
            "grammar" : {
              "rankings_big_int" : [ {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 9,
                "lib" : "lib",
                "low" : 3,
                "negative_value" : "negative_value",
                "values_list" : [ 2, 2 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "rankings_integer" : [ {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 1,
                "lib" : "lib",
                "low" : 1,
                "negative_value" : "negative_value",
                "values_list" : [ 6, 6 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "processing_mode" : "processing_mode",
              "rankings_semantic_rule" : [ {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              }, {
                "lib" : "lib",
                "negative_value" : "negative_value",
                "positive_value" : "positive_value"
              } ],
              "rankings_date" : [ {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : "2000-01-23T04:56:07.000+00:00",
                "lib" : "lib",
                "low" : "2000-01-23T04:56:07.000+00:00",
                "negative_value" : "negative_value",
                "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "type" : "type",
              "rankings_double" : [ {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "high" : 4.145608029883936,
                "lib" : "lib",
                "low" : 7.386281948385884,
                "negative_value" : "negative_value",
                "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ],
              "separator" : "separator",
              "rankings_string" : [ {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              }, {
                "ignore_case" : true,
                "high" : "high",
                "lib" : "lib",
                "low" : "low",
                "negative_value" : "negative_value",
                "values_list" : [ "values_list", "values_list" ],
                "operator" : "operator",
                "positive_value" : "positive_value"
              } ]
            },
            "id" : 7
          },
          "value" : "value"
        },
        "pivot" : true,
        "id" : 9
      } ],
      "global_filter_ignore_case" : true,
      "process_summary" : true,
      "global_filter_mode" : "global_filter_mode",
      "take_max_row" : 3,
      "steps" : [ {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      }, {
        "unions" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "uuid" : "uuid",
            "right_carac_code" : "right_carac_code",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 7,
          "lib" : "lib",
          "type" : "type"
        } ],
        "formulas" : [ null, null ],
        "description" : "description",
        "summary_config" : {
          "summary" : true,
          "data" : true,
          "total_count" : true,
          "count_columns" : [ "count_columns", "count_columns" ],
          "summary_columns" : [ "summary_columns", "summary_columns" ]
        },
        "sort" : {
          "inactive" : true,
          "sorts" : [ null, null ]
        },
        "agregation" : {
          "partitions" : [ {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          }, {
            "row_end_value" : 3,
            "functions" : [ null, null ],
            "lib" : "lib",
            "row_start" : "row_start",
            "row_start_value" : 3,
            "groups" : [ null, null ],
            "sorts" : [ {
              "column_uuid" : "column_uuid",
              "order" : "order"
            }, {
              "column_uuid" : "column_uuid",
              "order" : "order"
            } ],
            "row_end" : "row_end"
          } ],
          "pivot_column" : "pivot_column",
          "functions" : [ {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "func" : "func",
            "offset" : 2,
            "percentile_approx" : 6.778324963048013,
            "ignore_null" : true,
            "ntile" : 1,
            "default_value" : "default_value",
            "global" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "multi_dimensional" : true,
          "pivot_values" : [ {
            "uuid" : "uuid",
            "value" : "value"
          }, {
            "uuid" : "uuid",
            "value" : "value"
          } ],
          "with_details" : true,
          "groups" : [ {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          }, {
            "time_lag" : 6,
            "interval_unit" : "interval_unit",
            "time_lag_unit" : "time_lag_unit",
            "interval" : 6,
            "step" : 5,
            "column_uuid" : "column_uuid",
            "step_unit" : "step_unit",
            "uuid" : "uuid"
          } ],
          "pivot" : true,
          "sorts" : [ null, null ]
        },
        "output" : [ {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        }, {
          "date_pattern" : "date_pattern",
          "lib" : "lib",
          "replace_null_by" : "replace_null_by",
          "decimal_scale" : 8,
          "date_output_pattern" : "date_output_pattern",
          "active" : true,
          "column_uuid" : "column_uuid",
          "decimal_pattern" : "decimal_pattern",
          "replace_null" : true,
          "convert_to" : "convert_to"
        } ],
        "input" : {
          "columns" : [ {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          }, {
            "is_list" : true,
            "column_uuid" : "column_uuid",
            "label" : "label",
            "type" : "type",
            "uuid" : "uuid"
          } ]
        },
        "data_operation" : {
          "stack" : {
            "columns" : [ null, null ],
            "number_of_rows" : 6
          },
          "explode" : {
            "columns" : [ {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            }, {
              "keep_in" : true,
              "column_uuid" : "column_uuid",
              "uuid" : "uuid"
            } ]
          },
          "pivot" : {
            "number_of_columns_per_group" : 0,
            "columns" : [ null, null ],
            "group_column_label" : "group_column_label",
            "end_column_index" : 7,
            "group_column_uuid" : "group_column_uuid",
            "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
            "start_column_index" : 7,
            "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
            "value_column_uuid" : "value_column_uuid",
            "value_column_label" : "value_column_label"
          }
        },
        "limit" : 0,
        "alias" : "alias",
        "links" : [ {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        }, {
          "mappings" : [ {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          }, {
            "right_column_uuid" : "right_column_uuid",
            "target_value" : "target_value",
            "has_source_value_mapping" : true,
            "has_target_value_mapping" : true,
            "operator" : "operator",
            "right_carac_code" : "right_carac_code",
            "source_value" : "source_value",
            "left_column_uuid" : "left_column_uuid"
          } ],
          "db_id" : 4,
          "lib" : "lib",
          "columns" : [ {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "carac_code" : "carac_code",
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ],
          "type" : "type"
        } ]
      } ]
    },
    "id" : 0
  },
  "status" : "status",
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataBlockExportHistory

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DataCatalogController

Up
get /service/data_catalogue/{elementId}
Get Data Catalog element details (findElementById)

Path parameters

elementId (required)
Path Parameter — elementId format: int64

Return type

DataCatalogItemDetails

Example data

Content-Type: application/json
{
  "licence" : "licence",
  "referencing_date" : "2000-01-23T04:56:07.000+00:00",
  "description" : "description",
  "id" : 6,
  "label" : "label",
  "icon_id" : 0,
  "type" : "type",
  "update_by" : "update_by",
  "project_label" : "project_label",
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataCatalogItemDetails

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/data_catalogue
List Data Catalog elements (findElementsByKeywords)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DataCatalogRequest (required)
Body Parameter — dataCatalogRequest

Return type

array[DataCatalogItem]

Example data

Content-Type: application/json
[ {
  "description" : "description",
  "id" : 0,
  "label" : "label",
  "type" : "type",
  "project_label" : "project_label",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ]
}, {
  "description" : "description",
  "id" : 0,
  "label" : "label",
  "type" : "type",
  "project_label" : "project_label",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/data_catalogue/{elementId}/count
getElementColumnsAndRowsNumber (getElementColumnsAndRowsNumber)

Path parameters

elementId (required)
Path Parameter — elementId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32

Return type

DataCatalogItemCount

Example data

Content-Type: application/json
{
  "columns" : 0,
  "rows" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataCatalogItemCount

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/data_catalogue/{elementId}/message
Send message to element project admins (sendMessageToElementAdmins)

Path parameters

elementId (required)
Path Parameter — elementId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BasicMessage (required)
Body Parameter — basicMessage

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DataExposeController

Up
post /service/datablocks/{datablockId}/expose/params/filters
Add Datablock Expose Permission filter (addPermissionFilter)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — filter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExposePermissionFilter

Example data

Content-Type: application/json
{
  "filter_value" : "filter_value",
  "active" : true,
  "applied_to" : [ "applied_to", "applied_to" ],
  "description" : "description",
  "id" : "id",
  "label" : "label"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposePermissionFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/expose/params/filters/{filterId}
Atach users to a Datablock Expose Permission filter (attachPermissionToUsers)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64
filterId (required)
Path Parameter — filterId

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter — attachedUsers

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExposePermissionFilter

Example data

Content-Type: application/json
{
  "filter_value" : "filter_value",
  "active" : true,
  "applied_to" : [ "applied_to", "applied_to" ],
  "description" : "description",
  "id" : "id",
  "label" : "label"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposePermissionFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/datablocks/{datablockId}/expose/params
delete Datablock Expose Params and exposed data (deleteDataBlockExposeParams)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/datablocks/{datablockId}/expose/delete
Delete Datablock Expose (deleteDatablockExpose)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/datablocks/{datablockId}/expose/params/filters/{filterId}
delete Datablock Expose Permission filter (deletePermissionFilter)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64
filterId (required)
Path Parameter — filterId

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/datablocks/{datablockId}/expose/params
edit Datablock Expose Params (editDatablockExposeParams)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DataExposeParams (required)
Body Parameter — params

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExposeParams

Example data

Content-Type: application/json
{
  "api_name" : "api_name",
  "columns" : [ {
    "name" : "name",
    "active" : true,
    "description" : "description",
    "column_uuid" : "column_uuid",
    "id_column" : true
  }, {
    "name" : "name",
    "active" : true,
    "description" : "description",
    "column_uuid" : "column_uuid",
    "id_column" : true
  } ],
  "active" : true,
  "description" : "description",
  "permission_filters" : [ {
    "filter_value" : "filter_value",
    "active" : true,
    "applied_to" : [ "applied_to", "applied_to" ],
    "description" : "description",
    "id" : "id",
    "label" : "label"
  }, {
    "filter_value" : "filter_value",
    "active" : true,
    "applied_to" : [ "applied_to", "applied_to" ],
    "description" : "description",
    "id" : "id",
    "label" : "label"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposeParams

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/datablocks/{datablockId}/expose/params/filters/{filterId}
Edit Datablock Expose Permission filter (editPermissionFilter)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64
filterId (required)
Path Parameter — filterId

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — filter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExposePermissionFilter

Example data

Content-Type: application/json
{
  "filter_value" : "filter_value",
  "active" : true,
  "applied_to" : [ "applied_to", "applied_to" ],
  "description" : "description",
  "id" : "id",
  "label" : "label"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposePermissionFilter

Up
get /service/datablocks/{datablockId}/expose/exec
Expose Datablock in db (exposeDatablock)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

clientId (optional)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/expose/check
Get data block Exposure status (getDataBlockExposureStatus)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
"NONE"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/expose/current
Get Datablock Current Expose (getDatablockCurrentExpose)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExpose

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "duration" : 6,
  "count" : 0,
  "nbr_of_cols" : 1,
  "user" : "user",
  "status" : "RUNNING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExpose

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/expose/history
Get Datablock Expose History (getDatablockExposeHistory)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DataExpose]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "duration" : 6,
  "count" : 0,
  "nbr_of_cols" : 1,
  "user" : "user",
  "status" : "RUNNING"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "duration" : 6,
  "count" : 0,
  "nbr_of_cols" : 1,
  "user" : "user",
  "status" : "RUNNING"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/datablocks/{datablockId}/expose/params
Get Datablock Expose Params (getDatablockExposeParams)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DataExposeParams

Example data

Content-Type: application/json
{
  "api_name" : "api_name",
  "columns" : [ {
    "name" : "name",
    "active" : true,
    "description" : "description",
    "column_uuid" : "column_uuid",
    "id_column" : true
  }, {
    "name" : "name",
    "active" : true,
    "description" : "description",
    "column_uuid" : "column_uuid",
    "id_column" : true
  } ],
  "active" : true,
  "description" : "description",
  "permission_filters" : [ {
    "filter_value" : "filter_value",
    "active" : true,
    "applied_to" : [ "applied_to", "applied_to" ],
    "description" : "description",
    "id" : "id",
    "label" : "label"
  }, {
    "filter_value" : "filter_value",
    "active" : true,
    "applied_to" : [ "applied_to", "applied_to" ],
    "description" : "description",
    "id" : "id",
    "label" : "label"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposeParams

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/expose/duplicated_endpoints
Get Duplicated Endpoints (getDuplicatedEndpoints)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (optional)
Body Parameter — Endpoints

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DataFrameController

Up
get /service/dataframes/{code}/cache
Cache a DataFrame (cache)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/recache
Recache a DataFrame (cache1)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/persist/size
Get a DataFrame persistence size by code (getDataFramePersistenceSize)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/status
Get a DataFrame status by code (getDataFrameStatus)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DataFrameStatus

Example data

Content-Type: application/json
{
  "caching_execution_time" : 0,
  "current_repartition_number" : 6,
  "job_status" : "RUNNING",
  "persistence_date" : "2000-01-23T04:56:07.000+00:00",
  "job_id" : "job_id",
  "cached" : true,
  "persistence_size" : 5,
  "persistence_execution_time" : 1,
  "caching_date" : "2000-01-23T04:56:07.000+00:00",
  "job_error" : "job_error",
  "persisted" : true,
  "current_repartition_columns" : [ "current_repartition_columns", "current_repartition_columns" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataFrameStatus

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/persist
Persist a DataFrame (persist)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/repersist
Repersist a DataFrame (repersist)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/uncache
Un-Cache a DataFrame (uncache)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/dataframes/{code}/unpersist
Un-Persist and cache a DataFrame (unpersist)

Path parameters

code (required)
Path Parameter — code

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/dataframes/unpersist_many
Un-Persist and cache a list of DataFrames (unpersistMany)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter — codes

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

map[JobKeyResponse]

Example data

Content-Type: application/json
{
  "key" : {
    "job_status" : "RUNNING",
    "columns" : [ {
      "date_pattern" : "date_pattern",
      "lib" : "lib",
      "alias" : "alias",
      "is_list" : true,
      "type" : "type",
      "uuid" : "uuid"
    }, {
      "date_pattern" : "date_pattern",
      "lib" : "lib",
      "alias" : "alias",
      "is_list" : true,
      "type" : "type",
      "uuid" : "uuid"
    } ],
    "value" : "value",
    "exec_data_result" : {
      "data" : { },
      "response_status" : "RUNNING",
      "is_cached" : true,
      "push_date" : "2000-01-23T04:56:07.000+00:00",
      "time_exec" : 7.606863723092579,
      "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
    }
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DateMaskController

Up
get /service/date_masks
getDateMasks (getDateMasksUsingGET)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DateMask]

Example data

Content-Type: application/json
[ {
  "reversed_value" : "reversed_value",
  "name" : "name",
  "value" : "value"
}, {
  "reversed_value" : "reversed_value",
  "name" : "name",
  "value" : "value"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/date_reading_masks
getDateReadingMasks (getDateReadingMasksUsingGET)

Return type

array[DateMask]

Example data

Content-Type: application/json
[ {
  "reversed_value" : "reversed_value",
  "name" : "name",
  "value" : "value"
}, {
  "reversed_value" : "reversed_value",
  "name" : "name",
  "value" : "value"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DbConnectorController

Up
post /service/connectors/db/check_connection
Check a DB connector connectivity (checkDBConnection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBConnector (required)
Body Parameter — dbConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/db
Create a new DB connector (createDBConnector)
Create a new DB connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBConnector (required)
Body Parameter — dbConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DBConnector

Example data

Content-Type: application/json
{
  "db_type" : "mariaDb",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "db_name" : "db_name",
  "port" : "port",
  "host" : "host",
  "id" : 0,
  "additional_params" : "additional_params",
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DBConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/db/{connectorId}
Delete a DB connector (deleteDBConnector)
Delete an existing DB connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/db/{connectorId}
Edit a DB connector (editDBConnector)
Edit an existing DB connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DBConnector (required)
Body Parameter — dbConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DBConnector

Example data

Content-Type: application/json
{
  "db_type" : "mariaDb",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "db_name" : "db_name",
  "port" : "port",
  "host" : "host",
  "id" : 0,
  "additional_params" : "additional_params",
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DBConnector

Up
get /service/connectors/db
View a list of DB connectors (findAllDBConnectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DBConnector]

Example data

Content-Type: application/json
[ {
  "db_type" : "mariaDb",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "db_name" : "db_name",
  "port" : "port",
  "host" : "host",
  "id" : 0,
  "additional_params" : "additional_params",
  "username" : "username"
}, {
  "db_type" : "mariaDb",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "db_name" : "db_name",
  "port" : "port",
  "host" : "host",
  "id" : 0,
  "additional_params" : "additional_params",
  "username" : "username"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/db/{connectorId}
Get a DB connector by ID (findOneDBConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DBConnector

Example data

Content-Type: application/json
{
  "db_type" : "mariaDb",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "db_name" : "db_name",
  "port" : "port",
  "host" : "host",
  "id" : 0,
  "additional_params" : "additional_params",
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DBConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/db/{connectorId}/mongodb_collections
CGet Mongodb available collections (getMongodbCollections)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

DbSqlDepotController

Up
post /service/depots/db_sql
Create a Database SQL depot by id (createDbSQLDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DbSQLDepot (required)
Body Parameter — dbSQLDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

DbSQLDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "reset_depot" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "sql_query" : "sql_query",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DbSQLDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/db_sql/{depotId}/headers
create Depot Header (createDbSQLDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/db_sql/{depotId}/extractions
create Extraction (createDbSQLExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/db_sql/filters/{depotId}
create Extraction Filter (createDbSQLExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/db_sql/{depotId}/headers
delete All Depot Header (deleteAllDbSQLDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/db_sql/{depotId}
Delete a Database SQL depot (deleteDbSQLDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/db_sql/headers/{headerId}
delete Depot Header (deleteDbSQLDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/db_sql/{depotId}/extractions
deleteExtraction (deleteDbSQLExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/db_sql/filters/{filterId}
delete Extraction Filter (deleteDbSQLExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
put /service/depots/db_sql/{depotId}
Edit a Database SQL depot (editDbSQLDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DbSQLDepot (required)
Body Parameter — dbSQLDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DbSQLDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "reset_depot" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "sql_query" : "sql_query",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DbSQLDepot

Up
put /service/depots/db_sql/headers/{headerId}
edit Depot Header (editDbSQLDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/db_sql/filters/{filterId}
edit Extraction Filter (editDbSQLExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/db_sql
View a list of Database SQL depots (findAllDbSQLDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DbSQLDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "reset_depot" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "sql_query" : "sql_query",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "reset_depot" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "sql_query" : "sql_query",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/filters/{depotId}
find All Extraction Filters (findAllDbSQLExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/{depotId}
Get a Database SQL depot by id (findOneDbSQLDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

DbSQLDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "reset_depot" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "sql_query" : "sql_query",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DbSQLDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/db_sql/headers
Get headers from a Database SQL depot (getDbHeadersFromDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DbSQLDepot (required)
Body Parameter — dbSQLDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/db_sql/preview
Get a preview from a Database SQL depot (getDbSQLDataPreview)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DbSQLDepot (required)
Body Parameter — dbSQLDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache
withData (optional)
Query Parameter — withData

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/{depotId}/extractions
get Depot Extractions (getDbSQLDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/{depotId}/headers
get Depot Headers By Depot Id (getDbSQLDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/{depotId}/extractions/preview
getExtractionFilePreview (getDbSQLExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/db_sql/{depotId}/preview
Get SQL depot preview (getSqlPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/db_sql/{depotId}/active
update Depot Activation Status (updateDbSQLDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/db_sql/{depotId}/headers/update_position
update Depot Headers Positions (updateDbSQLDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

DcGraphController

Up
post /service/hdh_graph
getGraph (getGraphUsingPOST)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body map (required)
Body Parameter — filter

Query parameters

axe (optional)
Query Parameter — Axe
filteredId (optional)
Query Parameter — filteredId format: int64
filteredType (optional)
Query Parameter — Filtered element type
project (optional)
Query Parameter — Project id format: int64
withPersistenceInfo (optional)
Query Parameter — With persistence info

Return type

NodeEdges

Example data

Content-Type: application/json
{
  "nodes" : [ {
    "real_type" : "real_type",
    "project_id" : 5,
    "real_id" : 2,
    "id" : 5,
    "label" : "label",
    "title" : "title",
    "type" : "type",
    "value" : 7,
    "group" : "group"
  }, {
    "real_type" : "real_type",
    "project_id" : 5,
    "real_id" : 2,
    "id" : 5,
    "label" : "label",
    "title" : "title",
    "type" : "type",
    "value" : 7,
    "group" : "group"
  } ],
  "edges" : [ {
    "arrows" : "arrows",
    "from" : 0,
    "id" : 6,
    "label" : "label",
    "to" : 1
  }, {
    "arrows" : "arrows",
    "from" : 0,
    "id" : 6,
    "label" : "label",
    "to" : 1
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK NodeEdges

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

EntiteTypeController

Up
post /service/entites
Create a new Entite (createEntite)
Create a new Entite and return the new generated Id.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntityEntry (optional)
Body Parameter — The Entite data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/create/from_depot/{depotId}
createEntiteTypeWithCaracAndMappingFromDepot (createEntiteTypeWithCaracAndMappingFromDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

createRepDetails (optional)
Query Parameter — createRepDetails
prefix (optional)
Query Parameter — prefix
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/entites
Update Entite (editEntite)
Update an existing Entite with a new data. This return the new Entite object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntityEntry (optional)
Body Parameter — The Entite new data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

EntiteType

Example data

Content-Type: application/json
{
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK EntiteType

Up
post /service/entite_types/{entiteTypeId}/persistance_params
editPersistanceParams (editPersistanceParams)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body PersistanceParams (required)
Body Parameter — params

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/entites_nbr
findNbrEntites (findNbrEntites)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/values_nbr
findNbrValuesPerCarac (findNbrValuesPerCarac)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entites
Get all Entites (getAllEntites)
Get all Entites

Query parameters

exclude (optional)
Query Parameter — Excluded Entite id format: int64
excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[EntiteType]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
}, {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/top_values/{caracId}
getCaracTopValues (getCaracTopValues)

Path parameters

caracId (required)
Path Parameter — caracId format: int64
entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
limit (required)
Query Parameter — limit format: int32
order (required)
Query Parameter — order
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/columns
getColumnsFromCaracs (getColumnsFromCaracs)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

excludeLinks (optional)
Query Parameter — excludeLinks
project (optional)
Query Parameter — Project id format: int64

Return type

array[DBBuilderColumn]

Example data

Content-Type: application/json
[ {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
}, {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/datablocks
getDataBlocksUsing (getDataBlocksUsing)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DataBlock]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/linked_elements
Get entities linked element for move/copy (getElementsForMove7)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Entite Type ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entites/{id}
Get Entite by Id (getEntite)
Get Entite by id

Path parameters

id (required)
Path Parameter — The id of the requested Entite format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

EntiteType

Example data

Content-Type: application/json
{
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK EntiteType

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entites/{id}/carac_count
Get carac count by Entite id (getEntiteCaracCount)

Path parameters

id (required)
Path Parameter — The Entite id format: int64

Query parameters

isSimple (optional)
Query Parameter — isSimple
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entites/{id}/caracs
Get all caracs by Entite id (getEntiteCaracs)

Path parameters

id (required)
Path Parameter — The Entite id format: int64

Query parameters

isSimple (optional)
Query Parameter — isSimple
project (optional)
Query Parameter — Project id format: int64
withTags (optional)
Query Parameter — withTags

Return type

array[Carac]

Example data

Content-Type: application/json
[ {
  "parent_entite_type_id" : 7,
  "code" : "code",
  "lib" : "lib",
  "poids" : 9,
  "description" : "description",
  "icon_id" : 1,
  "origin_column_id" : "origin_column_id",
  "lib_entite_type" : "lib_entite_type",
  "children" : [ null, null ],
  "complex" : true,
  "imported" : true,
  "metadata_id" : 2,
  "structured" : true,
  "id" : 5,
  "key" : "key",
  "selected" : true,
  "mapping_count" : 5,
  "join_type" : "join_type",
  "cf" : true,
  "label" : "label",
  "list" : true,
  "entite_type" : {
    "code" : "code",
    "lib" : "lib",
    "entite_id" : 0,
    "id" : 6
  },
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "hdh_format" : {
    "label" : "label",
    "value" : "value"
  },
  "formula" : "formula"
}, {
  "parent_entite_type_id" : 7,
  "code" : "code",
  "lib" : "lib",
  "poids" : 9,
  "description" : "description",
  "icon_id" : 1,
  "origin_column_id" : "origin_column_id",
  "lib_entite_type" : "lib_entite_type",
  "children" : [ null, null ],
  "complex" : true,
  "imported" : true,
  "metadata_id" : 2,
  "structured" : true,
  "id" : 5,
  "key" : "key",
  "selected" : true,
  "mapping_count" : 5,
  "join_type" : "join_type",
  "cf" : true,
  "label" : "label",
  "list" : true,
  "entite_type" : {
    "code" : "code",
    "lib" : "lib",
    "entite_id" : 0,
    "id" : 6
  },
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "hdh_format" : {
    "label" : "label",
    "value" : "value"
  },
  "formula" : "formula"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/persistance_params
getPersistanceParams (getEntitePersistanceParams)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

PersistanceParams

Example data

Content-Type: application/json
{
  "repartition_axes" : [ "repartition_axes", "repartition_axes" ],
  "repartitions" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PersistanceParams

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/count
getEntiteTypeCountAll (getEntiteTypeCountAll)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/grammar
get EntiteType Grammar (getEntiteTypeGrammar)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

BaseRequestGrammar

Example data

Content-Type: application/json
{
  "pivot_type" : "pivot_type",
  "columns" : [ {
    "uca_id" : 3,
    "parent_entite_type_id" : 6,
    "visible" : true,
    "active" : true,
    "hashed" : true,
    "list" : true,
    "type" : "type",
    "uuid" : "uuid",
    "path" : "path",
    "field" : "field",
    "column_alias" : "column_alias",
    "uca_code" : "uca_code",
    "alias" : "alias",
    "formula" : {
      "start_position" : 8,
      "lib" : "lib",
      "dc_info" : "dc_info",
      "active" : true,
      "description" : "description",
      "rule" : {
        "uca_id" : 9,
        "value_column_id" : "value_column_id",
        "ign_case" : true,
        "semantic_context" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : [ {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          }, {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          } ],
          "id" : 1,
          "position_in_text_nb" : 4,
          "relative_rules_operator" : "relative_rules_operator"
        },
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      },
      "is_list" : true,
      "is_rule" : true,
      "generated_sql" : "generated_sql",
      "is_root" : true,
      "params" : [ null, null ],
      "type" : "type",
      "uuid" : "uuid",
      "end_position" : 7,
      "google_maps_key" : "google_maps_key",
      "context_rules" : {
        "key" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : {
            "rules" : [ {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            }, {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            } ]
          },
          "description" : "description",
          "id" : 1,
          "label" : "label",
          "position_in_text_nb" : 5,
          "relative_rules_operator" : "relative_rules_operator"
        }
      },
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "is_semantic_context_ranking" : true,
      "function_code" : "function_code",
      "semantic_order" : 6,
      "function_name" : "function_name",
      "data_type" : "data_type",
      "ranking" : {
        "grammar" : {
          "rankings_big_int" : [ {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "rankings_integer" : [ {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "processing_mode" : "processing_mode",
          "rankings_semantic_rule" : [ {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          }, {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          } ],
          "rankings_date" : [ {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "type" : "type",
          "rankings_double" : [ {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "separator" : "separator",
          "rankings_string" : [ {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ]
        },
        "id" : 7
      },
      "value" : "value"
    },
    "pivot" : true,
    "id" : 9
  }, {
    "uca_id" : 3,
    "parent_entite_type_id" : 6,
    "visible" : true,
    "active" : true,
    "hashed" : true,
    "list" : true,
    "type" : "type",
    "uuid" : "uuid",
    "path" : "path",
    "field" : "field",
    "column_alias" : "column_alias",
    "uca_code" : "uca_code",
    "alias" : "alias",
    "formula" : {
      "start_position" : 8,
      "lib" : "lib",
      "dc_info" : "dc_info",
      "active" : true,
      "description" : "description",
      "rule" : {
        "uca_id" : 9,
        "value_column_id" : "value_column_id",
        "ign_case" : true,
        "semantic_context" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : [ {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          }, {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          } ],
          "id" : 1,
          "position_in_text_nb" : 4,
          "relative_rules_operator" : "relative_rules_operator"
        },
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      },
      "is_list" : true,
      "is_rule" : true,
      "generated_sql" : "generated_sql",
      "is_root" : true,
      "params" : [ null, null ],
      "type" : "type",
      "uuid" : "uuid",
      "end_position" : 7,
      "google_maps_key" : "google_maps_key",
      "context_rules" : {
        "key" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : {
            "rules" : [ {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            }, {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            } ]
          },
          "description" : "description",
          "id" : 1,
          "label" : "label",
          "position_in_text_nb" : 5,
          "relative_rules_operator" : "relative_rules_operator"
        }
      },
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "is_semantic_context_ranking" : true,
      "function_code" : "function_code",
      "semantic_order" : 6,
      "function_name" : "function_name",
      "data_type" : "data_type",
      "ranking" : {
        "grammar" : {
          "rankings_big_int" : [ {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "rankings_integer" : [ {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "processing_mode" : "processing_mode",
          "rankings_semantic_rule" : [ {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          }, {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          } ],
          "rankings_date" : [ {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "type" : "type",
          "rankings_double" : [ {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "separator" : "separator",
          "rankings_string" : [ {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ]
        },
        "id" : 7
      },
      "value" : "value"
    },
    "pivot" : true,
    "id" : 9
  } ],
  "pivot" : 0,
  "rules" : {
    "uca_id" : 9,
    "value_column_id" : "value_column_id",
    "ign_case" : true,
    "semantic_context" : {
      "position_in_text" : true,
      "position_in_text_type" : "position_in_text_type",
      "relative_rules" : [ {
        "uca_id" : 9,
        "search_in" : true,
        "search_interval" : true,
        "value_column_id" : "value_column_id",
        "search_interval_nb" : 5,
        "ign_case" : true,
        "search_in_mode" : "search_in_mode",
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      }, {
        "uca_id" : 9,
        "search_in" : true,
        "search_interval" : true,
        "value_column_id" : "value_column_id",
        "search_interval_nb" : 5,
        "ign_case" : true,
        "search_in_mode" : "search_in_mode",
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      } ],
      "id" : 1,
      "position_in_text_nb" : 4,
      "relative_rules_operator" : "relative_rules_operator"
    },
    "is_without_time" : true,
    "rules" : [ null, null ],
    "value_list" : [ { }, { } ],
    "list" : true,
    "type" : "type",
    "operator" : "operator",
    "path" : "path",
    "value_column_id2" : "value_column_id2",
    "condition" : "condition",
    "inactive" : true,
    "field" : "field",
    "column_alias" : "column_alias",
    "pivot" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BaseRequestGrammar

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/stat_job_result
getEntiteTypeStatsByJobKey (getEntiteTypeStatsByJobKey)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
jobKey (required)
Query Parameter — jobKey
project (optional)
Query Parameter — Project id format: int64

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/{entiteTypeId}/values_count
getEntiteTypeValuesCount (getEntiteTypeValuesCount)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntiteTypeCaraFormula (required)
Body Parameter — caracs

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/{entiteTypeId}/values_count_distinct
getEntiteTypeValuesCountDistinct (getEntiteTypeValuesCountDistinct)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntiteTypeCaraFormula (required)
Body Parameter — caracs

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/{entiteTypeId}/values_stat
getEntiteTypeValuesStat (getEntiteTypeValuesStat)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntiteTypeCaraFormula (required)
Body Parameter — carac

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/{entiteTypeId}/links/count
getLinksCount (getLinksCount)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/links/count/{caracId}
getLinksCountByCaracId (getLinksCountByCaracId)

Path parameters

caracId (required)
Path Parameter — caracId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/caracs/count/{caracId}
getMappingCountByCaracId (getMappingCountByCaracId)

Path parameters

caracId (required)
Path Parameter — caracId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/simple_types
getSimpleTypes (getSimpleTypes)

Return type

array[EntiteType]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
}, {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/{entiteTypeId}/stat
getStatFunctionValues (getStatFunctionValues)

Path parameters

entiteTypeId (required)
Path Parameter — entiteTypeId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body EntiteTypeCaraFormula (required)
Body Parameter — var

Query parameters

clientId (required)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/entite_types/codes
getUetsCodes (getUetsCodes)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — uetIds

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

map[String, String]

Example data

Content-Type: application/json
{
  "key" : ""
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/move_elements
Move Entity and linked elements to another project (moveElements7)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Entite Type ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/entite_types/search
Search EntiteTypes (searchEntites)

Query parameters

excludeType (optional)
Query Parameter — excludeType format: int64
libCourt (optional)
Query Parameter — libCourt
project (optional)
Query Parameter — Project id format: int64

Return type

array[EntiteType]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
}, {
  "code" : "code",
  "lib" : "lib",
  "caracs" : [ {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  }, {
    "parent_entite_type_id" : 7,
    "code" : "code",
    "lib" : "lib",
    "poids" : 9,
    "description" : "description",
    "icon_id" : 1,
    "origin_column_id" : "origin_column_id",
    "lib_entite_type" : "lib_entite_type",
    "children" : [ null, null ],
    "complex" : true,
    "imported" : true,
    "metadata_id" : 2,
    "structured" : true,
    "id" : 5,
    "key" : "key",
    "selected" : true,
    "mapping_count" : 5,
    "join_type" : "join_type",
    "cf" : true,
    "label" : "label",
    "list" : true,
    "entite_type" : {
      "code" : "code",
      "lib" : "lib",
      "entite_id" : 0,
      "id" : 6
    },
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "hdh_format" : {
      "label" : "label",
      "value" : "value"
    },
    "formula" : "formula"
  } ],
  "description" : "description",
  "project" : {
    "premature" : true,
    "expired" : true,
    "project_links" : [ {
      "link_url" : "link_url",
      "label" : "label"
    }, {
      "link_url" : "link_url",
      "label" : "label"
    } ],
    "default_project" : true,
    "is_public" : true,
    "admin" : true,
    "favorite_project" : true,
    "id" : 5,
    "expiration_date" : "2000-01-23T04:56:07.000+00:00",
    "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
  },
  "icon_id" : 6,
  "count_linked_elements" : 0,
  "link_id" : 5,
  "licence_type" : "licence_type",
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "remove_duplicated_lines" : true,
  "imported" : true,
  "metadata_id" : 5,
  "persistant" : true,
  "pivot" : true,
  "id" : 1,
  "reference_date" : "2000-01-23T04:56:07.000+00:00",
  "storage_mode" : {
    "code" : "code",
    "text" : "text"
  },
  "selected" : true,
  "active" : true,
  "last_loading" : "2000-01-23T04:56:07.000+00:00",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "edit_authorized" : true,
  "label" : "label",
  "source_edit_authorized" : true,
  "created_by" : "created_by",
  "is_data_block" : true,
  "referenced_by" : "referenced_by",
  "update_date" : "2000-01-23T04:56:07.000+00:00",
  "tags" : [ {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  }, {
    "code" : "code",
    "color" : "color",
    "id" : 5,
    "position" : 2
  } ],
  "active_in_value_search" : true,
  "remove_null_lines" : true,
  "referenced" : true,
  "updated_by" : "updated_by"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

EntiteTypeDepotLinkController

Up
get /service/entite_depot/{uetId}
getEntiteDepotLinks (getEntiteDepotLinksUsingGET)

Path parameters

uetId (required)
Path Parameter — uetId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withMappingCount (optional)
Query Parameter — withMappingCount

Return type

array[EntiteTypeDepotLink]

Example data

Content-Type: application/json
[ {
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "cron_active" : true,
  "cron_expression" : "cron_expression",
  "job_details" : {
    "key" : "2000-01-23T04:56:07.000+00:00"
  },
  "entite_type_id" : 0,
  "last_update" : "2000-01-23T04:56:07.000+00:00",
  "mapping_counts" : {
    "v1" : 0,
    "v2" : 6
  },
  "active" : true,
  "extraction_date_filter" : {
    "first_date_value" : "2000-01-23T04:56:07.000+00:00",
    "second_value" : 1,
    "depot" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "connector" : {
        "metadata" : {
          "code" : "code",
          "description" : "description",
          "project" : {
            "premature" : true,
            "expired" : true,
            "project_links" : [ {
              "link_url" : "link_url",
              "label" : "label"
            }, {
              "link_url" : "link_url",
              "label" : "label"
            } ],
            "default_project" : true,
            "is_public" : true,
            "admin" : true,
            "favorite_project" : true,
            "id" : 5,
            "expiration_date" : "2000-01-23T04:56:07.000+00:00",
            "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
          },
          "actif" : true,
          "creation_date" : "2000-01-23T04:56:07.000+00:00",
          "label" : "label",
          "icon_id" : 6,
          "created_by" : "created_by",
          "referenced_by" : "referenced_by",
          "update_date" : "2000-01-23T04:56:07.000+00:00",
          "tags" : [ {
            "code" : "code",
            "color" : "color",
            "id" : 5,
            "position" : 2
          }, {
            "code" : "code",
            "color" : "color",
            "id" : 5,
            "position" : 2
          } ],
          "duplicated" : true,
          "licence_type" : "licence_type",
          "referenced" : true,
          "imported" : true,
          "updated_by" : "updated_by",
          "id" : 1,
          "reference_date" : "2000-01-23T04:56:07.000+00:00",
          "selected" : true,
          "hdh_type" : "hdh_type"
        },
        "code" : "code",
        "lib" : "lib",
        "connector_type" : "connector_type",
        "id" : 0
      },
      "lib" : "lib",
      "headers_referencing_mode" : "LABEL",
      "id" : 5,
      "additional_params" : {
        "headers" : {
          "key" : "headers"
        },
        "method" : "method",
        "iteration" : {
          "mode" : "WITHOUT",
          "end_condition_headers" : {
            "key" : "end_condition_headers"
          },
          "iteration_number" : 6,
          "waiting" : 5,
          "is_regex" : true,
          "start" : 1,
          "variable" : "variable",
          "end_condition_body" : "end_condition_body",
          "end_or_limit" : 0,
          "end_condition_mode" : "end_condition_mode"
        },
        "body" : "body"
      },
      "depot_type" : "depot_type"
    },
    "first_value" : 0,
    "id" : 6,
    "label" : "label",
    "operator" : "operator",
    "second_date_value" : "2000-01-23T04:56:07.000+00:00"
  },
  "id" : 6,
  "live" : true
}, {
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "cron_active" : true,
  "cron_expression" : "cron_expression",
  "job_details" : {
    "key" : "2000-01-23T04:56:07.000+00:00"
  },
  "entite_type_id" : 0,
  "last_update" : "2000-01-23T04:56:07.000+00:00",
  "mapping_counts" : {
    "v1" : 0,
    "v2" : 6
  },
  "active" : true,
  "extraction_date_filter" : {
    "first_date_value" : "2000-01-23T04:56:07.000+00:00",
    "second_value" : 1,
    "depot" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "connector" : {
        "metadata" : {
          "code" : "code",
          "description" : "description",
          "project" : {
            "premature" : true,
            "expired" : true,
            "project_links" : [ {
              "link_url" : "link_url",
              "label" : "label"
            }, {
              "link_url" : "link_url",
              "label" : "label"
            } ],
            "default_project" : true,
            "is_public" : true,
            "admin" : true,
            "favorite_project" : true,
            "id" : 5,
            "expiration_date" : "2000-01-23T04:56:07.000+00:00",
            "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
          },
          "actif" : true,
          "creation_date" : "2000-01-23T04:56:07.000+00:00",
          "label" : "label",
          "icon_id" : 6,
          "created_by" : "created_by",
          "referenced_by" : "referenced_by",
          "update_date" : "2000-01-23T04:56:07.000+00:00",
          "tags" : [ {
            "code" : "code",
            "color" : "color",
            "id" : 5,
            "position" : 2
          }, {
            "code" : "code",
            "color" : "color",
            "id" : 5,
            "position" : 2
          } ],
          "duplicated" : true,
          "licence_type" : "licence_type",
          "referenced" : true,
          "imported" : true,
          "updated_by" : "updated_by",
          "id" : 1,
          "reference_date" : "2000-01-23T04:56:07.000+00:00",
          "selected" : true,
          "hdh_type" : "hdh_type"
        },
        "code" : "code",
        "lib" : "lib",
        "connector_type" : "connector_type",
        "id" : 0
      },
      "lib" : "lib",
      "headers_referencing_mode" : "LABEL",
      "id" : 5,
      "additional_params" : {
        "headers" : {
          "key" : "headers"
        },
        "method" : "method",
        "iteration" : {
          "mode" : "WITHOUT",
          "end_condition_headers" : {
            "key" : "end_condition_headers"
          },
          "iteration_number" : 6,
          "waiting" : 5,
          "is_regex" : true,
          "start" : 1,
          "variable" : "variable",
          "end_condition_body" : "end_condition_body",
          "end_or_limit" : 0,
          "end_condition_mode" : "end_condition_mode"
        },
        "body" : "body"
      },
      "depot_type" : "depot_type"
    },
    "first_value" : 0,
    "id" : 6,
    "label" : "label",
    "operator" : "operator",
    "second_date_value" : "2000-01-23T04:56:07.000+00:00"
  },
  "id" : 6,
  "live" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

EsConnectorController

Up
post /service/connectors/es/check_connection
Check an Elastic Search connector connectivity (checkESConnection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ESConnector (required)
Body Parameter — esConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/es
Create a new Elastic Search connector (createESConnector)
Create a new ES connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ESConnector (required)
Body Parameter — esConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ESConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ESConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/es/{connectorId}
Delete a an Elastic Search connector (deleteESConnector)
Delete an existing Elastic Search connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/es/{connectorId}
Edit an Elastic Search connector (editESConnector)
Edit an existing Elastic Search connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ESConnector (required)
Body Parameter — esConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ESConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ESConnector

Up
get /service/connectors/es
View a list of Elastic Search connectors (findAllESConnectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ESConnector]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/es/{connectorId}
Get an Elastic Search connector by ID (findOneESConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ESConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ESConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ExcelDepotController

Up
post /service/depots/excel
create Excel Depot (createExcelDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExcelDepot (required)
Body Parameter — excelDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

ExcelDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "data_address" : "data_address",
  "workbook_password" : "workbook_password",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExcelDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/excel/{depotId}/headers
create Depot Header (createExcelDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/excel/{depotId}/extractions
create Extraction (createExcelExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/excel/filters/{depotId}
create Extraction Filter (createExcelExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/excel/{depotId}/headers
delete All DepotHeader (deleteAllExcelDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/excel/{depotId}
delete Excel Depot (deleteExcelDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/excel/filters/{filterId}
delete Depot Extractions (deleteExcelDepotExtractions)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/excel/{depotId}/remote_files
delete excel file by name (deleteExcelDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/excel/headers/{headerId}
delete Depot Header (deleteExcelDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/excel/{depotId}/extractions
delete Extraction (deleteExcelExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depot/excel/{depotId}/download
Download local excel file (download local excel file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/excel/{depotId}
edit Excel Depot (editExcelDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExcelDepot (required)
Body Parameter — excelDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

ExcelDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "data_address" : "data_address",
  "workbook_password" : "workbook_password",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExcelDepot

Up
put /service/depots/excel/headers/{headerId}
edit Depot Header (editExcelDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/excel/filters/{filterId}
edit Extraction Filter (editExcelExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/excel
find All Excel Depot (findAllExcelDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExcelDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "data_address" : "data_address",
  "workbook_password" : "workbook_password",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "data_address" : "data_address",
  "workbook_password" : "workbook_password",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/filters/{depotId}
find All Extraction Filters (findAllExcelExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}
find One Excel Depot By Id (findOneExcelDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

ExcelDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "has_header" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "path" : "path",
  "data_address" : "data_address",
  "workbook_password" : "workbook_password",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExcelDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/extractions
get Depot Extractions (getExcelDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/count
get Depot Files Count (getExcelDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/headers
get Depot Headers By DepotId (getExcelDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/remote_files
Get excel depot remoteFiles (getExcelDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/extractions/preview
get Extraction File Preview (getExcelExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/excel/{depotId}/preview
Get EXCEL depot preview (getExcelPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/excel/headers
Get headers from a excel depot (getHeadersFromExcelDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExcelDepot (required)
Body Parameter — excelDepot

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/excel/upload_file
Upload an excel file to a depot (handleExcelFileUpload)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/excel/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate2)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/excel/{depotId}/remote_files/preview
Get excel file preview (previewRemoteExcelFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/excel/{depotId}/active
update Depot Activation Status (updateExcelDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/excel/{depotId}/headers/update_position
update Depot Headers Positions (updateExcelDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

ExportController

Up
post /service/datablocks/{datablockId}/export/csv
exportDataBlockToCSVAsync (exportDataBlockToCSVAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToCSVRequest (required)
Body Parameter — exportToCSVRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/db
exportDataBlockToDbAsync (exportDataBlockToDbAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToDbRequest (required)
Body Parameter — exportToDbRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/es
exportDataBlockToEsAsync (exportDataBlockToEsAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToEsRequest (required)
Body Parameter — exportToEsRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/excel
exportDataBlockToExcelAsync (exportDataBlockToExcelAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToExcelRequest (required)
Body Parameter — exportToExcelRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/json
exportDataBlockToJsonAsync (exportDataBlockToJsonAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToFileRequest (required)
Body Parameter — exportToFileRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/db/neo4j
exportDataBlockToNeo4jAsync (exportDataBlockToNeo4jAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToNeo4jRequest (required)
Body Parameter — exportToNeo4jRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/parquet
exportDataBlockToParquetAsync (exportDataBlockToParquetAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToFileRequest (required)
Body Parameter — exportToFileRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/datablocks/{datablockId}/export/xml
exportDataBlockToXMLAsync (exportDataBlockToXMLAsync)

Path parameters

datablockId (required)
Path Parameter — datablockId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExportToXMLRequest (required)
Body Parameter — exportToXMLRequest

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/export/datablock/files
getExportHistoryFiles (getExportHistoryFiles)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
id (required)
Query Parameter — id format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ExposeProjectController

Up
get /service/data_exposes/projects
List all data exposes (listAllDataExposes)

Return type

array[ProjectsDataExpose]

Example data

Content-Type: application/json
[ {
  "project_description" : "project_description",
  "apis" : [ {
    "api_name" : "api_name",
    "count_url" : "count_url",
    "description" : "description",
    "data_url" : "data_url",
    "info_url" : "info_url"
  }, {
    "api_name" : "api_name",
    "count_url" : "count_url",
    "description" : "description",
    "data_url" : "data_url",
    "info_url" : "info_url"
  } ],
  "project_id" : 0,
  "project_label" : "project_label"
}, {
  "project_description" : "project_description",
  "apis" : [ {
    "api_name" : "api_name",
    "count_url" : "count_url",
    "description" : "description",
    "data_url" : "data_url",
    "info_url" : "info_url"
  }, {
    "api_name" : "api_name",
    "count_url" : "count_url",
    "description" : "description",
    "data_url" : "data_url",
    "info_url" : "info_url"
  } ],
  "project_id" : 0,
  "project_label" : "project_label"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/data_exposes/projects/{projectId}
List all data exposes for a given project (listAllDataExposesByProject)

Path parameters

projectId (required)
Path Parameter — Project id format: int64

Return type

array[ProjectDataExpose]

Example data

Content-Type: application/json
[ {
  "api_name" : "api_name",
  "count_url" : "count_url",
  "description" : "description",
  "data_url" : "data_url",
  "info_url" : "info_url"
}, {
  "api_name" : "api_name",
  "count_url" : "count_url",
  "description" : "description",
  "data_url" : "data_url",
  "info_url" : "info_url"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ExposeQueryController

Up
get /service/data/{name}/count
Get DataBlock data count (getDataBlockDataCountSync)

Path parameters

name (required)
Path Parameter — DataBlock endpoint name

Query parameters

filter (optional)
Query Parameter — Filter. Example : filter=name==abc or (country==france and value>=5)

Return type

array[Object]

Example data

Content-Type: application/json
[ { }, { } ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/data/{name}
Get DataBlock data (getDataBlockDataSync)

Path parameters

name (required)
Path Parameter — DataBlock endpoint name

Query parameters

filter (optional)
Query Parameter — Filter. Example : filter=name==abc or (country==france and value>=5)
hitsPerPage (optional)
Query Parameter — Page number of items per page (max = 100000 per default, but this default value may have been overwritten with application configuration (dc.app.expose.api.max-results) format: int64
page (optional)
Query Parameter — Page number default: 1 format: int32
select (optional)
Query Parameter — Select (column names separated by Comma. Example : select=name,city,country)
sort (optional)
Query Parameter — Sort (column names separated by Comma. Example : sort=name:asc,city:desc)

Return type

array[Object]

Example data

Content-Type: application/json
[ { }, { } ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/data/{name}/info
Get DataBlock data infos (getDataBlockInfo)

Path parameters

name (required)
Path Parameter — DataBlock endpoint name

Return type

DataExposeInfo

Example data

Content-Type: application/json
{
  "root_url" : "root_url",
  "api_name" : "api_name",
  "columns" : [ {
    "name" : "name",
    "description" : "description",
    "column_uuid" : "column_uuid",
    "type" : "type"
  }, {
    "name" : "name",
    "description" : "description",
    "column_uuid" : "column_uuid",
    "type" : "type"
  } ],
  "description" : "description"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DataExposeInfo

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/data/{name}/items/{id}
Get DataBlock data item (getDataBlockItem)

Path parameters

id (required)
Path Parameter — Item id
name (required)
Path Parameter — DataBlock endpoint name

Return type

Object

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Object

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

FileDownloadController

Up
get /service/file_download
Download File by path (downloadFileByPath)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filePath (required)
Query Parameter — filePath
isNotOnHDFS (optional)
Query Parameter — isNotOnHDFS

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

FormulaCatalogController

Up
get /service/formula_catalog/count
countAllFormulaCatalogItems (countAllFormulaCatalogItems)

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/formula_catalog
createFormulaCatalogItem (createFormulaCatalogItem)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body FormulaCatalogItem (required)
Body Parameter — formulaCatalogItem

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

FormulaCatalogItem

Example data

Content-Type: application/json
{
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FormulaCatalogItem

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/formula_catalog/{itemId}
deleteFormulaCatalogItem (deleteFormulaCatalogItem1)

Path parameters

itemId (required)
Path Parameter — itemId format: int64

Responses

200

OK

Up
delete /service/formula_catalog
deleteFormulaCatalogItem (deleteFormulaCatalogItem2)

Query parameters

itemsIds (required)
Query Parameter — itemsIds format: int64

Responses

200

OK

Up
post /service/formula_catalog/{itemId}/duplicate
duplicationFormulaCatalogItemById (duplicationFormulaCatalogItemById)

Path parameters

itemId (required)
Path Parameter — itemId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

FormulaCatalogItem

Example data

Content-Type: application/json
{
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FormulaCatalogItem

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/formula_catalog
findAllFormulaCatalogItems (findAllFormulaCatalogItems)

Query parameters

shared (optional)
Query Parameter — Include shared

Return type

array[FormulaCatalogItem]

Example data

Content-Type: application/json
[ {
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}, {
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/formula_catalog/import/upload
handleFileUploadForExpressIntegration (handleFileUploadForExpressIntegration)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

FormulaCatalogImport

Example data

Content-Type: application/json
{
  "id" : "id",
  "rejected_formulas" : [ {
    "shared" : true,
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "formula" : {
      "start_position" : 8,
      "lib" : "lib",
      "dc_info" : "dc_info",
      "active" : true,
      "description" : "description",
      "rule" : {
        "uca_id" : 9,
        "value_column_id" : "value_column_id",
        "ign_case" : true,
        "semantic_context" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : [ {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          }, {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          } ],
          "id" : 1,
          "position_in_text_nb" : 4,
          "relative_rules_operator" : "relative_rules_operator"
        },
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      },
      "is_list" : true,
      "is_rule" : true,
      "generated_sql" : "generated_sql",
      "is_root" : true,
      "params" : [ null, null ],
      "type" : "type",
      "uuid" : "uuid",
      "end_position" : 7,
      "google_maps_key" : "google_maps_key",
      "context_rules" : {
        "key" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : {
            "rules" : [ {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            }, {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            } ]
          },
          "description" : "description",
          "id" : 1,
          "label" : "label",
          "position_in_text_nb" : 5,
          "relative_rules_operator" : "relative_rules_operator"
        }
      },
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "is_semantic_context_ranking" : true,
      "function_code" : "function_code",
      "semantic_order" : 6,
      "function_name" : "function_name",
      "data_type" : "data_type",
      "ranking" : {
        "grammar" : {
          "rankings_big_int" : [ {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "rankings_integer" : [ {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "processing_mode" : "processing_mode",
          "rankings_semantic_rule" : [ {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          }, {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          } ],
          "rankings_date" : [ {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "type" : "type",
          "rankings_double" : [ {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "separator" : "separator",
          "rankings_string" : [ {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ]
        },
        "id" : 7
      },
      "value" : "value"
    },
    "id" : 0
  }, {
    "shared" : true,
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "formula" : {
      "start_position" : 8,
      "lib" : "lib",
      "dc_info" : "dc_info",
      "active" : true,
      "description" : "description",
      "rule" : {
        "uca_id" : 9,
        "value_column_id" : "value_column_id",
        "ign_case" : true,
        "semantic_context" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : [ {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          }, {
            "uca_id" : 9,
            "search_in" : true,
            "search_interval" : true,
            "value_column_id" : "value_column_id",
            "search_interval_nb" : 5,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "is_without_time" : true,
            "rules" : [ null, null ],
            "value_list" : [ { }, { } ],
            "list" : true,
            "type" : "type",
            "operator" : "operator",
            "path" : "path",
            "value_column_id2" : "value_column_id2",
            "condition" : "condition",
            "inactive" : true,
            "field" : "field",
            "column_alias" : "column_alias",
            "pivot" : true,
            "value" : "value"
          } ],
          "id" : 1,
          "position_in_text_nb" : 4,
          "relative_rules_operator" : "relative_rules_operator"
        },
        "is_without_time" : true,
        "rules" : [ null, null ],
        "value_list" : [ { }, { } ],
        "list" : true,
        "type" : "type",
        "operator" : "operator",
        "path" : "path",
        "value_column_id2" : "value_column_id2",
        "condition" : "condition",
        "inactive" : true,
        "field" : "field",
        "column_alias" : "column_alias",
        "pivot" : true,
        "value" : "value"
      },
      "is_list" : true,
      "is_rule" : true,
      "generated_sql" : "generated_sql",
      "is_root" : true,
      "params" : [ null, null ],
      "type" : "type",
      "uuid" : "uuid",
      "end_position" : 7,
      "google_maps_key" : "google_maps_key",
      "context_rules" : {
        "key" : {
          "position_in_text" : true,
          "position_in_text_type" : "position_in_text_type",
          "relative_rules" : {
            "rules" : [ {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            }, {
              "search_in" : true,
              "search_interval" : true,
              "search_interval_nb" : 2,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "id" : 5,
              "type" : "type",
              "value" : "value",
              "operator" : "operator"
            } ]
          },
          "description" : "description",
          "id" : 1,
          "label" : "label",
          "position_in_text_nb" : 5,
          "relative_rules_operator" : "relative_rules_operator"
        }
      },
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "is_semantic_context_ranking" : true,
      "function_code" : "function_code",
      "semantic_order" : 6,
      "function_name" : "function_name",
      "data_type" : "data_type",
      "ranking" : {
        "grammar" : {
          "rankings_big_int" : [ {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 9,
            "lib" : "lib",
            "low" : 3,
            "negative_value" : "negative_value",
            "values_list" : [ 2, 2 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "rankings_integer" : [ {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 1,
            "lib" : "lib",
            "low" : 1,
            "negative_value" : "negative_value",
            "values_list" : [ 6, 6 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "processing_mode" : "processing_mode",
          "rankings_semantic_rule" : [ {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          }, {
            "lib" : "lib",
            "negative_value" : "negative_value",
            "positive_value" : "positive_value"
          } ],
          "rankings_date" : [ {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : "2000-01-23T04:56:07.000+00:00",
            "lib" : "lib",
            "low" : "2000-01-23T04:56:07.000+00:00",
            "negative_value" : "negative_value",
            "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "type" : "type",
          "rankings_double" : [ {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "high" : 4.145608029883936,
            "lib" : "lib",
            "low" : 7.386281948385884,
            "negative_value" : "negative_value",
            "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ],
          "separator" : "separator",
          "rankings_string" : [ {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          }, {
            "ignore_case" : true,
            "high" : "high",
            "lib" : "lib",
            "low" : "low",
            "negative_value" : "negative_value",
            "values_list" : [ "values_list", "values_list" ],
            "operator" : "operator",
            "positive_value" : "positive_value"
          } ]
        },
        "id" : 7
      },
      "value" : "value"
    },
    "id" : 0
  } ],
  "valid_formulas" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FormulaCatalogImport

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/formula_catalog/import/integrate
integrateImportedElements (integrateImportedElements)

Query parameters

importId (required)
Query Parameter — importId
project (optional)
Query Parameter — Project id format: int64

Return type

array[FormulaCatalogItem]

Example data

Content-Type: application/json
[ {
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}, {
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/formula_catalog/{itemId}
updateFormulaCatalogItem (updateFormulaCatalogItem)

Path parameters

itemId (required)
Path Parameter — itemId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body FormulaCatalogItem (required)
Body Parameter — formulaCatalogItem

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

FormulaCatalogItem

Example data

Content-Type: application/json
{
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FormulaCatalogItem

Up
put /service/formula_catalog/{itemId}/status
updateFormulaSharedStatus (updateFormulaSharedStatus)

Path parameters

itemId (required)
Path Parameter — itemId format: int64

Query parameters

shared (required)
Query Parameter — shared

Return type

FormulaCatalogItem

Example data

Content-Type: application/json
{
  "shared" : true,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "formula" : {
    "start_position" : 8,
    "lib" : "lib",
    "dc_info" : "dc_info",
    "active" : true,
    "description" : "description",
    "rule" : {
      "uca_id" : 9,
      "value_column_id" : "value_column_id",
      "ign_case" : true,
      "semantic_context" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : [ {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        }, {
          "uca_id" : 9,
          "search_in" : true,
          "search_interval" : true,
          "value_column_id" : "value_column_id",
          "search_interval_nb" : 5,
          "ign_case" : true,
          "search_in_mode" : "search_in_mode",
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        } ],
        "id" : 1,
        "position_in_text_nb" : 4,
        "relative_rules_operator" : "relative_rules_operator"
      },
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    },
    "is_list" : true,
    "is_rule" : true,
    "generated_sql" : "generated_sql",
    "is_root" : true,
    "params" : [ null, null ],
    "type" : "type",
    "uuid" : "uuid",
    "end_position" : 7,
    "google_maps_key" : "google_maps_key",
    "context_rules" : {
      "key" : {
        "position_in_text" : true,
        "position_in_text_type" : "position_in_text_type",
        "relative_rules" : {
          "rules" : [ {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          }, {
            "search_in" : true,
            "search_interval" : true,
            "search_interval_nb" : 2,
            "ign_case" : true,
            "search_in_mode" : "search_in_mode",
            "id" : 5,
            "type" : "type",
            "value" : "value",
            "operator" : "operator"
          } ]
        },
        "description" : "description",
        "id" : 1,
        "label" : "label",
        "position_in_text_nb" : 5,
        "relative_rules_operator" : "relative_rules_operator"
      }
    },
    "enums" : [ {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    }, {
      "is_semantic_context_ranking" : true,
      "label" : "label",
      "type" : "type",
      "value" : "value"
    } ],
    "is_semantic_context_ranking" : true,
    "function_code" : "function_code",
    "semantic_order" : 6,
    "function_name" : "function_name",
    "data_type" : "data_type",
    "ranking" : {
      "grammar" : {
        "rankings_big_int" : [ {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 9,
          "lib" : "lib",
          "low" : 3,
          "negative_value" : "negative_value",
          "values_list" : [ 2, 2 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "rankings_integer" : [ {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 1,
          "lib" : "lib",
          "low" : 1,
          "negative_value" : "negative_value",
          "values_list" : [ 6, 6 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "processing_mode" : "processing_mode",
        "rankings_semantic_rule" : [ {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        }, {
          "lib" : "lib",
          "negative_value" : "negative_value",
          "positive_value" : "positive_value"
        } ],
        "rankings_date" : [ {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : "2000-01-23T04:56:07.000+00:00",
          "lib" : "lib",
          "low" : "2000-01-23T04:56:07.000+00:00",
          "negative_value" : "negative_value",
          "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "type" : "type",
        "rankings_double" : [ {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "high" : 4.145608029883936,
          "lib" : "lib",
          "low" : 7.386281948385884,
          "negative_value" : "negative_value",
          "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ],
        "separator" : "separator",
        "rankings_string" : [ {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        }, {
          "ignore_case" : true,
          "high" : "high",
          "lib" : "lib",
          "low" : "low",
          "negative_value" : "negative_value",
          "values_list" : [ "values_list", "values_list" ],
          "operator" : "operator",
          "positive_value" : "positive_value"
        } ]
      },
      "id" : 7
    },
    "value" : "value"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FormulaCatalogItem

FormuleController

Up
get /service/constants/formulas
Get list of all available formulas (getAllAvailableFormulas)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Formules

Example data

Content-Type: application/json
{
  "constant" : [ {
    "description" : "description",
    "label" : "label",
    "type" : "type"
  }, {
    "description" : "description",
    "label" : "label",
    "type" : "type"
  } ],
  "formule" : [ {
    "input" : [ {
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "obligatory" : "obligatory",
      "default_type" : "default_type",
      "description" : "description",
      "types_power" : {
        "key" : 0
      },
      "is_list" : true,
      "is_rule" : true,
      "label" : "label",
      "is_typed_list" : true,
      "type" : [ "type", "type" ]
    }, {
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "obligatory" : "obligatory",
      "default_type" : "default_type",
      "description" : "description",
      "types_power" : {
        "key" : 0
      },
      "is_list" : true,
      "is_rule" : true,
      "label" : "label",
      "is_typed_list" : true,
      "type" : [ "type", "type" ]
    } ],
    "code" : "code",
    "response" : {
      "list" : true,
      "type" : "type"
    },
    "deprecated" : true,
    "description" : "description",
    "label" : "label",
    "type" : "type"
  }, {
    "input" : [ {
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "obligatory" : "obligatory",
      "default_type" : "default_type",
      "description" : "description",
      "types_power" : {
        "key" : 0
      },
      "is_list" : true,
      "is_rule" : true,
      "label" : "label",
      "is_typed_list" : true,
      "type" : [ "type", "type" ]
    }, {
      "enums" : [ {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      }, {
        "is_semantic_context_ranking" : true,
        "label" : "label",
        "type" : "type",
        "value" : "value"
      } ],
      "obligatory" : "obligatory",
      "default_type" : "default_type",
      "description" : "description",
      "types_power" : {
        "key" : 0
      },
      "is_list" : true,
      "is_rule" : true,
      "label" : "label",
      "is_typed_list" : true,
      "type" : [ "type", "type" ]
    } ],
    "code" : "code",
    "response" : {
      "list" : true,
      "type" : "type"
    },
    "deprecated" : true,
    "description" : "description",
    "label" : "label",
    "type" : "type"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Formules

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

FunnelChartController

Up
get /service/charts/funnel/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET1)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/funnel
Create a new chart (createFunnelChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/funnel/from_db
Create a new chart from datablock (createFunnelChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/funnel/{id}
Delete an existing chart (deleteFunnelChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/funnel/{id}/duplicate
Duplicate an existing chart (duplicateFunnelChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/funnel/{id}
Edit chart (editFunnelChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/funnel/{id}/config
Update the configuration informations of an existing chart (editFunnelChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/funnel/{id}
Get a chart by Id (getFunnelChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/funnel/{id}/config
Get the configuration informations of an existing chart (getFunnelChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

FunnelChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "label_horizontal_alignment" : "right",
    "scroll" : true,
    "rotated" : true,
    "sort_data" : true,
    "border_separated" : true,
    "value_field" : "value_field",
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "type" : "funnel",
    "zoom_mode" : "NONE",
    "label_position" : "inside",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "palette" : "bright",
    "label_visible" : true,
    "inverted" : true,
    "argument_field" : "argument_field",
    "export" : true,
    "algorithm" : "dynamicSlope"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FunnelChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

GaugeBarChartController

Up
get /service/charts/gauge_bar/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET2)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_bar
Create a new chart (createGaugeBarChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_bar/from_db
Create a new chart from datablock (createGaugeBarChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/gauge_bar/{id}
Delete an existing chart (deleteGaugeBarChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/gauge_bar/{id}/duplicate
Duplicate an existing chart (duplicateGaugeBarChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/gauge_bar/{id}
Edit chart (editGaugeBarChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/gauge_bar/{id}/config
Update the configuration informations of an existing chart (editGaugeBarChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/gauge_bar/{id}
Get a chart by Id (getGaugeBarChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/gauge_bar/{id}/config
Get the configuration informations of an existing chart (getGaugeBarChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

GaugeBarChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "start_value" : "start_value",
    "values" : [ {
      "color" : "color",
      "color_column" : "color_column",
      "value" : "value"
    }, {
      "color" : "color",
      "color_column" : "color_column",
      "value" : "value"
    } ],
    "scroll" : true,
    "rotated" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "zoom_mode" : "NONE",
    "end_value" : "end_value",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "geometry" : {
      "start_angle" : 6.027456183070403,
      "end_angle" : 0.8008281904610115
    },
    "palette" : "bright",
    "export" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK GaugeBarChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

GaugeCircularChartController

Up
get /service/charts/gauge_circular/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET3)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_circular
Create a new chart (createGaugeCircularChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_circular/from_db
Create a new chart from datablock (createGaugeCircularChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/gauge_circular/{id}
Delete an existing chart (deleteGaugeCircularChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/gauge_circular/{id}/duplicate
Duplicate an existing chart (duplicateGaugeCircularChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/gauge_circular/{id}
Edit chart (editGaugeCircularChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/gauge_circular/{id}/config
Update the configuration informations of an existing chart (editGaugeCircularChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/gauge_circular/{id}
Get a chart by Id (getGaugeCircularChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/gauge_circular/{id}/config
Get the configuration informations of an existing chart (getGaugeCircularChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

GaugeCircularChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "ranges" : [ {
      "color" : "color",
      "end_value" : "end_value",
      "start_value" : "start_value",
      "color_column" : "color_column"
    }, {
      "color" : "color",
      "end_value" : "end_value",
      "start_value" : "start_value",
      "color_column" : "color_column"
    } ],
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "rotated" : true,
    "scale" : {
      "tick_interval" : 0.8008281904610115,
      "end_value" : "end_value",
      "start_value" : "start_value"
    },
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "subvalues" : [ {
      "value" : "value"
    }, {
      "value" : "value"
    } ],
    "zoom_mode" : "NONE",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "geometry" : {
      "start_angle" : 6.027456183070403,
      "end_angle" : 0.8008281904610115
    },
    "palette" : "bright",
    "export" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK GaugeCircularChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

GaugeLinearChartController

Up
get /service/charts/gauge_linear/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET4)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_linear
Create a new chart (createGaugeLinearChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/gauge_linear/from_db
Create a new chart from datablock (createGaugeLinearChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/gauge_linear/{id}
Delete an existing chart (deleteGaugeLinearChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/gauge_linear/{id}/duplicate
Duplicate an existing chart (duplicateGaugeLinearChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/gauge_linear/{id}
Edit chart (editGaugeLinearChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/gauge_linear/{id}/config
Update the configuration informations of an existing chart (editGaugeLinearChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/gauge_linear/{id}
Get a chart by Id (getGaugeLinearChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/gauge_linear/{id}/config
Get the configuration informations of an existing chart (getGaugeLinearChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

GaugeLinearChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "orientation" : "horizontal",
    "ranges" : [ {
      "color" : "color",
      "end_value" : "end_value",
      "start_value" : "start_value",
      "color_column" : "color_column"
    }, {
      "color" : "color",
      "end_value" : "end_value",
      "start_value" : "start_value",
      "color_column" : "color_column"
    } ],
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "rotated" : true,
    "scale" : {
      "tick_interval" : 0.8008281904610115,
      "end_value" : "end_value",
      "start_value" : "start_value"
    },
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "zoom_mode" : "NONE",
    "value_indicator" : {
      "color" : "color",
      "type" : "circle"
    },
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "palette" : "bright",
    "export" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK GaugeLinearChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

GroupController

Up
put /service/groups/{id}/members
Add a user to group members (addMember)

Path parameters

id (required)
Path Parameter — id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter — User Id

Responses

200

OK

Up
post /service/groups
Create a new Group (createGroup)
Create a new Group and returns the new generated Id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DcGroupConfig (required)
Body Parameter — New userGroup data

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/groups/{id}
Delete an existing Group (deleteGroup)

Path parameters

id (required)
Path Parameter — The Id of the Group to be deleted

Responses

200

OK

Up
delete /service/groups
Delete a list of Groups (deleteManyGroups)

Query parameters

groupsId (required)
Query Parameter — Requested Group Ids

Responses

200

OK

Up
put /service/groups/{id}
Edit Group (editGroup)
Edit an existing Group

Path parameters

id (required)
Path Parameter — Id of group to update data

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DcGroupConfig (required)
Body Parameter — Update group config data

Responses

200

OK

Up
get /service/groups
Get a list of the available Groups (getAllGroups)

Return type

array[DcGroup]

Example data

Content-Type: application/json
[ {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
}, {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/groups/available_users
Get a list of available users (getAvailableUsers)

Query parameters

groupId (optional)
Query Parameter — groupId

Return type

array[GroupMember]

Example data

Content-Type: application/json
[ {
  "user_id" : "user_id",
  "name" : "name",
  "login" : "login"
}, {
  "user_id" : "user_id",
  "name" : "name",
  "login" : "login"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/users/groups
Get a list of groups of the current user (getCurrentUserGroups)

Return type

array[DcGroup]

Example data

Content-Type: application/json
[ {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
}, {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/groups/{id}
Get a Group by Id (getGroup)

Path parameters

id (required)
Path Parameter — Requested Group Id

Return type

DcGroup

Example data

Content-Type: application/json
{
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcGroup

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/groups/{id}/members
Get a list of the Group members (getGroupMembers)

Path parameters

id (required)
Path Parameter — Requested Group Id

Return type

array[GroupMember]

Example data

Content-Type: application/json
[ {
  "user_id" : "user_id",
  "name" : "name",
  "login" : "login"
}, {
  "user_id" : "user_id",
  "name" : "name",
  "login" : "login"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/groups/by_user/{userId}
Get a list of groups of a user (getUserGroups)

Path parameters

userId (required)
Path Parameter — userId

Return type

array[DcGroup]

Example data

Content-Type: application/json
[ {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
}, {
  "has_admin_role" : {
    "inherited" : true,
    "own" : true
  },
  "sub_groups" : [ null, null ],
  "name" : "name",
  "description" : "description",
  "last_name" : "last_name",
  "id" : "id",
  "label" : "label",
  "first_name" : "first_name",
  "enabled" : true,
  "is_group" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/groups/{id}/members/{userId}
Remove a user from group members (removeMember)

Path parameters

id (required)
Path Parameter — id
userId (required)
Path Parameter — User Id

Responses

200

OK

HdOptionsController

Up
get /service/options/hd/centering
Get all centering options (getAllHdCenteringOptions)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

CenteringOptions

Example data

Content-Type: application/json
{
  "date_operators" : [ null, null ],
  "centering_value_types" : [ null, null ],
  "string_operators" : [ null, null ],
  "numeric_operators" : [ null, null ],
  "slider_step_units" : [ null, null ],
  "autocomplete_modes" : [ {
    "code" : "code",
    "label" : "label"
  }, {
    "code" : "code",
    "label" : "label"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CenteringOptions

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/options/hd/chart
Get all chart config options (getAllHdChartOptions)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

ChartOptions

Example data

Content-Type: application/json
{
  "colorizer_types" : [ null, null ],
  "constants_color_sync" : [ null, null ],
  "funnel_types" : [ null, null ],
  "label_overlapping_types" : [ null, null ],
  "range_chart_types" : [ null, null ],
  "dash_types" : [ null, null ],
  "label_positions" : [ null, null ],
  "legend_positions" : [ null, null ],
  "format_types" : [ null, null ],
  "date_patterns" : [ null, null ],
  "interval_types" : [ null, null ],
  "line_chart_sub_types" : [ null, null ],
  "decimal_precisions" : [ null, null ],
  "palette_types" : [ null, null ],
  "alignment_types" : [ null, null ],
  "algorithm_modes" : [ null, null ],
  "chart_types" : [ null, null ],
  "display_types" : [ null, null ],
  "pie_types" : [ null, null ],
  "sankey_link_color_modes" : [ null, null ],
  "zoom_modes" : [ null, null ],
  "orientation_types" : [ null, null ],
  "aggregation_functions" : [ {
    "code" : "code",
    "label" : "label"
  }, {
    "code" : "code",
    "label" : "label"
  } ],
  "vertical_alignment_types" : [ null, null ],
  "area_chart_sub_types" : [ null, null ],
  "point_symbols" : [ null, null ],
  "position_types" : [ null, null ],
  "bar_chart_sub_types" : [ null, null ],
  "font_types" : [ null, null ],
  "wordwrap_types" : [ null, null ],
  "indicator_types" : [ null, null ],
  "value_types" : [ null, null ],
  "axis_types" : [ null, null ],
  "values_grouping_types" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ChartOptions

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/options/hd/grid
Get all grid config options (getAllHdGridOptions)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

GridOptions

Example data

Content-Type: application/json
{
  "aggregation_functions" : [ {
    "code" : "code",
    "label" : "label"
  }, {
    "code" : "code",
    "label" : "label"
  } ],
  "column_resizing_modes" : [ null, null ],
  "font_families" : [ null, null ],
  "total_prior_modes" : [ null, null ],
  "summary_types" : [ null, null ],
  "area_chart_sub_types" : [ null, null ],
  "bar_chart_sub_types" : [ null, null ],
  "font_types" : [ null, null ],
  "format_types" : [ null, null ],
  "line_chart_sub_types" : [ null, null ],
  "value_types" : [ null, null ],
  "palette_types" : [ null, null ],
  "alignment_types" : [ {
    "code" : "code",
    "label" : "label"
  }, {
    "code" : "code",
    "label" : "label"
  } ],
  "chart_types" : [ null, null ],
  "font_styles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK GridOptions

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

HdSourceController

Up
get /service/hd_source/{hdType}/{hdId}/{id}/activate/{active}
Activate/deactivate an existing source (activateHdSource)

Path parameters

active (required)
Path Parameter — Activate
hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type
id (required)
Path Parameter — Id of source to activate/deactivate format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/hdsource/autocomplete
Autocomplete (autocomplete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body AutocompleteEntry (required)
Body Parameter — autocomplete params

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/hdsource/filter_and_aggregate
Autocomplete (autocomplete1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body FilterAndAggregateEntry (required)
Body Parameter — params

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/dashboard_publication/filter_and_aggregate
Autocomplete (autocomplete2)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body FilterAndAggregateEntry (required)
Body Parameter — filterAndAggregateEntry

Query parameters

link (required)
Query Parameter — link

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/dashboard_publication/autocomplete
autocompletePublication (autocompletePublicationUsingPOST)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body AutocompletePubEntry (required)
Body Parameter — autocomplete

Query parameters

link (required)
Query Parameter — link

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/hd_source/{hdType}/{hdId}
Create new sources for a hd element (createHdSources)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateHdSourceEntry (required)
Body Parameter — Sources

Query parameters

project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/hd_source/{hdType}/{hdId}/{id}
Delete an existing source (deleteHdSource)

Path parameters

hdId (required)
Path Parameter — The Id of hd element format: int64
hdType (required)
Path Parameter — The type of hd element
id (required)
Path Parameter — The Id of the source to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/hd_source/{hdType}/{hdId}/{id}
Edit source (editHdSource)
Update an existing source

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type
id (required)
Path Parameter — Id of the source to update format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateHdSourceEntry (required)
Body Parameter — Update source data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/hd_source/{hdType}/{hdId}/{id}
Get a source by id (getHdSource)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type
id (required)
Path Parameter — Requested source Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdSourceGrammar

Example data

Content-Type: application/json
{
  "grammar" : {
    "histogram" : {
      "column" : "column",
      "bucket_count" : 6
    },
    "persisted_source" : "persisted_source",
    "global_filter" : [ "global_filter", "global_filter" ],
    "from_datablock" : true,
    "columns" : [ {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    }, {
      "uca_id" : 3,
      "parent_entite_type_id" : 6,
      "visible" : true,
      "active" : true,
      "hashed" : true,
      "list" : true,
      "type" : "type",
      "uuid" : "uuid",
      "path" : "path",
      "field" : "field",
      "column_alias" : "column_alias",
      "uca_code" : "uca_code",
      "alias" : "alias",
      "formula" : {
        "start_position" : 8,
        "lib" : "lib",
        "dc_info" : "dc_info",
        "active" : true,
        "description" : "description",
        "rule" : {
          "uca_id" : 9,
          "value_column_id" : "value_column_id",
          "ign_case" : true,
          "semantic_context" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : [ {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            }, {
              "uca_id" : 9,
              "search_in" : true,
              "search_interval" : true,
              "value_column_id" : "value_column_id",
              "search_interval_nb" : 5,
              "ign_case" : true,
              "search_in_mode" : "search_in_mode",
              "is_without_time" : true,
              "rules" : [ null, null ],
              "value_list" : [ { }, { } ],
              "list" : true,
              "type" : "type",
              "operator" : "operator",
              "path" : "path",
              "value_column_id2" : "value_column_id2",
              "condition" : "condition",
              "inactive" : true,
              "field" : "field",
              "column_alias" : "column_alias",
              "pivot" : true,
              "value" : "value"
            } ],
            "id" : 1,
            "position_in_text_nb" : 4,
            "relative_rules_operator" : "relative_rules_operator"
          },
          "is_without_time" : true,
          "rules" : [ null, null ],
          "value_list" : [ { }, { } ],
          "list" : true,
          "type" : "type",
          "operator" : "operator",
          "path" : "path",
          "value_column_id2" : "value_column_id2",
          "condition" : "condition",
          "inactive" : true,
          "field" : "field",
          "column_alias" : "column_alias",
          "pivot" : true,
          "value" : "value"
        },
        "is_list" : true,
        "is_rule" : true,
        "generated_sql" : "generated_sql",
        "is_root" : true,
        "params" : [ null, null ],
        "type" : "type",
        "uuid" : "uuid",
        "end_position" : 7,
        "google_maps_key" : "google_maps_key",
        "context_rules" : {
          "key" : {
            "position_in_text" : true,
            "position_in_text_type" : "position_in_text_type",
            "relative_rules" : {
              "rules" : [ {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              }, {
                "search_in" : true,
                "search_interval" : true,
                "search_interval_nb" : 2,
                "ign_case" : true,
                "search_in_mode" : "search_in_mode",
                "id" : 5,
                "type" : "type",
                "value" : "value",
                "operator" : "operator"
              } ]
            },
            "description" : "description",
            "id" : 1,
            "label" : "label",
            "position_in_text_nb" : 5,
            "relative_rules_operator" : "relative_rules_operator"
          }
        },
        "enums" : [ {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        }, {
          "is_semantic_context_ranking" : true,
          "label" : "label",
          "type" : "type",
          "value" : "value"
        } ],
        "is_semantic_context_ranking" : true,
        "function_code" : "function_code",
        "semantic_order" : 6,
        "function_name" : "function_name",
        "data_type" : "data_type",
        "ranking" : {
          "grammar" : {
            "rankings_big_int" : [ {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 9,
              "lib" : "lib",
              "low" : 3,
              "negative_value" : "negative_value",
              "values_list" : [ 2, 2 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "rankings_integer" : [ {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 1,
              "lib" : "lib",
              "low" : 1,
              "negative_value" : "negative_value",
              "values_list" : [ 6, 6 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "processing_mode" : "processing_mode",
            "rankings_semantic_rule" : [ {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            }, {
              "lib" : "lib",
              "negative_value" : "negative_value",
              "positive_value" : "positive_value"
            } ],
            "rankings_date" : [ {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : "2000-01-23T04:56:07.000+00:00",
              "lib" : "lib",
              "low" : "2000-01-23T04:56:07.000+00:00",
              "negative_value" : "negative_value",
              "values_list" : [ "2000-01-23T04:56:07.000+00:00", "2000-01-23T04:56:07.000+00:00" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "type" : "type",
            "rankings_double" : [ {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "high" : 4.145608029883936,
              "lib" : "lib",
              "low" : 7.386281948385884,
              "negative_value" : "negative_value",
              "values_list" : [ 1.2315135367772556, 1.2315135367772556 ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ],
            "separator" : "separator",
            "rankings_string" : [ {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            }, {
              "ignore_case" : true,
              "high" : "high",
              "lib" : "lib",
              "low" : "low",
              "negative_value" : "negative_value",
              "values_list" : [ "values_list", "values_list" ],
              "operator" : "operator",
              "positive_value" : "positive_value"
            } ]
          },
          "id" : 7
        },
        "value" : "value"
      },
      "pivot" : true,
      "id" : 9
    } ],
    "global_filter_ignore_case" : true,
    "process_summary" : true,
    "global_filter_mode" : "global_filter_mode",
    "take_max_row" : 3,
    "steps" : [ {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    }, {
      "unions" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "uuid" : "uuid",
          "right_carac_code" : "right_carac_code",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 7,
        "lib" : "lib",
        "type" : "type"
      } ],
      "formulas" : [ null, null ],
      "description" : "description",
      "summary_config" : {
        "summary" : true,
        "data" : true,
        "total_count" : true,
        "count_columns" : [ "count_columns", "count_columns" ],
        "summary_columns" : [ "summary_columns", "summary_columns" ]
      },
      "sort" : {
        "inactive" : true,
        "sorts" : [ null, null ]
      },
      "agregation" : {
        "partitions" : [ {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        }, {
          "row_end_value" : 3,
          "functions" : [ null, null ],
          "lib" : "lib",
          "row_start" : "row_start",
          "row_start_value" : 3,
          "groups" : [ null, null ],
          "sorts" : [ {
            "column_uuid" : "column_uuid",
            "order" : "order"
          }, {
            "column_uuid" : "column_uuid",
            "order" : "order"
          } ],
          "row_end" : "row_end"
        } ],
        "pivot_column" : "pivot_column",
        "functions" : [ {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "func" : "func",
          "offset" : 2,
          "percentile_approx" : 6.778324963048013,
          "ignore_null" : true,
          "ntile" : 1,
          "default_value" : "default_value",
          "global" : true,
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "multi_dimensional" : true,
        "pivot_values" : [ {
          "uuid" : "uuid",
          "value" : "value"
        }, {
          "uuid" : "uuid",
          "value" : "value"
        } ],
        "with_details" : true,
        "groups" : [ {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        }, {
          "time_lag" : 6,
          "interval_unit" : "interval_unit",
          "time_lag_unit" : "time_lag_unit",
          "interval" : 6,
          "step" : 5,
          "column_uuid" : "column_uuid",
          "step_unit" : "step_unit",
          "uuid" : "uuid"
        } ],
        "pivot" : true,
        "sorts" : [ null, null ]
      },
      "output" : [ {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      }, {
        "date_pattern" : "date_pattern",
        "lib" : "lib",
        "replace_null_by" : "replace_null_by",
        "decimal_scale" : 8,
        "date_output_pattern" : "date_output_pattern",
        "active" : true,
        "column_uuid" : "column_uuid",
        "decimal_pattern" : "decimal_pattern",
        "replace_null" : true,
        "convert_to" : "convert_to"
      } ],
      "input" : {
        "columns" : [ {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        }, {
          "is_list" : true,
          "column_uuid" : "column_uuid",
          "label" : "label",
          "type" : "type",
          "uuid" : "uuid"
        } ]
      },
      "data_operation" : {
        "stack" : {
          "columns" : [ null, null ],
          "number_of_rows" : 6
        },
        "explode" : {
          "columns" : [ {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          }, {
            "keep_in" : true,
            "column_uuid" : "column_uuid",
            "uuid" : "uuid"
          } ]
        },
        "pivot" : {
          "number_of_columns_per_group" : 0,
          "columns" : [ null, null ],
          "group_column_label" : "group_column_label",
          "end_column_index" : 7,
          "group_column_uuid" : "group_column_uuid",
          "group_fields_column_uuid" : [ "group_fields_column_uuid", "group_fields_column_uuid" ],
          "start_column_index" : 7,
          "stacked_column_names" : [ "stacked_column_names", "stacked_column_names" ],
          "value_column_uuid" : "value_column_uuid",
          "value_column_label" : "value_column_label"
        }
      },
      "limit" : 0,
      "alias" : "alias",
      "links" : [ {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      }, {
        "mappings" : [ {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        }, {
          "right_column_uuid" : "right_column_uuid",
          "target_value" : "target_value",
          "has_source_value_mapping" : true,
          "has_target_value_mapping" : true,
          "operator" : "operator",
          "right_carac_code" : "right_carac_code",
          "source_value" : "source_value",
          "left_column_uuid" : "left_column_uuid"
        } ],
        "db_id" : 4,
        "lib" : "lib",
        "columns" : [ {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        }, {
          "carac_code" : "carac_code",
          "column_uuid" : "column_uuid",
          "uuid" : "uuid"
        } ],
        "type" : "type"
      } ]
    } ]
  },
  "active" : true,
  "data_block_id" : 0,
  "id" : 1,
  "label" : "label",
  "icon_id" : 6,
  "desc" : "desc"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdSourceGrammar

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/hd_source/{hdType}/{hdId}/{id}/columns/{uuid}/origin
Get the origin of a column (getHdSourceColumnOrigin)
Return the list of operations generating the column (from source to depot)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type
id (required)
Path Parameter — id format: int64
uuid (required)
Path Parameter — Column uuid

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ColumnOrigin

Example data

Content-Type: application/json
{
  "lib" : "lib",
  "parent_id" : 0,
  "id" : "id",
  "parent_type" : "PATH_ALIAS",
  "type" : "type",
  "operation" : {
    "formula_function" : "formula_function",
    "partition" : "partition",
    "operation_type" : "operation_type",
    "function" : "function",
    "column" : "column",
    "connector_type" : "connector_type",
    "link" : "link",
    "description" : "description",
    "formula" : "formula",
    "attributes" : [ null, null ],
    "step" : "step",
    "union" : "union"
  },
  "parent_lib" : "parent_lib"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ColumnOrigin

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/hd_source/{hdType}/{hdId}/{id}/columns
Get a list of available columns of a source (getHdSourceColumns)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type
id (required)
Path Parameter — Requested source Id format: int64

Query parameters

ignoreOperations (optional)
Query Parameter — Hd element Id
project (optional)
Query Parameter — Project id format: int64

Return type

array[DBBuilderColumn]

Example data

Content-Type: application/json
[ {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
}, {
  "date_pattern" : "date_pattern",
  "lib" : "lib",
  "alias" : "alias",
  "is_list" : true,
  "type" : "type",
  "uuid" : "uuid"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/hd_source/{hdType}/{hdId}
Get a list of active sources of a hd element (getHdSources)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HdSource]

Example data

Content-Type: application/json
[ {
  "active" : true,
  "data_block_id" : 0,
  "id" : 1,
  "label" : "label",
  "icon_id" : 6,
  "desc" : "desc"
}, {
  "active" : true,
  "data_block_id" : 0,
  "id" : 1,
  "label" : "label",
  "icon_id" : 6,
  "desc" : "desc"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/hd_source/{hdType}/{hdId}/count
Get number of active sources of a hd element (getNbrOfSourcesUsingGET)

Path parameters

hdId (required)
Path Parameter — Hd element Id format: int64
hdType (required)
Path Parameter — Hd element type

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integer

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

HdSourceExecController

Up
post /service/hdsource/exec
Generate and execute a job in spark context basing on a DBBuilderGrammar (execHdSourceAndGetJobKey)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SourceExecEntry (required)
Body Parameter — grammar

Query parameters

clientId (optional)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
elementId (optional)
Query Parameter — elementId format: int64
parentId (optional)
Query Parameter — parentId format: int64
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/hdsource/exec/result
Generate and execute a job in spark context basing on a DBBuilderGrammar (getHdSourceDataByJobKey)

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
jobKey (required)
Query Parameter — jobKey

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

HdfsConnectorController

Up
post /service/connectors/hdfs/check_connection
Check a HDFS connector connectivity (checkSftpConnection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HDFSConnector (required)
Body Parameter — hdfsConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/hdfs
Create a new HDFS connector (createHDFSConnector)
Create a new HDFS connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HDFSConnector (required)
Body Parameter — hDFSConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HDFSConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0,
  "params" : {
    "key" : "params"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HDFSConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/hdfs/{connectorId}
Delete a HDFS connector (deleteHDFSConnector)
Delete an existing HDFS connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/hdfs/{connectorId}
Edit a HDFS connector (editHDFSConnector)
Edit an existing HDFS connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HDFSConnector (required)
Body Parameter — hDFSConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HDFSConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0,
  "params" : {
    "key" : "params"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HDFSConnector

Up
get /service/connectors/hdfs
View a list of HDFS connectors (findAllHDFSConnectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HDFSConnector]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0,
  "params" : {
    "key" : "params"
  }
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0,
  "params" : {
    "key" : "params"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/hdfs/{connectorId}
Get a HDFS connector by ID (findOneHDFSConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HDFSConnector

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "port" : 6,
  "host" : "host",
  "id" : 0,
  "params" : {
    "key" : "params"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HDFSConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/files/hdfs
List HDFS remote files (listHDFSRemoteFiles)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HDFSConnector (required)
Body Parameter — hdfsConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/hdfs/{connectorId}/files
List HDFS remote files by id (listHDFSRemoteFilesById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

HttpConnectorController

Up
post /service/connectors/http/check_connection
Check an HTTP connector connectivity (checkHTTPConnection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HTTPConnector (required)
Body Parameter — httpConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/http
Create a new HTTP connector (createHTTPConnector)
Create a new HTTP connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HTTPConnector (required)
Body Parameter — connector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HTTPConnector

Example data

Content-Type: application/json
{
  "proxy_port" : 1,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "bac" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "proxy_host" : "proxy_host",
  "host" : "host",
  "id" : 0,
  "secure" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HTTPConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/http/{connectorId}
Delete an HTTP connector (deleteHTTPConnector)
Delete an existing HTTP connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/http/{connectorId}
Edit an HTTP connector (editHTTPConnector)
Edit an existing HTTP connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HTTPConnector (required)
Body Parameter — connector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HTTPConnector

Example data

Content-Type: application/json
{
  "proxy_port" : 1,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "bac" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "proxy_host" : "proxy_host",
  "host" : "host",
  "id" : 0,
  "secure" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HTTPConnector

Up
get /service/connectors/http
View a list of HTTP connectors (findAllHTTPConnectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[HTTPConnector]

Example data

Content-Type: application/json
[ {
  "proxy_port" : 1,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "bac" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "proxy_host" : "proxy_host",
  "host" : "host",
  "id" : 0,
  "secure" : true
}, {
  "proxy_port" : 1,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "bac" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "proxy_host" : "proxy_host",
  "host" : "host",
  "id" : 0,
  "secure" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/http/{connectorId}
Get an HTTP connector by ID (findOneHTTPConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HTTPConnector

Example data

Content-Type: application/json
{
  "proxy_port" : 1,
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "bac" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "proxy_host" : "proxy_host",
  "host" : "host",
  "id" : 0,
  "secure" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HTTPConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ImageMediaController

Up
get /service/medias/image/{id}/check_config
Check the configuration informations of an existing media (checkConfigUsingGET5)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/medias/image
Create a new media (createImageMedia)
Create a new media and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateMediaEntry (required)
Body Parameter — media

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/medias/image/from_db
Create a new media from datablock (createImageMediaFromDb)
Create a new media from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateMediaFromDbEntry (required)
Body Parameter — the new media data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/medias/image/{id}
Delete an existing media (deleteImageMedia)

Path parameters

id (required)
Path Parameter — The Id of the media to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/medias/image/{id}/duplicate
Duplicate an existing media (duplicateImageMedia)

Path parameters

id (required)
Path Parameter — The Id of the media to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/medias/image/{id}
Edit media (editImageMedia)
Edit an existing media

Path parameters

id (required)
Path Parameter — Id of media to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateMediaEntry (required)
Body Parameter — Update media data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/medias/image/{id}/config
Update the configuration informations of an existing media (editImageMediaConfig)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/medias/image/{id}
Get a media by Id (getImageMedia)

Path parameters

id (required)
Path Parameter — Requested media Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdMedia

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "image"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdMedia

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/image/{id}/config
Get the configuration informations of an existing media (getImageMediaConfig)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ImageMediaConfig

Example data

Content-Type: application/json
{
  "global_config" : { },
  "groups" : [ {
    "lib" : "lib",
    "id" : 9,
    "source_id" : 1,
    "icon_id" : 8,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 9,
    "source_id" : 1,
    "icon_id" : 8,
    "config" : { },
    "desc" : "desc"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ImageMediaConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

IndicatorChartController

Up
get /service/charts/indicator/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET6)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/indicator
Create a new chart (createIndicatorChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/indicator/from_db
Create a new chart from datablock (createIndicatorChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/indicator/{id}
Delete an existing chart (deleteIndicatorChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/indicator/{id}/duplicate
Duplicate an existing chart (duplicateIndicatorChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/indicator/{id}
Edit chart (editIndicatorChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/indicator/{id}/config
Update the configuration informations of an existing chart (editIndicatorChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/indicator/{id}
Get a chart by Id (getIndicatorChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/indicator/{id}/config
Get the configuration informations of an existing chart (getIndicatorChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

IndicatorChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "indicator" : "indicator",
    "description_column" : "description_column",
    "argument" : "argument",
    "goal" : "goal",
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "value_precision" : "noPrecision",
    "description" : "description",
    "rotated" : true,
    "argument_font" : {
      "color" : "color",
      "size" : 5,
      "family" : "segoe_ui_light"
    },
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "zoom_mode" : "NONE",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "negative_style" : {
      "note" : "note",
      "color" : "color",
      "note_column" : "note_column",
      "icon" : "icon",
      "color_column" : "color_column",
      "icon_column" : "icon_column"
    },
    "value_unit" : "value_unit",
    "palette" : "bright",
    "export" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK IndicatorChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

JobTypeController

Up
get /service/job_types
findAll (findAllUsingGET1)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[JobType]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "value" : "value"
}, {
  "code" : "code",
  "value" : "value"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

JsonDepotController

Up
post /service/depots/json
create Json Depot (createJsonDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body JsonDepot (required)
Body Parameter — jsonDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

JsonDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "json_path" : "json_path",
  "path" : "path",
  "explodes" : 6,
  "multiline" : true,
  "connector_id" : 0,
  "id" : 1,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JsonDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/json/{depotId}/headers
create Depot Header (createJsonDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/json/{depotId}/extractions
create Extraction (createJsonExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/json/filters/{depotId}
create Extraction Filter (createJsonExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/json/{depotId}/headers
delete All Depot Header (deleteAllJsonDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/json/{depotId}
delete Json Depot (deleteJsonDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/json/{depotId}/remote_files
delete json file by name (deleteJsonDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/json/headers/{headerId}
delete Depot Header (deleteJsonDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/json/{depotId}/extractions
delete Extraction (deleteJsonExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/json/filters/{filterId}
delete Extraction Filter (deleteJsonExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/depots/json/{depotId}/charset
Detect json depot charset (detectJsonCharset)
This operation is applied on a random file from the depots files

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depot/json/{depotId}/download
Download local JSON file (download local JSON file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/json/{depotId}
edit Json Depot (editJsonDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body JsonDepot (required)
Body Parameter — jsonDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JsonDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "json_path" : "json_path",
  "path" : "path",
  "explodes" : 6,
  "multiline" : true,
  "connector_id" : 0,
  "id" : 1,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JsonDepot

Up
put /service/depots/json/headers/{headerId}
edit Depot Header (editJsonDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/json/filters/{filterId}
edit Extraction Filter (editJsonExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/json
find All JsonDepot (findAllJsonDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[JsonDepot]

Example data

Content-Type: application/json
[ {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "json_path" : "json_path",
  "path" : "path",
  "explodes" : 6,
  "multiline" : true,
  "connector_id" : 0,
  "id" : 1,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "json_path" : "json_path",
  "path" : "path",
  "explodes" : 6,
  "multiline" : true,
  "connector_id" : 0,
  "id" : 1,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/filters/{depotId}
find All Extraction Filters (findAllJsonExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}
find One Json Depot By Id (findOneJsonDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

JsonDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "json_path" : "json_path",
  "path" : "path",
  "explodes" : 6,
  "multiline" : true,
  "connector_id" : 0,
  "id" : 1,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JsonDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/json/headers
Get headers from a json depot (getHeadersFromJsonDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body JsonDepot (required)
Body Parameter — jsonDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
inferSchema (optional)
Query Parameter — inferSchema
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/extractions
get Json Extractions (getJsonDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/count
get Depot Files Count (getJsonDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/headers
get Depot Headers By DepotId (getJsonDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/remote_files
Get json depot remoteFiles (getJsonDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/extractions/preview
get Extraction FilePreview (getJsonExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/json/{depotId}/preview
Get JSON depot preview (getJsonPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/json/upload_file
Upload Binary file to a depot (handleJsonFileUpload)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/json/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate3)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/json/{depotId}/remote_files/preview
Get json depot file preview (previewRemoteJsonFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/json/{depotId}/active
update Depot Activation Status (updateJsonDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/json/{depotId}/headers/update_position
update Depot Headers Positions (updateJsonDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

LanguageController

Up
get /service/langues
getAll (getAllUsingGET1)

Return type

array[Language]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "label" : "label"
}, {
  "code" : "code",
  "label" : "label"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/langues/error_
getError (getErrorUsingGET)

Return type

Error

Example data

Content-Type: application/json
{
  "args" : [ { }, { } ],
  "code" : "code",
  "delete_errors_report" : {
    "total_deleted_element" : 0,
    "element_dependencies" : [ {
      "v1" : "v1",
      "v2" : [ {
        "sub_type" : "sub_type",
        "id" : 6,
        "label" : "label",
        "icon_id" : 0,
        "type" : "PATH_ALIAS"
      }, {
        "sub_type" : "sub_type",
        "id" : 6,
        "label" : "label",
        "icon_id" : 0,
        "type" : "PATH_ALIAS"
      } ],
      "v3" : true
    }, {
      "v1" : "v1",
      "v2" : [ {
        "sub_type" : "sub_type",
        "id" : 6,
        "label" : "label",
        "icon_id" : 0,
        "type" : "PATH_ALIAS"
      }, {
        "sub_type" : "sub_type",
        "id" : 6,
        "label" : "label",
        "icon_id" : 0,
        "type" : "PATH_ALIAS"
      } ],
      "v3" : true
    } ],
    "total_request_element" : 6
  },
  "field_errors" : [ {
    "args" : [ { }, { } ],
    "code" : "DEFAULT",
    "field" : "field",
    "message" : "message"
  }, {
    "args" : [ { }, { } ],
    "code" : "DEFAULT",
    "field" : "field",
    "message" : "message"
  } ],
  "message" : "message",
  "element" : "element"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Error

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

MapController

Up
get /service/maps/{id}/check_config
Check the configuration informations of an existing map (checkConfigUsingGET7)

Path parameters

id (required)
Path Parameter — HdMap Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/maps
Create a new map (createMap)
Create a new map and returns the new generated Id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateMapEntry (required)
Body Parameter — New map data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/maps/from_db
Create a new map from datablock (createMapFromDb)
Create a new map from datablock and returns the new generated Id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — Datablock Id

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/maps
Delete a list of maps (deleteManyMaps)

Query parameters

mapsId (required)
Query Parameter — Requested maps Ids format: int64
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/maps/{id}
Delete an existing map (deleteMap)

Path parameters

id (required)
Path Parameter — The Id of the map to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/maps/{id}/duplicate
Duplicate an existing map (duplicateMap)

Path parameters

id (required)
Path Parameter — The Id of the map to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/maps/{id}
Edit map (editMap)
Edit an existing map

Path parameters

id (required)
Path Parameter — Id of map to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateMapEntry (required)
Body Parameter — Update map data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/maps/{id}/config
Update the configuration informations of an existing map (editMapConfig)

Path parameters

id (required)
Path Parameter — HdMap Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateMapConfigEntry (required)
Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/maps
Get a list of the available maps (getAllMaps)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdMap]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/maps/linked_elements
Get maps linked element for move/copy (getElementsForMove8)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Map ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/maps/{id}
Get a map by Id (getMap)

Path parameters

id (required)
Path Parameter — Requested map Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdMap

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdMap

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/maps/{id}/config
Get the configuration informations of an existing map (getMapConfig)

Path parameters

id (required)
Path Parameter — HdMap Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

MapConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 1,
    "source_id" : 8,
    "icon_id" : 2,
    "config" : {
      "show_markers" : true,
      "elements" : [ {
        "border" : true,
        "cluster" : true,
        "color" : "color",
        "second_column" : "second_column",
        "shape_border_thickness" : 0,
        "column" : "column",
        "icon" : 4,
        "third_column" : "third_column",
        "color_column" : "color_column",
        "label" : "label",
        "icon_column" : "icon_column",
        "type" : "POINT",
        "stroke_color_column" : "stroke_color_column",
        "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
        "stroke_color" : "stroke_color",
        "opacity" : 3.901545264248647
      }, {
        "border" : true,
        "cluster" : true,
        "color" : "color",
        "second_column" : "second_column",
        "shape_border_thickness" : 0,
        "column" : "column",
        "icon" : 4,
        "third_column" : "third_column",
        "color_column" : "color_column",
        "label" : "label",
        "icon_column" : "icon_column",
        "type" : "POINT",
        "stroke_color_column" : "stroke_color_column",
        "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
        "stroke_color" : "stroke_color",
        "opacity" : 3.901545264248647
      } ]
    },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 1,
    "source_id" : 8,
    "icon_id" : 2,
    "config" : {
      "show_markers" : true,
      "elements" : [ {
        "border" : true,
        "cluster" : true,
        "color" : "color",
        "second_column" : "second_column",
        "shape_border_thickness" : 0,
        "column" : "column",
        "icon" : 4,
        "third_column" : "third_column",
        "color_column" : "color_column",
        "label" : "label",
        "icon_column" : "icon_column",
        "type" : "POINT",
        "stroke_color_column" : "stroke_color_column",
        "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
        "stroke_color" : "stroke_color",
        "opacity" : 3.901545264248647
      }, {
        "border" : true,
        "cluster" : true,
        "color" : "color",
        "second_column" : "second_column",
        "shape_border_thickness" : 0,
        "column" : "column",
        "icon" : 4,
        "third_column" : "third_column",
        "color_column" : "color_column",
        "label" : "label",
        "icon_column" : "icon_column",
        "type" : "POINT",
        "stroke_color_column" : "stroke_color_column",
        "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
        "stroke_color" : "stroke_color",
        "opacity" : 3.901545264248647
      } ]
    },
    "desc" : "desc"
  } ],
  "global" : {
    "map_type" : "map_type",
    "legend_zone_shown" : true,
    "tiles_config" : [ {
      "tile_provider_url" : "tile_provider_url",
      "tile_provider_name" : "tile_provider_name",
      "tile_provider_api_key" : "tile_provider_api_key",
      "tile_provider_id" : "tile_provider_id"
    }, {
      "tile_provider_url" : "tile_provider_url",
      "tile_provider_name" : "tile_provider_name",
      "tile_provider_api_key" : "tile_provider_api_key",
      "tile_provider_id" : "tile_provider_id"
    } ],
    "drag_drop_activated" : true,
    "address_zone_shown" : true,
    "drawing_zone_shown" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MapConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/maps/move_elements
Move Map and linked elements to another project (moveElements8)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — Map ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

MongodbDepotController

Up
post /service/depots/mongodb
Create a Database Mongodb depot by id (createMongodbDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MongodbDepot (required)
Body Parameter — mongodbDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

MongodbDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "collection" : "collection",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MongodbDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/mongodb/{depotId}/headers
create Depot Header (createMongodbDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/mongodb/{depotId}/extractions
create Extraction (createMongodbExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/mongodb/{depotId}/extractions
create Extraction (createMongodbExtraction1)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/depots/mongodb/filters/{depotId}
create Extraction Filter (createMongodbExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/mongodb/{depotId}/headers
delete All Depot Header (deleteAllMongodbDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/mongodb/{depotId}
Delete a Database Mongodb depot (deleteMongodbDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/mongodb/headers/{headerId}
delete Depot Header (deleteMongodbDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/mongodb/filters/{filterId}
delete Extraction Filter (deleteMongodbExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
put /service/depots/mongodb/{depotId}
Edit a Database Mongodb depot (editMongodbDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MongodbDepot (required)
Body Parameter — mongodbDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

MongodbDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "collection" : "collection",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MongodbDepot

Up
put /service/depots/mongodb/headers/{headerId}
edit Depot Header (editMongodbDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/mongodb/filters/{filterId}
edit Extraction Filter (editMongodbExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/mongodb
View a list of Database MongoDB depots (findAllMongodbDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[MongodbDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "collection" : "collection",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "collection" : "collection",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/filters/{depotId}
find All Extraction Filters (findAllMongodbExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/{depotId}
Get a Database MongoDB depot by id (findOneMongodbDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

MongodbDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "collection" : "collection",
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MongodbDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/{depotId}/preview
Get MongoDb depot preview (getMongoDbPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/{depotId}/extractions
get Depot Extractions (getMongodbDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/{depotId}/headers
get Depot Headers By DepotId (getMongodbDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/mongodb/{depotId}/extractions/preview
get Extraction File Preview (getMongodbExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/mongodb/headers
Get headers from a Database Mongodb depot (getMongodbHeadersFromDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MongodbDepot (required)
Body Parameter — mongodbDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/mongodb/preview
Get a preview from a Database Mongodb depot (getMongodbPreview)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MongodbDepot (required)
Body Parameter — mongodbDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache
withData (optional)
Query Parameter — withData

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/mongodb/{depotId}/active
update Depot Activation Status (updateMongodbDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/mongodb/{depotId}/headers/update_position
update Depot Headers Positions (updateMongodbDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

MonitoringController

Up
delete /service/monitoring/context/free_disk/{ctx}
freeSparkDisk (freeSparkDiskUsingDELETE)

Path parameters

ctx (required)
Path Parameter — ctx format: int32

Query parameters

clearExportedData (required)
Query Parameter — clearExportedData

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /service/monitoring/context/file_system/{ctx}
Get FS metrics information of spark context instance (getSparkContextFSMetrics)

Path parameters

ctx (required)
Path Parameter — ctx format: int32

Query parameters

level (required)
Query Parameter — level format: int32

Return type

array[FsMemoryUsage]

Example data

Content-Type: application/json
[ {
  "expanded" : true,
  "size" : 6,
  "level" : 0,
  "parent_id" : "parent_id",
  "text" : "text",
  "has_items" : true,
  "key" : "key"
}, {
  "expanded" : true,
  "size" : 6,
  "level" : 0,
  "parent_id" : "parent_id",
  "text" : "text",
  "has_items" : true,
  "key" : "key"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Neo4jDepotController

Up
post /service/depots/neo4j
Create a Database Neo4j depot by id (createNeo4jDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Neo4jDepot (required)
Body Parameter — neo4jDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Neo4jDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "query" : "query",
  "connector_id" : 0,
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Neo4jDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/neo4j/{depotId}/headers
create Depot Header (createNeo4jDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/neo4j/{depotId}/extractions
create Extraction (createNeo4jExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/neo4j/{depotId}/extractions
create Extraction (createNeo4jExtraction1)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/depots/neo4j/filters/{depotId}
create Extraction Filter (createNeo4jExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/neo4j/{depotId}/headers
delete All Depot Header (deleteAllNeo4jDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/neo4j/{depotId}
Delete a Database Neo4j depot (deleteNeo4jDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/neo4j/headers/{headerId}
delete Depot Header (deleteNeo4jDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/neo4j/filters/{filterId}
delete Extraction Filter (deleteNeo4jExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
put /service/depots/neo4j/{depotId}
Edit a Database Neo4j depot (editNeo4jDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Neo4jDepot (required)
Body Parameter — neo4jDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Neo4jDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "query" : "query",
  "connector_id" : 0,
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Neo4jDepot

Up
put /service/depots/neo4j/headers/{headerId}
edit Depot Header (editNeo4jDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/neo4j/filters/{filterId}
edit Extraction Filter (editNeo4jExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/neo4j
View a list of Database Neo4j depots (findAllNeo4jDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[Neo4jDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "query" : "query",
  "connector_id" : 0,
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "query" : "query",
  "connector_id" : 0,
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/neo4j/filters/{depotId}
find All Extraction Filters (findAllNeo4jExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/neo4j/{depotId}
Get a Database MongoDB depot by id (findOneNeo4jDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

Neo4jDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "query" : "query",
  "connector_id" : 0,
  "id" : 6,
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Neo4jDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/neo4j/{depotId}/extractions
get Depot Extractions (getNeo4jDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/neo4j/{depotId}/headers
get Depot Headers By DepotId (getNeo4jDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/neo4j/{depotId}/extractions/preview
get Extraction File Preview (getNeo4jExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/neo4j/headers
Get headers from a Database Neo4j depot (getNeo4jHeadersFromDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Neo4jDepot (required)
Body Parameter — neo4jDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/neo4j/preview
Get a preview from a Database Neo4j depot (getNeo4jPreview)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Neo4jDepot (required)
Body Parameter — neo4jDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache
withData (optional)
Query Parameter — withData

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/neo4j/{depotId}/active
update Depot Activation Status (updateNeo4jDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/neo4j/{depotId}/headers/update_position
update Depot Headers Positions (updateNeo4jDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

ParquetDepotController

Up
post /service/depots/parquet
create Parquet Depot (createParquetDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ParquetDepot (required)
Body Parameter — parquetDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

ParquetDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ParquetDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/parquet/{depotId}/headers
create Depot Header (createParquetDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/parquet/{depotId}/extractions
Create depot Extraction (createParquetExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/parquet/filters/{depotId}
create Extraction Filter (createParquetExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/parquet/{depotId}/headers
delete All Depot Header (deleteAllParquetDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/parquet/{depotId}
delete Parquet Depot (deleteParquetDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/parquet/{depotId}/remote_files
delete parquet file by name (deleteParquetDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/parquet/headers/{headerId}
delete Depot Header (deleteParquetDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /service/depots/parquet/{depotId}/extractions
delete Extraction (deleteParquetExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/parquet/filters/{filterId}
delete Extraction Filter (deleteParquetExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/depot/parquet/{depotId}/download
Download local PARQUET file (download local PARQUET file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/parquet/{depotId}
edit Parquet Depot (editParquetDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ParquetDepot (required)
Body Parameter — parquetDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

ParquetDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ParquetDepot

Up
put /service/depots/parquet/headers/{headerId}
edit Depot Header (editParquetDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/parquet/filters/{filterId}
edit Extraction Filter (editParquetExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/parquet
find All Parquet Depot (findAllParquetDepot)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ParquetDepot]

Example data

Content-Type: application/json
[ {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}, {
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/filters/{depotId}
find All Extraction Filters (findAllParquetExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}
find One Parquet Depot By Id (findOneParquetDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

ParquetDepot

Example data

Content-Type: application/json
{
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "path" : "path",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "connector_id" : 0,
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ParquetDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/parquet/headers
Get headers from a json depot (getHeadersFromParquetDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ParquetDepot (required)
Body Parameter — parquetDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
inferSchema (optional)
Query Parameter — inferSchema
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/extractions
get Depot Extractions (getParquetDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/count
Get depot files count (getParquetDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/headers
get Depot Headers By Depot Id (getParquetDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/remote_files
Get parquet depot remoteFiles (getParquetDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/extractions/preview
get Extraction File Preview (getParquetExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/parquet/{depotId}/preview
Get parquet depot (getParquetPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Object

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Object

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/parquet/upload_file
Upload a parquet file to a depot (handleParquetFileUpload)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/parquet/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate4)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/parquet/{depotId}/remote_files/preview
Get parquet depot file preview (previewRemoteParquetFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/parquet/{depotId}/active
update Depot Activation Status (updateDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/parquet/{depotId}/headers/update_position
update Depot Headers Positions (updateParquetDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

PdfMediaController

Up
get /service/medias/pdf/{id}/check_config
Check the configuration informations of an existing media (checkConfigUsingGET8)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/medias/pdf
Create a new media (createPdfMedia)
Create a new media and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateMediaEntry (required)
Body Parameter — media

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/medias/pdf/from_db
Create a new media from datablock (createPdfMediaFromDb)
Create a new media from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateMediaFromDbEntry (required)
Body Parameter — the new media data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/medias/pdf/{id}
Delete an existing media (deletePdfMedia)

Path parameters

id (required)
Path Parameter — The Id of the media to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/medias/pdf/{id}/duplicate
Duplicate an existing media (duplicatePdfMedia)

Path parameters

id (required)
Path Parameter — The Id of the media to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/medias/pdf/{id}
Edit media (editPdfMedia)
Edit an existing media

Path parameters

id (required)
Path Parameter — Id of media to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateMediaEntry (required)
Body Parameter — Update media data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/medias/pdf/{id}/config
Update the configuration informations of an existing media (editPdfMediaConfig)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/medias/pdf/{id}
Get a media by Id (getPdfMedia)

Path parameters

id (required)
Path Parameter — Requested media Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdMedia

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "image"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdMedia

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/medias/pdf/{id}/config
Get the configuration informations of an existing media (getPdfMediaConfig)

Path parameters

id (required)
Path Parameter — HdMedia Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

PdfMediaConfig

Example data

Content-Type: application/json
{
  "global_config" : {
    "toolbar_active" : true
  },
  "groups" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PdfMediaConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

PieChartController

Up
get /service/charts/pie/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET9)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/pie/from_db
Create a new chart from datablock (createPieChart)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/pie
Create a new chart (createPieChartFromDb)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/pie/{id}
Delete an existing chart (deletePieChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/pie/{id}/duplicate
Duplicate an existing chart (duplicatePieChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/pie/{id}
Edit chart (editPieChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/pie/{id}/config
Update the configuration informations of an existing chart (editPieChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/pie/{id}
Get a chart by Id (getPieChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/pie/{id}/config
Get the configuration informations of an existing chart (getPieChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

PieChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "argument" : "argument",
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "values_grouping_threshold" : 0,
    "scroll" : true,
    "rotated" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "type" : "doughnut",
    "zoom_mode" : "NONE",
    "resolve_label_overlapping" : "hide",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "series" : [ {
      "name" : "name",
      "value_field" : "value_field"
    }, {
      "name" : "name",
      "value_field" : "value_field"
    } ],
    "palette" : "bright",
    "values_grouping_mode" : "topN",
    "label_visible" : true,
    "click_active" : true,
    "connector_visible" : true,
    "export" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PieChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

PivotGridController

Up
get /service/grids/pivot/{id}/check_config
Check the configuration informations of an existing grid (checkConfigUsingGET10)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/grids/pivot/from_db
Create a new grid from datablock (createFromDbUsingPOST)
Create a new grid from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — Datablock Id

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/grids/pivot
Create a new grid (createUsingPOST)
Create a new grid and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateGridEntry (required)
Body Parameter — grid

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/grids/pivot/{id}
Delete an existing grid (deleteUsingDELETE)

Path parameters

id (required)
Path Parameter — The Id of the grid to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/grids/pivot/{id}/duplicate
Duplicate an existing grid (duplicateUsingPOST)

Path parameters

id (required)
Path Parameter — The Id of the grid to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/grids/pivot/{id}/config
Update the configuration informations of an existing grid (editConfigUsingPUT)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/grids/pivot/{id}
Edit grid (editUsingPUT)
Edit an existing grid

Path parameters

id (required)
Path Parameter — Id of grid to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateGridEntry (required)
Body Parameter — Update grid data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/grids/pivot/{id}/config
Get the configuration informations of an existing grid (getConfigUsingGET)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

PivotGridConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 4,
    "source_id" : 6,
    "icon_id" : 5,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 4,
    "source_id" : 6,
    "icon_id" : 5,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "export_panel_enabled" : true,
    "chart_sub_type" : "SPLINEAREA",
    "columns" : [ "columns", "columns" ],
    "chart_visible" : true,
    "values" : [ "values", "values" ],
    "aggregation" : "AVG",
    "show_column_grand_totals" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "show_totals_prior" : "none",
    "chart_type" : "area",
    "field_panel_visible" : true,
    "show_column_totals" : true,
    "show_row_totals" : true,
    "allow_sorting_by_summary" : true,
    "chart_legend" : true,
    "allow_field_dragging" : true,
    "rows" : [ "rows", "rows" ],
    "show_column_fields" : true,
    "show_row_fields" : true,
    "show_data_fields" : true,
    "chart_tooltip" : true,
    "show_filter_fields" : true,
    "chart_palette" : "bright",
    "allow_filtering" : true,
    "show_row_grand_totals" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PivotGridConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/grids/pivot/{id}
Get a grid by Id (getUsingGET)

Path parameters

id (required)
Path Parameter — Requested grid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdGrid

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "simple"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdGrid

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ProjectBulkExecutionController

Up
post /service/projects/{id}/duplicate/{executionId}/cancel
Cancel project duplication (cancelDuplication)

Path parameters

executionId (required)
Path Parameter — Execution id
id (required)
Path Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/{id}/export/{executionId}/cancel
Cancel project export (cancelExport)

Path parameters

executionId (required)
Path Parameter — Execution id
id (required)
Path Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/import/{executionId}/cancel
Cancel project import (cancelImport)

Path parameters

executionId (required)
Path Parameter — Execution id

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/export/download/{executionId}/{link}
Download Exported Project File (downloadExportedProjectFile)

Path parameters

executionId (required)
Path Parameter — executionId
link (required)
Path Parameter — link

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/{id}/duplicate
Duplicate project (duplicateProject)

Path parameters

id (required)
Path Parameter — Project id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Duplication options

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/{id}/export
Export project (exportProject)

Path parameters

id (required)
Path Parameter — Project id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ProjectFileExportOptions (required)
Body Parameter — Export options

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/current_duplication_execution_id
Get current duplication execution id (getCurrentDuplicationExecution)

Path parameters

id (required)
Path Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/current_export_execution_id
Get current export execution id (getCurrentExportExecution)

Path parameters

id (required)
Path Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/duplicate/{executionId}/status
Get duplication execution (getDuplicationExecution)

Path parameters

executionId (required)
Path Parameter — Execution id
id (required)
Path Parameter — Project id format: int64

Return type

ExecutionData

Example data

Content-Type: application/json
{
  "duplication_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "import_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "db_id" : 0,
  "export_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "project_id" : 5,
  "user_id" : "user_id",
  "current_operation" : "EXPORT_PROJECT_METADATA",
  "type" : "EXPORT",
  "status" : "RUNNING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecutionData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/duplicate_history
Get duplication execution history (getDuplicationExecutionHistory)

Return type

array[ProjectDuplicationExecution]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/export/{executionId}/status
Get export execution (getExportExecution)

Path parameters

executionId (required)
Path Parameter — Execution id
id (required)
Path Parameter — Project id format: int64

Return type

ExecutionData

Example data

Content-Type: application/json
{
  "duplication_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "import_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "db_id" : 0,
  "export_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "project_id" : 5,
  "user_id" : "user_id",
  "current_operation" : "EXPORT_PROJECT_METADATA",
  "type" : "EXPORT",
  "status" : "RUNNING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecutionData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/export_history
Get export execution history (getExportHistory)

Return type

array[ProjectExportExecution]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/{id}/export_history
Get export execution history for a given project (getExportHistoryByProject)

Path parameters

id (required)
Path Parameter — Project id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body LoadOptions (required)
Body Parameter — loadingOptions

Query parameters

skip (optional)
Query Parameter — skip format: int32
take (optional)
Query Parameter — take format: int32

Return type

array[ProjectExportExecution]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/export_history/count
Get export execution history count for a given project (getExportHistoryByProjectCount)

Path parameters

id (required)
Path Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/import/{executionId}/status
Get import execution (getImportExecution)

Path parameters

executionId (required)
Path Parameter — Execution id

Return type

ExecutionData

Example data

Content-Type: application/json
{
  "duplication_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "import_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "db_id" : 0,
  "export_result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "file_path" : "file_path",
    "file_name" : "file_name",
    "link" : "link",
    "execution_time" : 6
  },
  "project_id" : 5,
  "user_id" : "user_id",
  "current_operation" : "EXPORT_PROJECT_METADATA",
  "type" : "EXPORT",
  "status" : "RUNNING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecutionData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/import_history
Get export execution history (getImportHistory)

Return type

array[ProjectImportExecution]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "result" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "new_project_id" : 1,
    "execution_time" : 6
  },
  "execution_id" : "execution_id",
  "project_id" : 0,
  "user" : "user",
  "status" : "RUNNING"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/user_agreements/project_duplication
get Mandatory User Agreements for project Duplication (getMandatoryDuplicationUserAgreements)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

map[String, String]

Example data

Content-Type: application/json
{
  "key" : ""
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/user_agreements/project_export
get Mandatory User Agreements for project Export (getMandatoryExportUserAgreements)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

map[String, String]

Example data

Content-Type: application/json
{
  "key" : ""
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/import/upload
Upload zip file for project import (handleImportProjectZip)

Return type

ProjectFileAnalyseResponse

Example data

Content-Type: application/json
{
  "entity_count" : 2,
  "contains_depot_data" : true,
  "export_date" : "2000-01-23T04:56:07.000+00:00",
  "source_metadata" : {
    "licence_type" : "licence_type",
    "code" : "code",
    "description" : "description",
    "label" : "label",
    "icon_id" : 9,
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ]
  },
  "depot_files_folder_path" : "depot_files_folder_path",
  "hd_element_count" : 7,
  "connector_count" : 0,
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "version" : "version",
  "valid" : true,
  "valid_file_extension" : true,
  "dashboard_count" : 6,
  "members" : {
    "groups" : [ {
      "has_member_role" : true,
      "has_admin_role" : true,
      "permissions" : [ "permissions", "permissions" ],
      "has_project_role" : true,
      "name" : "name",
      "admin" : true,
      "description" : "description",
      "id" : "id"
    }, {
      "has_member_role" : true,
      "has_admin_role" : true,
      "permissions" : [ "permissions", "permissions" ],
      "has_project_role" : true,
      "name" : "name",
      "admin" : true,
      "description" : "description",
      "id" : "id"
    } ],
    "users" : [ {
      "has_member_role" : true,
      "has_admin_role" : true,
      "permissions" : [ "permissions", "permissions" ],
      "has_project_role" : true,
      "admin" : true,
      "last_name" : "last_name",
      "id" : "id",
      "first_name" : "first_name",
      "email" : "email",
      "username" : "username"
    }, {
      "has_member_role" : true,
      "has_admin_role" : true,
      "permissions" : [ "permissions", "permissions" ],
      "has_project_role" : true,
      "admin" : true,
      "last_name" : "last_name",
      "id" : "id",
      "first_name" : "first_name",
      "email" : "email",
      "username" : "username"
    } ]
  },
  "project_folder_path" : "project_folder_path",
  "data_block_expositions" : [ {
    "access_point" : "access_point",
    "datablock_id" : 5,
    "label" : "label"
  }, {
    "access_point" : "access_point",
    "datablock_id" : 5,
    "label" : "label"
  } ],
  "valid_version" : true,
  "depot_count" : 5,
  "data_block_count" : 1,
  "contains_permission_template" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ProjectFileAnalyseResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/projects/import
Import project (importProject)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ProjectFileImportOptions (required)
Body Parameter — Import options

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ProjectController

Up
post /service/projects
Create a new project (createProject)
Create a new project and returns the new generated Id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateProjectEntry (required)
Body Parameter — New project data

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/projects/{id}
Delete an existing project (deleteProject)
Delete an existing project

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Query parameters

token (required)
Query Parameter — token

Responses

200

OK

Up
get /service/projects
Get a list of the available projects (getAllProjects)

Return type

array[Project]

Example data

Content-Type: application/json
[ {
  "premature" : true,
  "expired" : true,
  "project_links" : [ {
    "link_url" : "link_url",
    "label" : "label"
  }, {
    "link_url" : "link_url",
    "label" : "label"
  } ],
  "default_project" : true,
  "is_public" : true,
  "admin" : true,
  "favorite_project" : true,
  "id" : 5,
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
}, {
  "premature" : true,
  "expired" : true,
  "project_links" : [ {
    "link_url" : "link_url",
    "label" : "label"
  }, {
    "link_url" : "link_url",
    "label" : "label"
  } ],
  "default_project" : true,
  "is_public" : true,
  "admin" : true,
  "favorite_project" : true,
  "id" : 5,
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/member/default
Get the default project (getDefaultProject)
Get the default project

Return type

Project

Example data

Content-Type: application/json
{
  "premature" : true,
  "expired" : true,
  "project_links" : [ {
    "link_url" : "link_url",
    "label" : "label"
  }, {
    "link_url" : "link_url",
    "label" : "label"
  } ],
  "default_project" : true,
  "is_public" : true,
  "admin" : true,
  "favorite_project" : true,
  "id" : 5,
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Project

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/verification
Get project delete request code (getDeleteProjectVerificationCode)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/data
Get a project by Id (getProject)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

ProjectData

Example data

Content-Type: application/json
{
  "effect_date" : "2000-01-23T04:56:07.000+00:00",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "project_links" : [ {
    "link_url" : "link_url",
    "label" : "label"
  }, {
    "link_url" : "link_url",
    "label" : "label"
  } ],
  "creator_permission_template" : {
    "connector" : {
      "key" : true
    },
    "grid" : {
      "key" : true
    },
    "timeline" : {
      "key" : true
    },
    "media" : {
      "key" : true
    },
    "chart" : {
      "key" : true
    },
    "datablock" : {
      "key" : true
    },
    "map" : {
      "key" : true
    },
    "dashboard" : {
      "key" : true
    },
    "data_source" : {
      "key" : true
    },
    "entity" : {
      "key" : true
    }
  },
  "members" : [ {
    "member_id" : "member_id",
    "active" : true,
    "admin" : true,
    "is_group" : true
  }, {
    "member_id" : "member_id",
    "active" : true,
    "admin" : true,
    "is_group" : true
  } ],
  "is_public" : true,
  "contexts" : [ {
    "jobs" : true,
    "persistence" : true,
    "context_id" : 0
  }, {
    "jobs" : true,
    "persistence" : true,
    "context_id" : 0
  } ],
  "expiration_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ProjectData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/elements
Get project elements (getProjectElements)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

DCProjectElements

Example data

Content-Type: application/json
{
  "time_lines" : [ null, null ],
  "charts" : [ {
    "updated_by" : "updated_by",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "id" : 0,
    "label" : "label",
    "created_by" : "created_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00"
  }, {
    "updated_by" : "updated_by",
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "id" : 0,
    "label" : "label",
    "created_by" : "created_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00"
  } ],
  "connectors" : [ null, null ],
  "formula_catalog_items" : [ null, null ],
  "maps" : [ null, null ],
  "dashboards" : [ null, null ],
  "grids" : [ null, null ],
  "classifications" : [ null, null ],
  "medias" : [ null, null ],
  "data_blocks" : [ null, null ],
  "entities" : [ null, null ],
  "depots" : [ null, null ],
  "data_block_expositions" : [ null, null ],
  "publications" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DCProjectElements

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}
Get a project by Id (getProjectUsingGET)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

Project

Example data

Content-Type: application/json
{
  "premature" : true,
  "expired" : true,
  "project_links" : [ {
    "link_url" : "link_url",
    "label" : "label"
  }, {
    "link_url" : "link_url",
    "label" : "label"
  } ],
  "default_project" : true,
  "is_public" : true,
  "admin" : true,
  "favorite_project" : true,
  "id" : 5,
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Project

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/is_public
Check if the project is public (isPublicUsingGET)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/projects/member/default
Set the default project (setDefaultProject)
Set the default project

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — Project id

Responses

200

OK

Up
put /service/projects/{id}/member/favorite
Set the favorite project (setFavoriteProject)
Set the favorite project

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body boolean (required)
Body Parameter — Favorite

Responses

200

OK

Up
put /service/projects/{id}
Edit an existing project (updateProject)
Edit an existing project

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateProjectEntry (required)
Body Parameter — New project data

Responses

200

OK

Up
get /service/projects/{id}/used_in_project
Check if the project elements are used in other projects (usedByOtherProjectInOtherProject)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/projects/{id}/uses_public_elements
Check if the project uses public elements (usesPublicElements)

Path parameters

id (required)
Path Parameter — Requested project Id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ProjectMessageController

Up
post /service/projects/{id}/messages
Send message to user (sendMessageToUser)

Path parameters

id (required)
Path Parameter — Project id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Message (required)
Body Parameter — message

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

RangeChartController

Up
get /service/charts/range/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET11)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/range
Create a new chart (createRangeChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/range/from_db
Create a new chart from datablock (createRangeChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/range/{id}
Delete an existing chart (deleteRangeChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/range/{id}/duplicate
Duplicate an existing chart (duplicateRangeChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/range/{id}
Edit chart (editRangeChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/range/{id}/config
Update the configuration informations of an existing chart (editRangeChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/range/{id}
Get a chart by Id (getRangeChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/range/{id}/config
Get the configuration informations of an existing chart (getRangeChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

RangeChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "rotated" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "type" : "rangeBar",
    "value_axis" : {
      "value_type" : "numeric",
      "show_point" : true,
      "color" : "color",
      "visual_range" : {
        "start_value" : 7.061401241503109
      },
      "aggregation" : "AVG",
      "label" : {
        "word_wrap" : "normal",
        "display_mode" : "rotate",
        "format" : "format",
        "rotation_angle" : 6.027456183070403
      },
      "title" : "title",
      "type" : "discrete",
      "dash_style" : "dash",
      "range_value2_field" : "range_value2_field",
      "range_value1_field" : "range_value1_field",
      "position" : "right",
      "inverted" : true,
      "show_label" : true
    },
    "zoom_mode" : "NONE",
    "argument_axis" : {
      "grid" : true,
      "column" : "column",
      "format" : "currency",
      "label" : {
        "word_wrap" : "normal",
        "display_mode" : "rotate",
        "format" : "format",
        "rotation_angle" : 6.027456183070403
      },
      "position" : "right",
      "argument_type" : "numeric",
      "inverted" : true,
      "title" : "title",
      "type" : "discrete",
      "aggregation_interval" : {
        "type" : "day",
        "value" : 0.8008281904610115
      },
      "minor_grid" : true
    },
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "series" : [ {
      "range_value2_field" : "range_value2_field",
      "color" : "color",
      "range_value1_field" : "range_value1_field",
      "name" : "name",
      "aggregation" : "AVG",
      "separated_axis" : true
    }, {
      "range_value2_field" : "range_value2_field",
      "color" : "color",
      "range_value1_field" : "range_value1_field",
      "name" : "name",
      "aggregation" : "AVG",
      "separated_axis" : true
    } ],
    "palette" : "bright",
    "export" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK RangeChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

S3ConnectorController

Up
post /service/connectors/s3/check_connection
Check a S3 connector connectivity (checkS3Connection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body S3Connector (required)
Body Parameter — s3Connector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/s3
Create a new S3 connector (createS3Connector)
Create a new S3 connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body S3Connector (required)
Body Parameter — s3Connector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

S3Connector

Example data

Content-Type: application/json
{
  "bucket" : "bucket",
  "proxy_port" : 6,
  "secret_key" : "secret_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "end_point" : "end_point",
  "proxy_host" : "proxy_host",
  "access_key" : "access_key",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK S3Connector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/s3/{connectorId}
Delete a S3 connector (deleteS3Connector)
Delete an existing S3 connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/s3/{connectorId}
Edit a S3 connector (editS3Connector)
Edit an existing S3 connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body S3Connector (required)
Body Parameter — s3Connector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

S3Connector

Example data

Content-Type: application/json
{
  "bucket" : "bucket",
  "proxy_port" : 6,
  "secret_key" : "secret_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "end_point" : "end_point",
  "proxy_host" : "proxy_host",
  "access_key" : "access_key",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK S3Connector

Up
get /service/connectors/s3
View a list of S3 connectors (findAllS3Connectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[S3Connector]

Example data

Content-Type: application/json
[ {
  "bucket" : "bucket",
  "proxy_port" : 6,
  "secret_key" : "secret_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "end_point" : "end_point",
  "proxy_host" : "proxy_host",
  "access_key" : "access_key",
  "id" : 0
}, {
  "bucket" : "bucket",
  "proxy_port" : 6,
  "secret_key" : "secret_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "end_point" : "end_point",
  "proxy_host" : "proxy_host",
  "access_key" : "access_key",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/s3/{connectorId}
Get a S3 connector by ID (findOneS3ConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

S3Connector

Example data

Content-Type: application/json
{
  "bucket" : "bucket",
  "proxy_port" : 6,
  "secret_key" : "secret_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "end_point" : "end_point",
  "proxy_host" : "proxy_host",
  "access_key" : "access_key",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK S3Connector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/files/s3
List S3 remote files (listS3RemoteFiles)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body S3Connector (required)
Body Parameter — s3Connector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/s3/{connectorId}/files
List S3 remote files by id (listS3RemoteFilesById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

SankeyChartController

Up
get /service/charts/sankey/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET12)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/sankey
Create a new chart (createSankeyChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/sankey/from_db
Create a new chart from datablock (createSankeyChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/sankey/{id}
Delete an existing chart (deleteSankeyChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/sankey/{id}/duplicate
Duplicate an existing chart (duplicateSankeyChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/sankey/{id}
Edit chart (editSankeyChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/sankey/{id}/config
Update the configuration informations of an existing chart (editSankeyChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/sankey/{id}
Get a chart by Id (getSankeyChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/sankey/{id}/config
Get the configuration informations of an existing chart (getSankeyChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

SankeyChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "source_field" : "source_field",
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "link" : {
      "color_mode" : "discrete"
    },
    "scroll" : true,
    "rotated" : true,
    "label" : {
      "use_node_colors" : true,
      "visible" : true,
      "font_color" : "font_color"
    },
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "zoom_mode" : "NONE",
    "node" : {
      "padding" : 6.027456183070403,
      "width" : 1.4658129805029452,
      "opacity" : 0.8008281904610115
    },
    "target_field" : "target_field",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "palette" : "bright",
    "alignment" : "top",
    "export" : true,
    "weight_field" : "weight_field"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SankeyChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ScatterChartController

Up
get /service/charts/scatter/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET13)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/scatter
Create a new chart (createScatterChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/scatter/from_db
Create a new chart from datablock (createScatterChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/scatter/{id}
Delete an existing chart (deleteScatterChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/scatter/{id}/duplicate
Duplicate an existing chart (duplicateScatterChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/scatter/{id}
Edit chart (editScatterChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/scatter/{id}/config
Update the configuration informations of an existing chart (editScatterChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/scatter/{id}
Get a chart by Id (getScatterChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/scatter/{id}/config
Get the configuration informations of an existing chart (getScatterChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ScatterChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "serie_template_field" : "serie_template_field",
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "serie_template" : true,
    "rotated" : true,
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "value_axis" : {
      "symbol" : "circle",
      "value_type" : "numeric",
      "show_point" : true,
      "color" : "color",
      "column" : "column",
      "point_size" : 5,
      "visual_range" : {
        "start_value" : 7.061401241503109
      },
      "aggregation" : "AVG",
      "title" : "title",
      "type" : "discrete",
      "custom_position" : 1.4658129805029452,
      "dash_style" : "dash",
      "position" : "right",
      "inverted" : true,
      "show_label" : true
    },
    "zoom_mode" : "NONE",
    "argument_axis" : {
      "column" : "column",
      "format" : "currency",
      "label" : {
        "word_wrap" : "normal",
        "display_mode" : "rotate",
        "format" : "format",
        "rotation_angle" : 6.027456183070403
      },
      "title" : "title",
      "type" : "discrete",
      "aggregation_interval" : {
        "type" : "day",
        "value" : 0.8008281904610115
      },
      "custom_position" : 0.8008281904610115,
      "minor_grid" : true,
      "grid" : true,
      "position" : "right",
      "argument_type" : "numeric",
      "inverted" : true
    },
    "serie_template_title" : "serie_template_title",
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "series" : [ {
      "symbol" : "circle",
      "color" : "color",
      "name" : "name",
      "point_size" : 6,
      "aggregation" : "AVG",
      "value_field" : "value_field",
      "separated_axis" : true
    }, {
      "symbol" : "circle",
      "color" : "color",
      "name" : "name",
      "point_size" : 6,
      "aggregation" : "AVG",
      "value_field" : "value_field",
      "separated_axis" : true
    } ],
    "palette" : "bright",
    "export" : true
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ScatterChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

SftpConnectorController

Up
post /service/connectors/sftp/check_connection
Check a SFTP connector connectivity (checkSFTPConnection)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SFTPConnector (required)
Body Parameter — sftpConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/sftp
Create a new SFTP connector (createSFTPConnector)
Create a new SFTP connector and return the created object

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SFTPConnector (required)
Body Parameter — sftpConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

SFTPConnector

Example data

Content-Type: application/json
{
  "ssh_access_key" : "ssh_access_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "ssh_secret_phrase" : "ssh_secret_phrase",
  "credentials" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "ssh_access" : {
    "secret_phrase" : "secret_phrase",
    "ssh_key" : "ssh_key",
    "username" : "username"
  },
  "host" : "host",
  "id" : 0,
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SFTPConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/connectors/sftp/{connectorId}
Delete a SFTP connector (deleteSFTPConnector)
Delete an existing DB connector for a given ID and return the delete object ID

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/connectors/sftp/{connectorId}
Edit a SFTP connector (editSFTPConnector)
Edit an existing SFTP connector and return the updated object

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SFTPConnector (required)
Body Parameter — sftpConnector

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

SFTPConnector

Example data

Content-Type: application/json
{
  "ssh_access_key" : "ssh_access_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "ssh_secret_phrase" : "ssh_secret_phrase",
  "credentials" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "ssh_access" : {
    "secret_phrase" : "secret_phrase",
    "ssh_key" : "ssh_key",
    "username" : "username"
  },
  "host" : "host",
  "id" : 0,
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SFTPConnector

Up
get /service/connectors/sftp
View a list of SFTP connectors (findAllSFTPConnectors)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[SFTPConnector]

Example data

Content-Type: application/json
[ {
  "ssh_access_key" : "ssh_access_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "ssh_secret_phrase" : "ssh_secret_phrase",
  "credentials" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "ssh_access" : {
    "secret_phrase" : "secret_phrase",
    "ssh_key" : "ssh_key",
    "username" : "username"
  },
  "host" : "host",
  "id" : 0,
  "username" : "username"
}, {
  "ssh_access_key" : "ssh_access_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "ssh_secret_phrase" : "ssh_secret_phrase",
  "credentials" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "ssh_access" : {
    "secret_phrase" : "secret_phrase",
    "ssh_key" : "ssh_key",
    "username" : "username"
  },
  "host" : "host",
  "id" : 0,
  "username" : "username"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/sftp/{connectorId}
Get a SFTP connector by ID (findOneSFTPConnectorById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

SFTPConnector

Example data

Content-Type: application/json
{
  "ssh_access_key" : "ssh_access_key",
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "password" : "password",
  "ssh_secret_phrase" : "ssh_secret_phrase",
  "credentials" : {
    "password" : "password",
    "username" : "username"
  },
  "port" : 6,
  "ssh_access" : {
    "secret_phrase" : "secret_phrase",
    "ssh_key" : "ssh_key",
    "username" : "username"
  },
  "host" : "host",
  "id" : 0,
  "username" : "username"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SFTPConnector

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/connectors/files/sftp
List SFTP remote files (listSFTPRemoteFiles)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SFTPConnector (required)
Body Parameter — sftpConnector

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/connectors/sftp/{connectorId}/files
List SFTP remote files by id (listSFTPRemoteFilesById)

Path parameters

connectorId (required)
Path Parameter — connectorId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (required)
Query Parameter — remotePath

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

SimpleGridController

Up
get /service/grids/simple/{id}/check_config
Check the configuration informations of an existing grid (checkConfigUsingGET14)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/grids/simple/from_db
Create a new grid from datablock (createFromDbUsingPOST1)
Create a new grid from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — Datablock Id

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/grids/simple
Create a new grid (createUsingPOST1)
Create a new grid and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateGridEntry (required)
Body Parameter — grid

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/grids/simple/{id}
Delete an existing grid (deleteUsingDELETE1)

Path parameters

id (required)
Path Parameter — The Id of the grid to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/grids/simple/{id}/duplicate
Duplicate an existing grid (duplicateUsingPOST1)

Path parameters

id (required)
Path Parameter — The Id of the grid to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/grids/simple/{id}/config
Update the configuration informations of an existing grid (editConfigUsingPUT1)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/grids/simple/{id}
Edit grid (editUsingPUT1)
Edit an existing grid

Path parameters

id (required)
Path Parameter — Id of grid to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateGridEntry (required)
Body Parameter — Update grid data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/grids/simple/{id}/config
Get the configuration informations of an existing grid (getConfigUsingGET1)

Path parameters

id (required)
Path Parameter — HdGrid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

SimpleGridConfig

Example data

Content-Type: application/json
{
  "groups" : [ null, null ],
  "global" : {
    "show_column_lines" : true,
    "tree_mode" : true,
    "key_expr" : "key_expr",
    "export_panel_enabled" : true,
    "parent_id_expr" : "parent_id_expr",
    "columns" : [ {
      "summary2" : "sum",
      "source_column" : "source_column",
      "visible" : true,
      "summary1" : "sum",
      "font_size" : 8,
      "format" : "currency",
      "caption" : "caption",
      "bold" : true,
      "type" : "numeric",
      "background_color" : "background_color",
      "font_color" : "font_color",
      "fixed" : true,
      "style" : "normal",
      "font_family" : "segoe_ui_light",
      "alignment" : "right"
    }, {
      "summary2" : "sum",
      "source_column" : "source_column",
      "visible" : true,
      "summary1" : "sum",
      "font_size" : 8,
      "format" : "currency",
      "caption" : "caption",
      "bold" : true,
      "type" : "numeric",
      "background_color" : "background_color",
      "font_color" : "font_color",
      "fixed" : true,
      "style" : "normal",
      "font_family" : "segoe_ui_light",
      "alignment" : "right"
    } ],
    "row_filter_visible" : true,
    "header_filter_visible" : true,
    "show_row_lines" : true,
    "hover_state_enabled" : true,
    "sorting_enabled" : true,
    "search_panel_visible" : true,
    "group_panel_visible" : true,
    "row_alternation_enabled" : true,
    "allow_column_resizing" : true,
    "word_wrap_enabled" : true,
    "allow_column_reordering" : true,
    "column_resizing_mode" : "nextColumn"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SimpleGridConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/grids/simple/{id}
Get a grid by Id (getUsingGET1)

Path parameters

id (required)
Path Parameter — Requested grid Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdGrid

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0,
  "type" : "simple"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdGrid

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

SparkJobsController

Up
get /service/jobs/{jobKey}
findOneById (findOneByIdUsingGET)

Path parameters

jobKey (required)
Path Parameter — jobKey

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

JobDTO

Example data

Content-Type: application/json
{
  "end_date" : "2000-01-23T04:56:07.000+00:00",
  "error_message" : "error_message",
  "element_id" : 6,
  "element_type" : "PATH_ALIAS",
  "type" : "DataFrameCommonJob_checkSqlDb",
  "execution_time" : 1,
  "submission_date" : "2000-01-23T04:56:07.000+00:00",
  "user_id" : "user_id",
  "job_id" : "job_id",
  "ctx_id" : 0,
  "id" : 5,
  "start_date" : "2000-01-23T04:56:07.000+00:00",
  "status" : "RUNNING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobDTO

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

StorageModeController

Up
get /service/storage_modes
Get all storage modes (getAllStorageModes)

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[StorageMode]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "text" : "text"
}, {
  "code" : "code",
  "text" : "text"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

TagController

Up
post /service/tags
Create new tag (createTag)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Tag (required)
Body Parameter — tag

Return type

Tag

Example data

Content-Type: application/json
{
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Tag

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/tags
Delete an existing tag (deleteTag)

Query parameters

tagId (required)
Query Parameter — tagId format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/tags_carac
Search tags by carac id (searchTagsByCaracId)

Query parameters

caracId (required)
Query Parameter — caracId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Tag]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
}, {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/tags_entite_type
Search tags by entite id (searchTagsByEntiteId)

Query parameters

entiteTypeId (required)
Query Parameter — entiteTypeId format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[Tag]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
}, {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/tags
Search tags by text (searchTagsByText)

Query parameters

text (optional)
Query Parameter — text

Return type

array[Tag]

Example data

Content-Type: application/json
[ {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
}, {
  "code" : "code",
  "color" : "color",
  "id" : 5,
  "position" : 2
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

TimeLineController

Up
get /service/timelines/{id}/check_config
Check the configuration informations of an existing timeline (checkConfigUsingGET15)

Path parameters

id (required)
Path Parameter — HdTimeline Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/timelines
Create a new timeline (createTimeline)
Create a new timeline and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateTLEntry (required)
Body Parameter — New timeline data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/timelines/from_db
Create a new timeline from datablock (createTimelineFromDb)
Create a new timeline from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body long (required)
Body Parameter — Datablock id

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/timelines
Delete a list of timelines (deleteManyTimelines)

Query parameters

project (optional)
Query Parameter — Project id format: int64
timeLinesId (required)
Query Parameter — Requested timeLinesId Ids format: int64

Responses

200

OK

Up
delete /service/timelines/{id}
Delete an existing timeline (deleteTimeline)

Path parameters

id (required)
Path Parameter — The Id of the timeline to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/timelines/{id}/duplicate
Duplicate an existing timeline (duplicateTimeline)

Path parameters

id (required)
Path Parameter — The Id of the timeline to be duplicated format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/timelines/{id}
Edit timeline (editTimeline)
Edit an existing timeline

Path parameters

id (required)
Path Parameter — Id of timeline to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateTLEntry (required)
Body Parameter — Update timeline data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/timelines/{id}/config
Update the configuration informations of an existing timeline (editTimelineConfig)

Path parameters

id (required)
Path Parameter — Timeline Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateTLConfigEntry (required)
Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/timelines
Get a list of the available timelines (getAllTimelines)

Query parameters

excludePublic (optional)
Query Parameter — Exclude public projects
project (optional)
Query Parameter — Project id format: int64

Return type

array[HdTimeline]

Example data

Content-Type: application/json
[ {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}, {
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/timelines/linked_elements
Get timelines linked element for move/copy (getElementsForMove9)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — TimeLine ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

array[DcUsedElement]

Example data

Content-Type: application/json
[ {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
}, {
  "id" : 0,
  "label" : "label",
  "linked_elements" : [ null, null ],
  "type" : "PATH_ALIAS"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/timelines/{id}
Get a timeline by Id (getTimeline)

Path parameters

id (required)
Path Parameter — Requested timeline Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdTimeline

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdTimeline

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/timelines/{id}/config
Get the configuration informations of an existing timeline (getTimelineConfig)

Path parameters

id (required)
Path Parameter — HdTimeline Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

TLConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 5,
    "source_id" : 5,
    "icon_id" : 0,
    "config" : {
      "start_date_column" : "start_date_column",
      "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
      "end_date_column" : "end_date_column",
      "id" : 9,
      "visibility_bottom" : true,
      "order" : 8,
      "visibility_top" : true
    },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 5,
    "source_id" : 5,
    "icon_id" : 0,
    "config" : {
      "start_date_column" : "start_date_column",
      "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
      "end_date_column" : "end_date_column",
      "id" : 9,
      "visibility_bottom" : true,
      "order" : 8,
      "visibility_top" : true
    },
    "desc" : "desc"
  } ],
  "global" : {
    "study_bar" : true,
    "study_zone" : true,
    "auto_load" : true,
    "details" : {
      "closed_by_default" : true,
      "move_bar_color" : "move_bar_color",
      "visible" : true,
      "events_text_color" : "events_text_color",
      "vertical_line" : true,
      "date_zone_background_color" : "date_zone_background_color",
      "horizontal_line" : true,
      "background_color" : "background_color",
      "label_background_color" : "label_background_color",
      "label_text_color" : "label_text_color",
      "study_zone_color" : "study_zone_color",
      "date_zone_text_color" : "date_zone_text_color",
      "events_background_color" : "events_background_color"
    },
    "study_zone_color" : "study_zone_color",
    "sammary" : true,
    "study_bar_color" : "study_bar_color"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK TLConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/timelines/move_elements
Move timelines and linked elements to another project (moveElements9)

Query parameters

destProject (required)
Query Parameter — destProject format: int64
elmsIds (optional)
Query Parameter — TimeLine ID format: int64
project (optional)
Query Parameter — Project id format: int64

Return type

DcMoveResponse

Example data

Content-Type: application/json
{
  "success" : [ null, null ],
  "error" : [ {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  }, {
    "id" : 0,
    "label" : "label",
    "linked_elements" : [ null, null ],
    "type" : "PATH_ALIAS"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DcMoveResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

TimezoneController

Up
get /service/timezone
Get Server Timezone (getServerTimezone)

Return type

TimeZone

Example data

Content-Type: application/json
{
  "id" : "id",
  "display_name" : "display_name",
  "dstsavings" : 0,
  "raw_offset" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK TimeZone

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

TreemapChartController

Up
get /service/charts/treemap/{id}/check_config
Check the configuration informations of an existing chart (checkConfigUsingGET16)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Boolean

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/treemap
Create a new chart (createTreemapChart)
Create a new chart and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartEntry (required)
Body Parameter — chart

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/charts/treemap/from_db
Create a new chart from datablock (createTreemapChartFromDb)
Create a new chart from datablock and returns the new generated id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateChartFromDbEntry (required)
Body Parameter — the new chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/charts/treemap/{id}
Delete an existing chart (deleteTreemapChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be deleted format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
post /service/charts/treemap/{id}/duplicate
Duplicate an existing chart (duplicateTreemapChart)

Path parameters

id (required)
Path Parameter — The Id of the chart to be duplicated format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/charts/treemap/{id}
Edit chart (editTreemapChart)
Edit an existing chart

Path parameters

id (required)
Path Parameter — Id of chart to update data format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateChartEntry (required)
Body Parameter — Update chart data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/charts/treemap/{id}/config
Update the configuration informations of an existing chart (editTreemapChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — The update configuration data

Query parameters

project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/charts/treemap/{id}
Get a chart by Id (getTreemapChart)

Path parameters

id (required)
Path Parameter — Requested chart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

HdChart

Example data

Content-Type: application/json
{
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "sub_type" : "area",
  "id" : 0,
  "type" : "barline"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HdChart

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/charts/treemap/{id}/config
Get the configuration informations of an existing chart (getTreemapChartConfig)

Path parameters

id (required)
Path Parameter — HdChart Id format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

TreemapChartConfig

Example data

Content-Type: application/json
{
  "groups" : [ {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  }, {
    "lib" : "lib",
    "id" : 3,
    "source_id" : 2,
    "icon_id" : 9,
    "config" : { },
    "desc" : "desc"
  } ],
  "global" : {
    "range_values" : [ 0.8008281904610115, 0.8008281904610115 ],
    "legend" : {
      "border" : {
        "visible" : true
      },
      "orientation" : "horizontal",
      "visible" : true,
      "horizontal_alignment" : "right",
      "vertical_alignment" : "right",
      "position" : "inside"
    },
    "export_file_name" : "export_file_name",
    "scroll" : true,
    "start_color" : "start_color",
    "group3" : "group3",
    "rotated" : true,
    "colorizer_type" : "discrete",
    "end_color" : "end_color",
    "title" : {
      "text" : "text",
      "font" : {
        "color" : "color",
        "size" : 5,
        "family" : "segoe_ui_light"
      }
    },
    "group2" : "group2",
    "zoom_mode" : "NONE",
    "group1" : "group1",
    "interact_with_group" : true,
    "tooltip_columns" : [ "tooltip_columns", "tooltip_columns" ],
    "palette" : "bright",
    "export" : true,
    "value" : "value"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK TreemapChartConfig

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

UserTokenController

Up
post /service/users/exposition_tokens
Create a new exposition Access Token (createExpositionAccessTokens)
Create a new Exposition Access Token and returns the new created token

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExpositionTokenRequest (required)
Body Parameter — New token data

Return type

NewOfflineAccessToken

Example data

Content-Type: application/json
{
  "access_token" : "access_token",
  "refresh_token" : "refresh_token"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK NewOfflineAccessToken

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/users/tokens
Create a new Offline Token (createOfflineTokens)
Create a new offline and returns the new created token

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ClientTokenRequest (required)
Body Parameter — New token data

Return type

NewOfflineAccessToken

Example data

Content-Type: application/json
{
  "access_token" : "access_token",
  "refresh_token" : "refresh_token"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK NewOfflineAccessToken

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/users/tokens/{id}
Delete One Token (deleteOneToken)
Delete one Tokens

Path parameters

id (required)
Path Parameter — id

Return type

ApiAccessToken

Example data

Content-Type: application/json
{
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "token_value" : "token_value",
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "expiration_in_ms" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ApiAccessToken

Up
delete /service/users/tokens
Delete all Tokens (deleteTokens)
Delete all Tokens

Query parameters

clientId (required)
Query Parameter — clientId
offline (optional)
Query Parameter — offline

Return type

ApiAccessToken

Example data

Content-Type: application/json
{
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "token_value" : "token_value",
  "expiration_date" : "2000-01-23T04:56:07.000+00:00",
  "expiration_in_ms" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ApiAccessToken

Up
get /service/users/clients
Get all clients (getAllClients)
Get all clients

Return type

array[Object]

Example data

Content-Type: application/json
[ { }, { } ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/users/exposition_tokens
Get all exposition access token of user (getExpositionAccessTokens)
Get all exposition access token of user

Return type

array[Object]

Example data

Content-Type: application/json
[ { }, { } ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/users/tokens
Get all offline token of user (getOfflineTokens)
Get all offline token of user

Query parameters

clientId (required)
Query Parameter — clientId
offline (optional)
Query Parameter — offline

Return type

array[Object]

Example data

Content-Type: application/json
[ { }, { } ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

ValueSearchController

Up
post /service/value_search/advanced/exec
Exec Value Search by rules (execValueSearchByRules)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body Rule (required)
Body Parameter — rules

Query parameters

clientId (optional)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
entite_type (optional)
Query Parameter — entite_type
multicolumnMode (optional)
Query Parameter — multicolumnMode
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/value_search/basic/exec
Exec Value Search by text (execValueSearchByText)

Query parameters

clientId (optional)
Query Parameter — clientId
ctx (optional)
Query Parameter — ctx format: int32
entite_type (optional)
Query Parameter — entite_type
ignoreCase (optional)
Query Parameter — ignoreCase
multicolumnMode (optional)
Query Parameter — multicolumnMode
project (optional)
Query Parameter — Project id format: int64
text (optional)
Query Parameter — text
useCache (optional)
Query Parameter — useCache

Return type

JobKeyResponse

Example data

Content-Type: application/json
{
  "job_status" : "RUNNING",
  "columns" : [ {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  }, {
    "date_pattern" : "date_pattern",
    "lib" : "lib",
    "alias" : "alias",
    "is_list" : true,
    "type" : "type",
    "uuid" : "uuid"
  } ],
  "value" : "value",
  "exec_data_result" : {
    "data" : { },
    "response_status" : "RUNNING",
    "is_cached" : true,
    "push_date" : "2000-01-23T04:56:07.000+00:00",
    "time_exec" : 7.606863723092579,
    "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JobKeyResponse

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/value_search/filter
Get filters (getFilterByColumns)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BaseRequestGrammar (required)
Body Parameter — grammar

Query parameters

multicolumnMode (optional)
Query Parameter — multicolumnMode
project (optional)
Query Parameter — Project id format: int64

Return type

Rule

Example data

Content-Type: application/json
{
  "uca_id" : 9,
  "value_column_id" : "value_column_id",
  "ign_case" : true,
  "semantic_context" : {
    "position_in_text" : true,
    "position_in_text_type" : "position_in_text_type",
    "relative_rules" : [ {
      "uca_id" : 9,
      "search_in" : true,
      "search_interval" : true,
      "value_column_id" : "value_column_id",
      "search_interval_nb" : 5,
      "ign_case" : true,
      "search_in_mode" : "search_in_mode",
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    }, {
      "uca_id" : 9,
      "search_in" : true,
      "search_interval" : true,
      "value_column_id" : "value_column_id",
      "search_interval_nb" : 5,
      "ign_case" : true,
      "search_in_mode" : "search_in_mode",
      "is_without_time" : true,
      "rules" : [ null, null ],
      "value_list" : [ { }, { } ],
      "list" : true,
      "type" : "type",
      "operator" : "operator",
      "path" : "path",
      "value_column_id2" : "value_column_id2",
      "condition" : "condition",
      "inactive" : true,
      "field" : "field",
      "column_alias" : "column_alias",
      "pivot" : true,
      "value" : "value"
    } ],
    "id" : 1,
    "position_in_text_nb" : 4,
    "relative_rules_operator" : "relative_rules_operator"
  },
  "is_without_time" : true,
  "rules" : [ null, null ],
  "value_list" : [ { }, { } ],
  "list" : true,
  "type" : "type",
  "operator" : "operator",
  "path" : "path",
  "value_column_id2" : "value_column_id2",
  "condition" : "condition",
  "inactive" : true,
  "field" : "field",
  "column_alias" : "column_alias",
  "pivot" : true,
  "value" : "value"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Rule

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/value_search/data
Get Value search result (getValueSearchResult)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
jobKey (optional)
Query Parameter — jobKey
project (optional)
Query Parameter — Project id format: int64

Return type

ExecDataResult

Example data

Content-Type: application/json
{
  "data" : { },
  "response_status" : "RUNNING",
  "is_cached" : true,
  "push_date" : "2000-01-23T04:56:07.000+00:00",
  "time_exec" : 7.606863723092579,
  "exec_end_date" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExecDataResult

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

VersionInfoController

Up
get /service/version
Get instance version information (getVersionInfo)

Return type

map[String, Object]

Example data

Content-Type: application/json
{
  "key" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

WebUiParametersController

Up
get /service/webUiUrl
getWebUiUrl (getWebUiUrlUsingGET)

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

XmlDepotController

Up
post /service/depots/xml
create Xml Depot (createXmlDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body XmlDepot (required)
Body Parameter — xmlDepot

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
ctx (required)
Query Parameter — ctx format: int32
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

XmlDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "ignore_surrounding_spaces" : true,
  "path" : "path",
  "treat_empty_values_as_nulls" : true,
  "connector_id" : 0,
  "new_line_tag" : "new_line_tag",
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK XmlDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/xml/{depotId}/headers
create Depot Header (createXmlDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/xml/{depotId}/extractions
create Extraction (createXmlExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (optional)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/xml/filters/{depotId}
create Extraction Filter (createXmlExtractionFilter)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
delete /service/depots/xml/{depotId}/headers
delete All Depot Header (deleteAllXmlDepotHeader)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Up
delete /service/depots/xml/{depotId}
delete Xml Depot (deleteXmlDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/xml/{depotId}/remote_files
delete xml file by name (deleteXmlDepotFileByName)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
isTemp (required)
Query Parameter — isTemp
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/xml/{depotId}/extractions
delete Extraction (deleteXmlExtraction)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
delete /service/depots/xml/filters/{filterId}
delete Extraction Filter (deleteXmlExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /service/depots/xml/{depotId}/charset
Detect xml depot charset (detectXmlCharset)
This operation is applied on a random file from the depots files

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depot/xml/{depotId}/download
Download local xml file (download local xml file)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/xml/{depotId}
edit Xml Depot (editXmlDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body XmlDepot (required)
Body Parameter — xmlDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

XmlDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "ignore_surrounding_spaces" : true,
  "path" : "path",
  "treat_empty_values_as_nulls" : true,
  "connector_id" : 0,
  "new_line_tag" : "new_line_tag",
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK XmlDepot

Up
delete /service/depots/xml/headers/{headerId}
edit Depot Header (editXmlDepotHeader)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
put /service/depots/xml/headers/{headerId}
edit Depot Header (editXmlDepotHeader1)

Path parameters

headerId (required)
Path Parameter — headerId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeader

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

DepotHeader

Example data

Content-Type: application/json
{
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotHeader

Up
put /service/depots/xml/filters/{filterId}
edit Extraction Filter (editXmlExtractionFilter)

Path parameters

filterId (required)
Path Parameter — filterId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body ExtractionDateFilter (required)
Body Parameter — extractionDateFilter

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

ExtractionDateFilter

Example data

Content-Type: application/json
{
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ExtractionDateFilter

Up
get /service/depots/xml
find All Xml Depots (findAllXmlDepots)

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[XmlDepot]

Example data

Content-Type: application/json
[ {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "ignore_surrounding_spaces" : true,
  "path" : "path",
  "treat_empty_values_as_nulls" : true,
  "connector_id" : 0,
  "new_line_tag" : "new_line_tag",
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}, {
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "ignore_surrounding_spaces" : true,
  "path" : "path",
  "treat_empty_values_as_nulls" : true,
  "connector_id" : 0,
  "new_line_tag" : "new_line_tag",
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/filters/{depotId}
find All Extraction Filters (findAllXmlExtractionFilters)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[ExtractionDateFilter]

Example data

Content-Type: application/json
[ {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
}, {
  "first_date_value" : "2000-01-23T04:56:07.000+00:00",
  "second_value" : 1,
  "depot" : {
    "metadata" : {
      "code" : "code",
      "description" : "description",
      "project" : {
        "premature" : true,
        "expired" : true,
        "project_links" : [ {
          "link_url" : "link_url",
          "label" : "label"
        }, {
          "link_url" : "link_url",
          "label" : "label"
        } ],
        "default_project" : true,
        "is_public" : true,
        "admin" : true,
        "favorite_project" : true,
        "id" : 5,
        "expiration_date" : "2000-01-23T04:56:07.000+00:00",
        "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
      },
      "actif" : true,
      "creation_date" : "2000-01-23T04:56:07.000+00:00",
      "label" : "label",
      "icon_id" : 6,
      "created_by" : "created_by",
      "referenced_by" : "referenced_by",
      "update_date" : "2000-01-23T04:56:07.000+00:00",
      "tags" : [ {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      }, {
        "code" : "code",
        "color" : "color",
        "id" : 5,
        "position" : 2
      } ],
      "duplicated" : true,
      "licence_type" : "licence_type",
      "referenced" : true,
      "imported" : true,
      "updated_by" : "updated_by",
      "id" : 1,
      "reference_date" : "2000-01-23T04:56:07.000+00:00",
      "selected" : true,
      "hdh_type" : "hdh_type"
    },
    "code" : "code",
    "connector" : {
      "metadata" : {
        "code" : "code",
        "description" : "description",
        "project" : {
          "premature" : true,
          "expired" : true,
          "project_links" : [ {
            "link_url" : "link_url",
            "label" : "label"
          }, {
            "link_url" : "link_url",
            "label" : "label"
          } ],
          "default_project" : true,
          "is_public" : true,
          "admin" : true,
          "favorite_project" : true,
          "id" : 5,
          "expiration_date" : "2000-01-23T04:56:07.000+00:00",
          "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
        },
        "actif" : true,
        "creation_date" : "2000-01-23T04:56:07.000+00:00",
        "label" : "label",
        "icon_id" : 6,
        "created_by" : "created_by",
        "referenced_by" : "referenced_by",
        "update_date" : "2000-01-23T04:56:07.000+00:00",
        "tags" : [ {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        }, {
          "code" : "code",
          "color" : "color",
          "id" : 5,
          "position" : 2
        } ],
        "duplicated" : true,
        "licence_type" : "licence_type",
        "referenced" : true,
        "imported" : true,
        "updated_by" : "updated_by",
        "id" : 1,
        "reference_date" : "2000-01-23T04:56:07.000+00:00",
        "selected" : true,
        "hdh_type" : "hdh_type"
      },
      "code" : "code",
      "lib" : "lib",
      "connector_type" : "connector_type",
      "id" : 0
    },
    "lib" : "lib",
    "headers_referencing_mode" : "LABEL",
    "id" : 5,
    "additional_params" : {
      "headers" : {
        "key" : "headers"
      },
      "method" : "method",
      "iteration" : {
        "mode" : "WITHOUT",
        "end_condition_headers" : {
          "key" : "end_condition_headers"
        },
        "iteration_number" : 6,
        "waiting" : 5,
        "is_regex" : true,
        "start" : 1,
        "variable" : "variable",
        "end_condition_body" : "end_condition_body",
        "end_or_limit" : 0,
        "end_condition_mode" : "end_condition_mode"
      },
      "body" : "body"
    },
    "depot_type" : "depot_type"
  },
  "first_value" : 0,
  "id" : 6,
  "label" : "label",
  "operator" : "operator",
  "second_date_value" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}
find One Xml Depot By Id (findOneXmlDepotById)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64
withHeaders (optional)
Query Parameter — withHeaders

Return type

XmlDepot

Example data

Content-Type: application/json
{
  "charset" : "charset",
  "headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "metadata" : {
    "code" : "code",
    "description" : "description",
    "project" : {
      "premature" : true,
      "expired" : true,
      "project_links" : [ {
        "link_url" : "link_url",
        "label" : "label"
      }, {
        "link_url" : "link_url",
        "label" : "label"
      } ],
      "default_project" : true,
      "is_public" : true,
      "admin" : true,
      "favorite_project" : true,
      "id" : 5,
      "expiration_date" : "2000-01-23T04:56:07.000+00:00",
      "effectiveness_date" : "2000-01-23T04:56:07.000+00:00"
    },
    "actif" : true,
    "creation_date" : "2000-01-23T04:56:07.000+00:00",
    "label" : "label",
    "icon_id" : 6,
    "created_by" : "created_by",
    "referenced_by" : "referenced_by",
    "update_date" : "2000-01-23T04:56:07.000+00:00",
    "tags" : [ {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    }, {
      "code" : "code",
      "color" : "color",
      "id" : 5,
      "position" : 2
    } ],
    "duplicated" : true,
    "licence_type" : "licence_type",
    "referenced" : true,
    "imported" : true,
    "updated_by" : "updated_by",
    "id" : 1,
    "reference_date" : "2000-01-23T04:56:07.000+00:00",
    "selected" : true,
    "hdh_type" : "hdh_type"
  },
  "code" : "code",
  "headers_referencing_mode" : "LABEL",
  "infer_schema" : true,
  "ignore_surrounding_spaces" : true,
  "path" : "path",
  "treat_empty_values_as_nulls" : true,
  "connector_id" : 0,
  "new_line_tag" : "new_line_tag",
  "id" : 6,
  "current_version_mask" : "current_version_mask",
  "additional_params" : {
    "headers" : {
      "key" : "headers"
    },
    "method" : "method",
    "iteration" : {
      "mode" : "WITHOUT",
      "end_condition_headers" : {
        "key" : "end_condition_headers"
      },
      "iteration_number" : 6,
      "waiting" : 5,
      "is_regex" : true,
      "start" : 1,
      "variable" : "variable",
      "end_condition_body" : "end_condition_body",
      "end_or_limit" : 0,
      "end_condition_mode" : "end_condition_mode"
    },
    "body" : "body"
  },
  "parsing_mode" : "PERMISSIVE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK XmlDepot

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/xml/headers
Get headers from a XML depot (getHeadersFromXmlDepot)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body XmlDepot (required)
Body Parameter — xmlDepot

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[array[Object]]

Example data

Content-Type: application/json
[ [ { }, { } ], [ { }, { } ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/extractions
get Depot Extractions (getXmlDepotExtractions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/count
Get xml depot files count (getXmlDepotFilesCount)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/headers
get Depot Headers By Depot Id (getXmlDepotHeadersByDepotId)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

project (optional)
Query Parameter — Project id format: int64

Return type

array[DepotHeader]

Example data

Content-Type: application/json
[ {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
}, {
  "depot_details" : true,
  "original_name" : "original_name",
  "column" : "column",
  "data_type" : "data_type",
  "id" : 6,
  "position" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/remote_files
Get xml depot remoteFiles (getXmlDepotRemoteFiles)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
filenameMask (required)
Query Parameter — filenameMask
includeTemp (required)
Query Parameter — includeTemp
limit (required)
Query Parameter — limit format: int32
project (optional)
Query Parameter — Project id format: int64
remotePath (optional)
Query Parameter — remotePath

Return type

array[RemoteFile]

Example data

Content-Type: application/json
[ {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
}, {
  "is_directory" : true,
  "temp" : true,
  "has_sub_directories" : true,
  "size" : 0,
  "name" : "name",
  "creation_date" : "2000-01-23T04:56:07.000+00:00",
  "display_name" : "display_name",
  "items" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/extractions/preview
get Extraction File Preview (getXmlExtractionFilePreview)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
extractionName (required)
Query Parameter — extractionName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
get /service/depots/xml/{depotId}/preview
Get XML depot preview (getXmlPreviewDepot)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
post /service/depots/xml/upload_file
Upload xml file to a depot (handleFileUpload1)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64

Return type

FileUpload

Example data

Content-Type: application/json
{
  "file_name" : "file_name",
  "original_name" : "original_name"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK FileUpload

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/xml/move_tmp_folder_on_type_update
move temp folder when type is changed (moveTempFolderOnTypeUpdate5)

Query parameters

ctx (required)
Query Parameter — ctx format: int32
depotCode (required)
Query Parameter — depotCode
newDepotType (required)
Query Parameter — newDepotType
oldDepotType (required)
Query Parameter — oldDepotType
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
get /service/depots/xml/{depotId}/remote_files/preview
Get xml depot file preview (previewRemoteXmlFile)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

ctx (required)
Query Parameter — ctx format: int32
fileName (required)
Query Parameter — fileName
project (optional)
Query Parameter — Project id format: int64
useCache (optional)
Query Parameter — useCache

Return type

DepotData

Example data

Content-Type: application/json
{
  "headers" : [ [ { }, { } ], [ { }, { } ] ],
  "source_active" : true,
  "headers_referencing_mode" : "LABEL",
  "original_name" : "original_name",
  "data_preview" : [ [ { }, { } ], [ { }, { } ] ],
  "metadata_code" : "metadata_code",
  "source_id" : 6,
  "db" : true,
  "link_id" : 0,
  "source_name" : "source_name",
  "depot_headers" : [ {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  }, {
    "depot_details" : true,
    "original_name" : "original_name",
    "column" : "column",
    "data_type" : "data_type",
    "id" : 6,
    "position" : 1
  } ],
  "depot_type" : "depot_type"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DepotData

400

Bad Request Error

401

Bad Request Error

404

Bad Request Error

500

Server error Try again later Error

Up
put /service/depots/xml/{depotId}/active
update Depot Activation Status (updateXmlDepotActivationStatus)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Query parameters

active (required)
Query Parameter — active
project (optional)
Query Parameter — Project id format: int64

Responses

200

OK

Up
put /service/depots/xml/{depotId}/headers/update_position
update Depot Headers Positions (updateXmlDepotHeadersPositions)

Path parameters

depotId (required)
Path Parameter — depotId format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DepotHeader (required)
Body Parameter — depotHeaders

Query parameters

ISO3Country (optional)
Query Parameter
ISO3Language (optional)
Query Parameter
country (optional)
Query Parameter
displayCountry (optional)
Query Parameter
displayLanguage (optional)
Query Parameter
displayName (optional)
Query Parameter
displayScript (optional)
Query Parameter
displayVariant (optional)
Query Parameter
headresReUploaded (required)
Query Parameter — headresReUploaded
language (optional)
Query Parameter
project (optional)
Query Parameter — Project id format: int64
script (optional)
Query Parameter
unicodeLocaleAttributes (optional)
Query Parameter
unicodeLocaleKeys (optional)
Query Parameter
variant (optional)
Query Parameter

Responses

200

OK

Models

[ Jump to Methods ]

Table of Contents

  1. ApiAccessToken - ApiAccessToken
  2. ArgumentAxis - ArgumentAxis
  3. ArgumentAxisInterval - ArgumentAxisInterval
  4. ArgumentLabel - ArgumentLabel
  5. AutocompleteEntry - AutocompleteEntry
  6. AutocompletePubEntry - AutocompletePubEntry
  7. BarChartConfig - BarChartConfig
  8. BarChartGlobalConfig - BarChartGlobalConfig
  9. BarChartValueAxis - BarChartValueAxis
  10. BarSerie - BarSerie
  11. BaseRequestGrammar - BaseRequestGrammar
  12. BasicAuthCredentials - BasicAuthCredentials
  13. BasicMessage - BasicMessage
  14. BinaryDepot - BinaryDepot
  15. Carac - Carac
  16. CaracEntiteType - CaracEntiteType
  17. CaracEntry - CaracEntry
  18. CaracMapping - CaracMapping
  19. CenteringData - CenteringData
  20. CenteringOptions - CenteringOptions
  21. CenteringValue - CenteringValue
  22. Charset - Charset
  23. ChartData - ChartData
  24. ChartGroup - ChartGroup
  25. ChartGroupConfig - ChartGroupConfig
  26. ChartOption - ChartOption
  27. ChartOptions - ChartOptions
  28. ClientTokenRequest - ClientTokenRequest
  29. Column - Column
  30. ColumnOrigin - ColumnOrigin
  31. ColumnOriginOperation - ColumnOriginOperation
  32. Comment - Comment
  33. CommentEntry - CommentEntry
  34. Connector - Connector
  35. ConstantLine - ConstantLine
  36. CreateChartEntry - CreateChartEntry
  37. CreateChartFromDbEntry - CreateChartFromDbEntry
  38. CreateDashboardEntry - CreateDashboardEntry
  39. CreateGridEntry - CreateGridEntry
  40. CreateHdSourceEntry - CreateHdSourceEntry
  41. CreateMapEntry - CreateMapEntry
  42. CreateMediaEntry - CreateMediaEntry
  43. CreateMediaFromDbEntry - CreateMediaFromDbEntry
  44. CreateProjectEntry - CreateProjectEntry
  45. CreatePublicationEntry - CreatePublicationEntry
  46. CreateTLEntry - CreateTLEntry
  47. Credentials - Credentials
  48. Crosshair - Crosshair
  49. CsvDepot - CsvDepot
  50. DBBuilderAgregation - DBBuilderAgregation
  51. DBBuilderColumn - DBBuilderColumn
  52. DBBuilderExplode - DBBuilderExplode
  53. DBBuilderGrammar - DBBuilderGrammar
  54. DBBuilderInputColumn - DBBuilderInputColumn
  55. DBBuilderLinkColumn - DBBuilderLinkColumn
  56. DBBuilderOperation - DBBuilderOperation
  57. DBBuilderOperationColumn - DBBuilderOperationColumn
  58. DBBuilderOutputColumn - DBBuilderOutputColumn
  59. DBBuilderPartition - DBBuilderPartition
  60. DBBuilderPivot - DBBuilderPivot
  61. DBBuilderPivotValue - DBBuilderPivotValue
  62. DBBuilderSort - DBBuilderSort
  63. DBBuilderStack - DBBuilderStack
  64. DBBuilderStep - DBBuilderStep
  65. DBBuilderStepInput - DBBuilderStepInput
  66. DBConnector - DBConnector
  67. DBFunction - DBFunction
  68. DBGroup - DBGroup
  69. DCProjectElements - DCProjectElements
  70. DashboardCentering - DashboardCentering
  71. DashboardConfig - DashboardConfig
  72. DashboardElement - DashboardElement
  73. DashboardElementConfig - DashboardElementConfig
  74. DashboardFullConfig - DashboardFullConfig
  75. DashboardFullData - DashboardFullData
  76. DashboardGlobalConfig - DashboardGlobalConfig
  77. DashboardPublic - DashboardPublic
  78. DataBlock - DataBlock
  79. DataBlockExportHistory - DataBlockExportHistory
  80. DataBlockExpositionExport - DataBlockExpositionExport
  81. DataBlockLink - DataBlockLink
  82. DataBlockUnion - DataBlockUnion
  83. DataCatalogItem - DataCatalogItem
  84. DataCatalogItemCount - DataCatalogItemCount
  85. DataCatalogItemDetails - DataCatalogItemDetails
  86. DataCatalogRequest - DataCatalogRequest
  87. DataExpose - DataExpose
  88. DataExposeColumn - DataExposeColumn
  89. DataExposeInfo - DataExposeInfo
  90. DataExposeParams - DataExposeParams
  91. DataExposePermissionFilter - DataExposePermissionFilter
  92. DataExpositionOptions - DataExpositionOptions
  93. DataFrameStatus - DataFrameStatus
  94. DataSparkExportRequest - DataSparkExportRequest
  95. DateMask - DateMask
  96. DbHistogram - DbHistogram
  97. DbLinkMapping - DbLinkMapping
  98. DbSQLDepot - DbSQLDepot
  99. DbUnionMapping - DbUnionMapping
  100. DcElement - DcElement
  101. DcGroup - DcGroup
  102. DcGroupConfig - DcGroupConfig
  103. DcMoveResponse - DcMoveResponse
  104. DcUsedElement - DcUsedElement
  105. DcUserAgreement - DcUserAgreement
  106. DeleteErrorReport - DeleteErrorReport
  107. Depot - Depot
  108. DepotData - DepotData
  109. DepotHeader - DepotHeader
  110. ESConnector - ESConnector
  111. Edge - Edge
  112. ElementPermissionTemplate - ElementPermissionTemplate
  113. ElementaryDataStruct - ElementaryDataStruct
  114. ElementsDuplicationOptions - ElementsDuplicationOptions
  115. ElementsFileExportOptions - ElementsFileExportOptions
  116. ElementsImportOptions - ElementsImportOptions
  117. EntiteType - EntiteType
  118. EntiteTypeCaraFormula - EntiteTypeCaraFormula
  119. EntiteTypeDepotLink - EntiteTypeDepotLink
  120. EntityEntry - EntityEntry
  121. Error - Error
  122. ExcelDepot - ExcelDepot
  123. ExecDataResult - ExecDataResult
  124. ExecutionData - ExecutionData
  125. ExportAlias - ExportAlias
  126. ExportToCSVRequest - ExportToCSVRequest
  127. ExportToDbRequest - ExportToDbRequest
  128. ExportToEsRequest - ExportToEsRequest
  129. ExportToExcelRequest - ExportToExcelRequest
  130. ExportToFileRequest - ExportToFileRequest
  131. ExportToNeo4jRequest - ExportToNeo4jRequest
  132. ExportToXMLRequest - ExportToXMLRequest
  133. ExportedDataBlockExposition - ExportedDataBlockExposition
  134. ExportedGroupMember - ExportedGroupMember
  135. ExportedMetadata - ExportedMetadata
  136. ExportedUserMember - ExportedUserMember
  137. ExposeColumnInfo - ExposeColumnInfo
  138. ExposedDataBlockDto - ExposedDataBlockDto
  139. ExpositionTokenRequest - ExpositionTokenRequest
  140. ExtractionDateFilter - ExtractionDateFilter
  141. File - File
  142. FileUpload - FileUpload
  143. FilterAndAggregateEntry - FilterAndAggregateEntry
  144. FontConfig - FontConfig
  145. Formula - Formula
  146. FormulaCatalogImport - FormulaCatalogImport
  147. FormulaCatalogItem - FormulaCatalogItem
  148. FormulaInputEnum - FormulaInputEnum
  149. Formule - Formule
  150. FormuleConstant - FormuleConstant
  151. FormuleInput - FormuleInput
  152. FormuleResponse - FormuleResponse
  153. Formules - Formules
  154. FsMemoryUsage - FsMemoryUsage
  155. FunnelChartConfig - FunnelChartConfig
  156. FunnelChartGlobalConfig - FunnelChartGlobalConfig
  157. GaugeBarChartConfig - GaugeBarChartConfig
  158. GaugeBarChartGlobalConfig - GaugeBarChartGlobalConfig
  159. GaugeBarValue - GaugeBarValue
  160. GaugeCircularChartConfig - GaugeCircularChartConfig
  161. GaugeCircularChartGlobalConfig - GaugeCircularChartGlobalConfig
  162. GaugeGeometry - GaugeGeometry
  163. GaugeLinearChartConfig - GaugeLinearChartConfig
  164. GaugeLinearChartGlobalConfig - GaugeLinearChartGlobalConfig
  165. GaugeRange - GaugeRange
  166. GaugeScale - GaugeScale
  167. GaugeSubvalue - GaugeSubvalue
  168. GridColumn - GridColumn
  169. GridData - GridData
  170. GridGroup - GridGroup
  171. GridGroupConfig - GridGroupConfig
  172. GridOptions - GridOptions
  173. GroupMember - GroupMember
  174. HDFSConnector - HDFSConnector
  175. HTTPConnector - HTTPConnector
  176. HashMap - HashMap
  177. HashMap«long,string» - HashMap«long,string»
  178. HdChart - HdChart
  179. HdDashboard - HdDashboard
  180. HdDashboardPublication - HdDashboardPublication
  181. HdElement - HdElement
  182. HdGrid - HdGrid
  183. HdMap - HdMap
  184. HdMedia - HdMedia
  185. HdOption - HdOption
  186. HdPublicationView - HdPublicationView
  187. HdSource - HdSource
  188. HdSourceGrammar - HdSourceGrammar
  189. HdTimeline - HdTimeline
  190. HdhFormat - HdhFormat
  191. HeadersReferencingMode - HeadersReferencingMode
  192. HtmlEditorConfig - HtmlEditorConfig
  193. HttpDepotIteration - HttpDepotIteration
  194. HttpDepotParams - HttpDepotParams
  195. IDcRole - IDcRole
  196. ImageMediaConfig - ImageMediaConfig
  197. ImageMediaGlobalConfig - ImageMediaGlobalConfig
  198. IndicatorChartConfig - IndicatorChartConfig
  199. IndicatorChartGlobalConfig - IndicatorChartGlobalConfig
  200. IndicatorStyle - IndicatorStyle
  201. InputStream - InputStream
  202. InputStreamResource - InputStreamResource
  203. JobDTO - JobDTO
  204. JobKeyResponse - JobKeyResponse
  205. JobType - JobType
  206. JsonDepot - JsonDepot
  207. KcClient - KcClient
  208. Language - Language
  209. LegendBorder - LegendBorder
  210. LegendConfig - LegendConfig
  211. LoadOptions - LoadOptions
  212. LoadingFilterOption - LoadingFilterOption
  213. MapConfig - MapConfig
  214. MapData - MapData
  215. MapElement - MapElement
  216. MapGlobalConfig - MapGlobalConfig
  217. MapGroup - MapGroup
  218. MapGroupConfig - MapGroupConfig
  219. MapTileConfig - MapTileConfig
  220. MediaData - MediaData
  221. MediaGroup - MediaGroup
  222. MediaGroupConfig - MediaGroupConfig
  223. MediaItem - MediaItem
  224. MediaItemEntry - MediaItemEntry
  225. MembershipFileImportOptions - MembershipFileImportOptions
  226. Message - Message
  227. Metadata - Metadata
  228. MetadataDuplicationOptions - MetadataDuplicationOptions
  229. MetadataEntry - MetadataEntry
  230. MetadataFileExportOptions - MetadataFileExportOptions
  231. MetadataFileImportOptions - MetadataFileImportOptions
  232. MetadataLabel - MetadataLabel
  233. MongodbDepot - MongodbDepot
  234. Neo4jDepot - Neo4jDepot
  235. NewOfflineAccessToken - NewOfflineAccessToken
  236. Node - Node
  237. NodeEdges - NodeEdges
  238. ParquetDepot - ParquetDepot
  239. PdfMediaConfig - PdfMediaConfig
  240. PdfMediaGlobalConfig - PdfMediaGlobalConfig
  241. PersistanceParams - PersistanceParams
  242. PieChartConfig - PieChartConfig
  243. PieChartGlobalConfig - PieChartGlobalConfig
  244. PieSerie - PieSerie
  245. PivotGridConfig - PivotGridConfig
  246. PivotGridGlobalConfig - PivotGridGlobalConfig
  247. Project - Project
  248. ProjectContext - ProjectContext
  249. ProjectData - ProjectData
  250. ProjectDataExpose - ProjectDataExpose
  251. ProjectDuplicationExecution - ProjectDuplicationExecution
  252. ProjectDuplicationOptions - ProjectDuplicationOptions
  253. ProjectDuplicationResult - ProjectDuplicationResult
  254. ProjectElement - ProjectElement
  255. ProjectExportExecution - ProjectExportExecution
  256. ProjectFileAnalyseResponse - ProjectFileAnalyseResponse
  257. ProjectFileExportOptions - ProjectFileExportOptions
  258. ProjectFileExportResult - ProjectFileExportResult
  259. ProjectFileImportOptions - ProjectFileImportOptions
  260. ProjectFileImportResult - ProjectFileImportResult
  261. ProjectImportExecution - ProjectImportExecution
  262. ProjectImportMemberMapping - ProjectImportMemberMapping
  263. ProjectLink - ProjectLink
  264. ProjectMember - ProjectMember
  265. ProjectMembers - ProjectMembers
  266. ProjectNavigationLink - ProjectNavigationLink
  267. ProjectsDataExpose - ProjectsDataExpose
  268. PublicationData - PublicationData
  269. RangeChartConfig - RangeChartConfig
  270. RangeChartGlobalConfig - RangeChartGlobalConfig
  271. RangeChartValueAxis - RangeChartValueAxis
  272. RangeSerie - RangeSerie
  273. Ranking - Ranking
  274. RankingGrammar - RankingGrammar
  275. RankingItemBigInt - RankingItemBigInt
  276. RankingItemDate - RankingItemDate
  277. RankingItemDouble - RankingItemDouble
  278. RankingItemInteger - RankingItemInteger
  279. RankingItemSemanticRule - RankingItemSemanticRule
  280. RankingItemString - RankingItemString
  281. ReferencedElements - ReferencedElements
  282. RemoteFile - RemoteFile
  283. Rule - Rule
  284. S3Connector - S3Connector
  285. SFTPConnector - SFTPConnector
  286. SankeyChartConfig - SankeyChartConfig
  287. SankeyChartGlobalConfig - SankeyChartGlobalConfig
  288. SankeyLabelConfig - SankeyLabelConfig
  289. SankeyLinkConfig - SankeyLinkConfig
  290. SankeyNodeConfig - SankeyNodeConfig
  291. ScatterArgumentAxis - ScatterArgumentAxis
  292. ScatterChartConfig - ScatterChartConfig
  293. ScatterChartGlobalConfig - ScatterChartGlobalConfig
  294. ScatterChartValueAxis - ScatterChartValueAxis
  295. ScatterSerie - ScatterSerie
  296. SemanticContext - SemanticContext
  297. SemanticContextData - SemanticContextData
  298. SemanticContextRelativeRules - SemanticContextRelativeRules
  299. SemanticContextRule - SemanticContextRule
  300. SemanticRule - SemanticRule
  301. SimpleGridConfig - SimpleGridConfig
  302. SimpleGridGlobalConfig - SimpleGridGlobalConfig
  303. Sort - Sort
  304. SourceCentering - SourceCentering
  305. SourceData - SourceData
  306. SourceExecEntry - SourceExecEntry
  307. SshAccess - SshAccess
  308. StorageMode - StorageMode
  309. SummaryConfig - SummaryConfig
  310. TLConfig - TLConfig
  311. TLGlobalConfig - TLGlobalConfig
  312. TLGroup - TLGroup
  313. TLGroupConfig - TLGroupConfig
  314. TLTheme - TLTheme
  315. Tag - Tag
  316. TagEntry - TagEntry
  317. TimeZone - TimeZone
  318. TimelineData - TimelineData
  319. TitleConfig - TitleConfig
  320. TreemapChartConfig - TreemapChartConfig
  321. TreemapChartGlobalConfig - TreemapChartGlobalConfig
  322. Tuple2«int,long» - Tuple2«int,long»
  323. Tuple3«string,List«DcElement»,boolean» - Tuple3«string,List«DcElement»,boolean»
  324. URI - URI
  325. URL - URL
  326. UpdateBarChartConfigEntry - UpdateBarChartConfigEntry
  327. UpdateChartEntry - UpdateChartEntry
  328. UpdateChartGroupConfigEntry - UpdateChartGroupConfigEntry
  329. UpdateDashboardConfigEntry - UpdateDashboardConfigEntry
  330. UpdateDashboardEntry - UpdateDashboardEntry
  331. UpdateElementConfigEntry - UpdateElementConfigEntry
  332. UpdateFunnelChartConfigEntry - UpdateFunnelChartConfigEntry
  333. UpdateGaugeBarChartConfigEntry - UpdateGaugeBarChartConfigEntry
  334. UpdateGaugeCircularChartConfigEntry - UpdateGaugeCircularChartConfigEntry
  335. UpdateGaugeLinearChartConfigEntry - UpdateGaugeLinearChartConfigEntry
  336. UpdateGridEntry - UpdateGridEntry
  337. UpdateGridGroupConfigEntry - UpdateGridGroupConfigEntry
  338. UpdateHdSourceEntry - UpdateHdSourceEntry
  339. UpdateImageMediaConfigEntry - UpdateImageMediaConfigEntry
  340. UpdateIndicatorChartConfigEntry - UpdateIndicatorChartConfigEntry
  341. UpdateMapConfigEntry - UpdateMapConfigEntry
  342. UpdateMapEntry - UpdateMapEntry
  343. UpdateMapGroupConfigEntry - UpdateMapGroupConfigEntry
  344. UpdateMediaEntry - UpdateMediaEntry
  345. UpdateMediaGroupConfigEntry - UpdateMediaGroupConfigEntry
  346. UpdateMetadataEntry - UpdateMetadataEntry
  347. UpdatePdfMediaConfigEntry - UpdatePdfMediaConfigEntry
  348. UpdatePieChartConfigEntry - UpdatePieChartConfigEntry
  349. UpdatePivotGridConfigEntry - UpdatePivotGridConfigEntry
  350. UpdateProjectEntry - UpdateProjectEntry
  351. UpdatePublicationEntry - UpdatePublicationEntry
  352. UpdateRangeChartConfigEntry - UpdateRangeChartConfigEntry
  353. UpdateSankeyChartConfigEntry - UpdateSankeyChartConfigEntry
  354. UpdateScatterChartConfigEntry - UpdateScatterChartConfigEntry
  355. UpdateSimpleGridConfigEntry - UpdateSimpleGridConfigEntry
  356. UpdateTLConfigEntry - UpdateTLConfigEntry
  357. UpdateTLEntry - UpdateTLEntry
  358. UpdateTLGroupConfigEntry - UpdateTLGroupConfigEntry
  359. UpdateTreemapChartConfigEntry - UpdateTreemapChartConfigEntry
  360. UserSessionData - UserSessionData
  361. ValidationError - ValidationError
  362. ValueIndicator - ValueIndicator
  363. VisualRange - VisualRange
  364. XmlDepot - XmlDepot
  365. items_uploaded_body
  366. uploaded_itemId_body

ApiAccessToken - ApiAccessToken Up

Represents a descriptive informations about a api access token
creation_date (optional)
Date The creation date format: date-time
expiration_date (optional)
Date The expiration date format: date-time
expiration_in_ms (optional)
Long The expiration delay in milli seconds format: int64
name (optional)
String The name
token_value (optional)
String The token value

ArgumentAxis - ArgumentAxis Up

Represents a configuration informations of a chart argument axis
aggregation_interval (optional)
argument_type (optional)
String The argument value type
Enum:
numeric
string
date
column (optional)
String The column
format (optional)
String The format
Enum:
currency
fixedPoint
percent
decimal
exponential
thousands
millions
billions
trillions
largeNumber
longDate
longTime
longDateLongTime
monthAndDay
monthAndYear
quarterAndYear
shortDate
shortTime
shortDateShortTime
millisecond
second
minute
hour
day
dayOfWeek
month
quarter
year
grid (optional)
Boolean Grid is visible
inverted (optional)
Boolean Is inverted
label (optional)
minor_grid (optional)
Boolean Minor Grid is visible
position (optional)
String The position
Enum:
right
left
top
bottom
tick_interval (optional)
title (optional)
String The title
type (optional)
String The type
Enum:
discrete
continuous
logarithmic

ArgumentAxisInterval - ArgumentAxisInterval Up

Represents a configuration informations of a chart Argument Axis interval
type (optional)
String The type
Enum:
day
hour
millisecond
minute
month
quarter
second
week
year
value (optional)
Double The value format: double

ArgumentLabel - ArgumentLabel Up

Represents a configuration informations of a chart argument label
display_mode (optional)
String Display Mode
Enum:
rotate
stagger
standard
format (optional)
String Format
rotation_angle (optional)
Double Rotation Angle format: double
word_wrap (optional)
String WordWrap mode
Enum:
normal
breakWord
none

AutocompleteEntry - AutocompleteEntry Up

centering_modes (optional)
source_columns (optional)
text (optional)

AutocompletePubEntry - AutocompletePubEntry Up

centering (optional)
text (optional)

BarChartConfig - BarChartConfig Up

Represents a configuration informations of a chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

BarChartGlobalConfig - BarChartGlobalConfig Up

Represents a global (general) configuration informations of a bar line chart (display informations)
argument_axis (optional)
bar_padding (optional)
Double barPadding format: double
crosshair (optional)
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
serie_template (optional)
Boolean Is Series by Template
serie_template_field (optional)
String Serie Template Field
serie_template_title (optional)
String Serie Template Title
series (optional)
array[BarSerie] List of series
sub_type (optional)
String Chart sub type
Enum:
SPLINEAREA
STACKEDAREA
FULLSTACKEDAREA
STACKEDSPLINEAREA
FULLSTACKEDSPLINEAREA
STEPAREA
STACKEDBAR
FULLSTACKEDBAR
SPLINE
STACKEDLINE
STACKEDSPLINE
FULLSTACKEDLINE
fullstackedspline
STEPLINE
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
String Chart type
Enum:
area
bar
line
value_axis (optional)
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

BarChartValueAxis - BarChartValueAxis Up

Represents a configuration informations of a chart value axis
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
column (optional)
String The column
constant_lines (optional)
array[ConstantLine] The constant lines
cumul (optional)
Boolean Cumul
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
inverted (optional)
Boolean Is inverted
label (optional)
position (optional)
String The position
Enum:
right
left
top
bottom
show_label (optional)
Boolean Show label
show_point (optional)
Boolean Show point
title (optional)
String The title
type (optional)
String The type
Enum:
discrete
continuous
logarithmic
value_type (optional)
String The value type
Enum:
numeric
string
date
visual_range (optional)

BarSerie - BarSerie Up

Represents a configuration informations of a bar chart serie
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
cumul (optional)
Boolean Cumul
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
name (optional)
String The label
separated_axis (optional)
Boolean Create a new axis
show_point (optional)
Boolean Show point
sub_type (optional)
String Serie sub type
Enum:
SPLINEAREA
STACKEDAREA
FULLSTACKEDAREA
STACKEDSPLINEAREA
FULLSTACKEDSPLINEAREA
STEPAREA
STACKEDBAR
FULLSTACKEDBAR
SPLINE
STACKEDLINE
STACKEDSPLINE
FULLSTACKEDLINE
fullstackedspline
STEPLINE
type (optional)
String Serie type
Enum:
area
bar
line
value_field (optional)
String The Value field

BaseRequestGrammar - BaseRequestGrammar Up

columns (optional)
pivot (optional)
Long format: int64
pivot_type (optional)
rules (optional)

BasicAuthCredentials - BasicAuthCredentials Up

password
String SFTP password
username
String Basic Auth Username

BasicMessage - BasicMessage Up

Object that represents a message body and subject
message_body (optional)
subject (optional)

BinaryDepot - BinaryDepot Up

Represents a BINARY depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String Binary depot reading mask
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
path (optional)
String Binary depot path

Carac - Carac Up

cf (optional)
children (optional)
code (optional)
complex (optional)
description (optional)
entite_type (optional)
formula (optional)
hdh_format (optional)
icon_id (optional)
Long format: int64
id (optional)
Long format: int64
imported (optional)
join_type (optional)
key (optional)
label (optional)
lib (optional)
lib_entite_type (optional)
list (optional)
mapping_count (optional)
Long format: int64
metadata_id (optional)
Long format: int64
origin_column_id (optional)
parent_entite_type (optional)
parent_entite_type_id (optional)
Long format: int64
poids (optional)
Integer format: int32
selected (optional)
structured (optional)
tags (optional)

CaracEntiteType - CaracEntiteType Up

code (optional)
entite_id (optional)
Long format: int64
id (optional)
Long format: int64
lib (optional)

CaracEntry - CaracEntry Up

cf (optional)
children (optional)
code (optional)
comm (optional)
complex (optional)
description (optional)
entite_type (optional)
entite_type_end (optional)
entite_type_start (optional)
formula (optional)
hdh_format (optional)
icon_id (optional)
Long format: int64
id (optional)
Long format: int64
imported (optional)
join_type (optional)
key (optional)
label (optional)
lib (optional)
list (optional)
origin_column_id (optional)
original_name (optional)
parent_entite_type (optional)
parent_entite_type_id (optional)
Long format: int64
parent_key (optional)
pattern (optional)
poids (optional)
Integer format: int32
tags (optional)

CaracMapping - CaracMapping Up

depot_type (optional)
formula_data_source_grammar (optional)
geo_format (optional)
header (optional)
id (optional)
Long format: int64
id_data_source (optional)
Long format: int64
is_formula (optional)
lib_data_source (optional)
link_id (optional)
Long format: int64
pattern (optional)
uca_code (optional)
uca_id (optional)
Long format: int64

CenteringData - CenteringData Up

operator (optional)
Enum:
is_null
is_not_null
equal
not_equal
is_empty
is_not_empty
contains
not_contains
begins_with
not_begins_with
ends_with
not_ends_with
between
not_between
less
less_or_equal
greater
greater_or_equal
in
not_in
uuid (optional)
value (optional)

CenteringOptions - CenteringOptions Up

Contains all centering options
autocomplete_modes (optional)
centering_value_types (optional)
date_operators (optional)
numeric_operators (optional)
slider_step_units (optional)
string_operators (optional)

CenteringValue - CenteringValue Up

Represents a dashboard centering values
between_date_value1 (optional)
String Between date value 1
between_date_value2 (optional)
String Between date value 2
between_date_without_time_value1 (optional)
String Between date without time value 1
between_date_without_time_value2 (optional)
String Between date without time value 2
between_value1 (optional)
Double Between value 1 format: double
between_value2 (optional)
Double Between value 2 format: double
date_value (optional)
Date date value format: date-time
date_without_time_value (optional)
Date date without time value format: date-time
list_numeric_value (optional)
array[Double] List Numeric value format: double
list_string_value (optional)
array[String] List String value
numeric_value (optional)
Double Numeric value format: double
string_value (optional)
String String value
without_time (optional)

Charset - Charset Up

label (optional)
value (optional)

ChartData - ChartData Up

bar (optional)
dash_element_id (optional)
funnel (optional)
gauge_bar (optional)
gauge_circular (optional)
gauge_linear (optional)
id (optional)
Long format: int64
indicator (optional)
label (optional)
pie (optional)
range (optional)
sankey (optional)
scatter (optional)
sources (optional)
treemap (optional)

ChartGroup - ChartGroup Up

Represents a configuration and additional informations of a chart group
config (optional)
desc (optional)
String The description of the data source
icon_id (optional)
Long The icon Id of the data source format: int64
id (optional)
Long The group Id format: int64
lib (optional)
String The label (the same of the data source
source_id (optional)
Long The Id of the data source format: int64

ChartGroupConfig - ChartGroupConfig Up

Represents a configuration informations of a chart group

ChartOption - ChartOption Up

Represents a configuration chart option
code (optional)
String The code
label (optional)
String The label

ChartOptions - ChartOptions Up

Contains all chart options
aggregation_functions (optional)
algorithm_modes (optional)
alignment_types (optional)
area_chart_sub_types (optional)
axis_types (optional)
bar_chart_sub_types (optional)
chart_types (optional)
colorizer_types (optional)
constants_color_sync (optional)
dash_types (optional)
date_patterns (optional)
decimal_precisions (optional)
display_types (optional)
font_types (optional)
format_types (optional)
funnel_types (optional)
indicator_types (optional)
interval_types (optional)
label_overlapping_types (optional)
label_positions (optional)
legend_positions (optional)
line_chart_sub_types (optional)
orientation_types (optional)
palette_types (optional)
pie_types (optional)
point_symbols (optional)
position_types (optional)
range_chart_types (optional)
sankey_link_color_modes (optional)
value_types (optional)
values_grouping_types (optional)
vertical_alignment_types (optional)
wordwrap_types (optional)
zoom_modes (optional)

ClientTokenRequest - ClientTokenRequest Up

client_id (optional)
offline (optional)
password (optional)

Column - Column Up

active (optional)
alias (optional)
column_alias (optional)
field (optional)
formula (optional)
hashed (optional)
id (optional)
Long format: int64
list (optional)
parent_entite_type_id (optional)
Long format: int64
path (optional)
pivot (optional)
type (optional)
uca_code (optional)
uca_id (optional)
Long format: int64
uuid (optional)
visible (optional)

ColumnOrigin - ColumnOrigin Up

id (optional)
lib (optional)
operation (optional)
parent_id (optional)
Long format: int64
parent_lib (optional)
parent_type (optional)
Enum:
PATH_ALIAS
DASHBOARD
TIMELINE
MAP
FILE_IMPORT
DB_IMPORT
DOCUMENT
ENTITETYPE
CARACTERISTIQUE
RANKING
CONNECTOR
DEPOT
DATAVIEW
DATABLOCK
CHART
GRID
MEDIA
FORMULA_CATALOG_ITEM
PROJECT
DASHBOARD_PUBLICATION
DATABLOCK_EXPOSITION
type (optional)

ColumnOriginOperation - ColumnOriginOperation Up

attributes (optional)
column (optional)
connector_type (optional)
description (optional)
formula (optional)
formula_function (optional)
function (optional)
link (optional)
operation_type (optional)
partition (optional)
step (optional)
union (optional)

Comment - Comment Up

Represents a Comment
comment_value (optional)
date (optional)
Date format: date-time
id (optional)
Long format: int64
level (optional)
Integer format: int32
receiver_id (optional)
sender_id (optional)

CommentEntry - CommentEntry Up

Represents a Comment entry
comment_value
String Comment value
level (optional)
Integer Comment level format: int32
receiver_id (optional)
String Comment receiver ID

Connector - Connector Up

Represents a Connector
code (optional)
String Connector code
connector_type (optional)
String Connector type
id (optional)
Long Connector ID format: int64
lib (optional)
String Connector short label
metadata

ConstantLine - ConstantLine Up

Represents a configuration informations of a chart constant line
color (optional)
String The color
color_sync (optional)
String Sync bar color with constant
Enum:
GREATER_THAN_OR_EQUAL_TO
LOWER_THAN_OR_EQUAL_TO
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
label (optional)
String The label
value (optional)
Double The constant value format: double
width (optional)
Integer Width format: int32

CreateChartEntry - CreateChartEntry Up

Represents a general descriptive informations about a new chart
default_type (optional)
String Default Chart type
Enum:
area
bar
line
metadata (optional)

CreateChartFromDbEntry - CreateChartFromDbEntry Up

Represents a general descriptive informations about a new chart from datablock
datablock_id (optional)
Long The datablock Id format: int64
sub_type (optional)
String Chart type
Enum:
area
bar
line

CreateDashboardEntry - CreateDashboardEntry Up

Represents a general descriptive informations about a new dashboard
metadata (optional)

CreateGridEntry - CreateGridEntry Up

Represents a general descriptive informations about a new grid
metadata (optional)

CreateHdSourceEntry - CreateHdSourceEntry Up

Represents a descriptive informations about a new source
data_block_id (optional)
Long The datablock Id format: int64

CreateMapEntry - CreateMapEntry Up

Represents a general descriptive informations about a new map
metadata (optional)

CreateMediaEntry - CreateMediaEntry Up

Represents a general descriptive informations about a new chart
metadata (optional)

CreateMediaFromDbEntry - CreateMediaFromDbEntry Up

Represents a general descriptive informations about a new chart from datablock
datablock_id (optional)
Long The datablock Id format: int64
metadata (optional)

CreateProjectEntry - CreateProjectEntry Up

Represents a general descriptive information about a new project
contexts (optional)
array[ProjectContext] The contexts
creator_permission_template (optional)
effect_date (optional)
Date The effect date format: date-time
expiration_date (optional)
Date The expiration date format: date-time
is_public (optional)
Boolean Is public
member_permission_template (optional)
members (optional)
metadata (optional)
navigation_links (optional)

CreatePublicationEntry - CreatePublicationEntry Up

Represents an update informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
String Expiration mode
Enum:
NONE
EXPIRATION_DATE
external_emails (optional)
array[String] List of emails
header_visible (optional)
Boolean Header is visible
internal_groups (optional)
array[String] List of Internal groups Ids
internal_users (optional)
array[String] List of Internal users Ids
label (optional)
String The label
link (optional)
String Link
multiple_link (optional)
Boolean Is multiple Tokens
publication_mode (optional)
String Publication mode
Enum:
EXTERNAL
INTERNAL

CreateTLEntry - CreateTLEntry Up

Represents a general descriptive informations about a new timeline
metadata (optional)

Credentials - Credentials Up

password
String SFTP password
username
String SFTP user name

Crosshair - Crosshair Up

Represents a configuration informations of a chart Crosshair
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
enabled (optional)
Boolean Is enabled

CsvDepot - CsvDepot Up

Represents a CSV depot
additional_params (optional)
charset
String CSV depot charset
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String CSV depot reading mask
delimiter_csv (optional)
String CSV delimiter
has_header (optional)
Boolean CSV file has header
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
infer_schema (optional)
Boolean CSV depot infer schema
metadata
multiline (optional)
Boolean CSV file is multiline
parsing_mode
String CSV reading mode
Enum:
PERMISSIVE
DROPMALFORMED
FAILFAST
path (optional)
String CSV depot path
quote_csv (optional)
String CSV quote

DBBuilderAgregation - DBBuilderAgregation Up

functions (optional)
groups (optional)
multi_dimensional (optional)
partitions (optional)
pivot (optional)
pivot_column (optional)
pivot_values (optional)
sorts (optional)
with_details (optional)

DBBuilderColumn - DBBuilderColumn Up

alias (optional)
date_pattern (optional)
is_list (optional)
lib (optional)
type (optional)
uuid (optional)

DBBuilderExplode - DBBuilderExplode Up

columns (optional)

DBBuilderGrammar - DBBuilderGrammar Up

columns (optional)
from_datablock (optional)
global_filter (optional)
global_filter_ignore_case (optional)
global_filter_mode (optional)
histogram (optional)
persisted_source (optional)
process_summary (optional)
steps (optional)
summary_config (optional)
take_max_row (optional)
Integer format: int32

DBBuilderInputColumn - DBBuilderInputColumn Up

column_uuid (optional)
is_list (optional)
label (optional)
type (optional)
uuid (optional)

DBBuilderLinkColumn - DBBuilderLinkColumn Up

carac_code (optional)
column_uuid (optional)
uuid (optional)

DBBuilderOperation - DBBuilderOperation Up

explode (optional)
pivot (optional)
stack (optional)

DBBuilderOperationColumn - DBBuilderOperationColumn Up

column_uuid (optional)
keep_in (optional)
uuid (optional)

DBBuilderOutputColumn - DBBuilderOutputColumn Up

active (optional)
column_uuid (optional)
convert_to (optional)
date_output_pattern (optional)
date_pattern (optional)
decimal_pattern (optional)
decimal_scale (optional)
Integer format: int32
lib (optional)
replace_null (optional)
replace_null_by (optional)

DBBuilderPartition - DBBuilderPartition Up

functions (optional)
groups (optional)
lib (optional)
row_end (optional)
row_end_value (optional)
Integer format: int32
row_start (optional)
row_start_value (optional)
Integer format: int32
sorts (optional)

DBBuilderPivot - DBBuilderPivot Up

columns (optional)
end_column_index (optional)
Integer format: int32
group_column_label (optional)
group_column_uuid (optional)
group_fields_column_uuid (optional)
number_of_columns_per_group (optional)
Integer format: int32
stacked_column_names (optional)
start_column_index (optional)
Integer format: int32
value_column_label (optional)
value_column_uuid (optional)

DBBuilderPivotValue - DBBuilderPivotValue Up

uuid (optional)
value (optional)

DBBuilderSort - DBBuilderSort Up

inactive (optional)
sorts (optional)

DBBuilderStack - DBBuilderStack Up

columns (optional)
number_of_rows (optional)
Integer format: int32

DBBuilderStep - DBBuilderStep Up

agregation (optional)
alias (optional)
data_operation (optional)
description (optional)
filter (optional)
formulas (optional)
input (optional)
limit (optional)
Integer format: int32
links (optional)
output (optional)
sort (optional)
summary_config (optional)
unions (optional)

DBBuilderStepInput - DBBuilderStepInput Up

columns (optional)

DBConnector - DBConnector Up

Represents a Database connector
additional_params (optional)
String Database connection string additional parameters
db_name
String Database name
db_type
String Database type
Enum:
mariaDb
mySql
oracle
pgSql
sqlServer
mongoDb
neo4j
host
String Database hostname
id (optional)
Long Connector ID format: int64
metadata
password (optional)
String Database password
port
String Database port
username
String Database username

DBFunction - DBFunction Up

column_uuid (optional)
default_value (optional)
func (optional)
global (optional)
ignore_null (optional)
ntile (optional)
Integer format: int32
offset (optional)
Integer format: int32
percentile_approx (optional)
Double format: double
uuid (optional)

DBGroup - DBGroup Up

column_uuid (optional)
interval (optional)
Integer format: int32
interval_unit (optional)
step (optional)
Integer format: int32
step_unit (optional)
time_lag (optional)
Integer format: int32
time_lag_unit (optional)
uuid (optional)

DCProjectElements - DCProjectElements Up

charts (optional)
classifications (optional)
connectors (optional)
dashboards (optional)
data_block_expositions (optional)
data_blocks (optional)
depots (optional)
entities (optional)
formula_catalog_items (optional)
grids (optional)
maps (optional)
medias (optional)
publications (optional)
time_lines (optional)

DashboardCentering - DashboardCentering Up

Represents a configuration informations of a dashboard centering
autocomplete (optional)
Boolean Autocomplete
autocomplete_column (optional)
String Autocomplete Column uuid
autocomplete_element (optional)
String Autocomplete Element uuid
autocomplete_mode (optional)
String Autocomplete mode
Enum:
simple
reference
autocomplete_source (optional)
Long Autocomplete Source Id format: int64
color (optional)
String Color
free_operator (optional)
Boolean Operator is free
ignore_case (optional)
Boolean Ignore case (for string type)
label (optional)
String Label
operator (optional)
String Operator
Enum:
is_null
is_not_null
equal
not_equal
is_empty
is_not_empty
contains
not_contains
begins_with
not_begins_with
ends_with
not_ends_with
between
not_between
less
less_or_equal
greater
greater_or_equal
in
not_in
selection_values (optional)
array[String] Selection values (for string type and valueSelection = true)
slider (optional)
Boolean Slider
slider_date_max (optional)
Date Slider date max value format: date-time
slider_date_min (optional)
Date Slider date min value format: date-time
slider_date_step (optional)
String Slider date step
Enum:
millisecond
second
minute
hour
day
dayOfWeek
month
quarter
year
slider_max (optional)
Double Slider max value format: double
slider_min (optional)
Double Slider min value format: double
slider_step (optional)
Double Slider step format: double
type (optional)
String Type
Enum:
string
numeric
date
updated_centering (optional)
String updatedCentering
updated_centering_column (optional)
String updatedCenteringColumn
updated_centering_operator (optional)
String updatedCenteringOperator
Enum:
is_null
is_not_null
equal
not_equal
is_empty
is_not_empty
contains
not_contains
begins_with
not_begins_with
ends_with
not_ends_with
between
not_between
less
less_or_equal
greater
greater_or_equal
in
not_in
uuid (optional)
String Uuid
value (optional)
value_selection (optional)
Boolean Value selection

DashboardConfig - DashboardConfig Up

Represents a configuration informations of a dashboard
elements (optional)
array[DashboardElement] The list of element's configurations
global (optional)

DashboardElement - DashboardElement Up

Represents a configuration and additional informations of a dashboard element
chart_type (optional)
String The chart type. Filled when the element is based on a chart
Enum:
barline
pie
funnel
gauge_circular
gauge_linear
gauge_bar
treemap
sankey
scatter
range
indicator
config (optional)
grid_type (optional)
String The grid type. Filled when the element is based on a grid
Enum:
simple
pivot
hd_id (optional)
Long The Hd element Id format: int64
hd_label (optional)
String The Hd label
html_editor (optional)
id (optional)
Long The element Id format: int64
label (optional)
String The label
label_visible (optional)
Boolean Label is visible
media_type (optional)
String The media type. Filled when the element is based on a media
Enum:
image
pdf
type (optional)
String The element type
Enum:
MAP
TIMELINE
CHART
GRID
MEDIA
HTML_EDITOR
uuid (optional)
String The element uuid

DashboardElementConfig - DashboardElementConfig Up

Represents a configuration informations of a dashboard element
border (optional)
Boolean The border
centering (optional)
map[String, map[String, String]] The centering collection map where key = centering uuid and value = source centering map (key = source Id and value = column uuid)
centering_modes (optional)
map[String, String] The centering modes collection map where key = centering uuid and value = mode
col (optional)
Integer The column format: int32
head_band (optional)
Boolean The HeadBand
label_visible (optional)
Boolean Label is visible
row (optional)
Integer The row format: int32
scroll (optional)
Boolean Activate/deactivate scroll
size_x (optional)
Integer The X size format: int32
size_y (optional)
Integer The Y size format: int32

DashboardFullConfig - DashboardFullConfig Up

charts (optional)
config (optional)
grids (optional)
label (optional)
maps (optional)
medias (optional)
timelines (optional)

DashboardFullData - DashboardFullData Up

data (optional)

DashboardGlobalConfig - DashboardGlobalConfig Up

Represents a configuration and additional informations of a dashboard centering
centering_active (optional)
Boolean Centering is active
centerings (optional)
array[DashboardCentering] The list of centerings

DashboardPublic - DashboardPublic Up

config (optional)
data (optional)
header_visible (optional)
publication_date (optional)
Date format: date-time
publication_label (optional)

DataBlock - DataBlock Up

grammar (optional)
id (optional)
Long format: int64
metadata (optional)

DataBlockExportHistory - DataBlockExportHistory Up

client_id (optional)
data_block (optional)
data_spark_export_request (optional)
date (optional)
Date format: date-time
full_result (optional)
id (optional)
Long format: int64
result (optional)
status (optional)
type (optional)
username (optional)

DataBlockExpositionExport - DataBlockExpositionExport Up

Represents a datablock exposition export options
datablock_id (optional)
Long The datablock Id format: int64
new_endpoint (optional)
String The new endpoint

DataBlockLink - DataBlockLink Up

columns (optional)
db_id (optional)
Long format: int64
lib (optional)
mappings (optional)
type (optional)

DataBlockUnion - DataBlockUnion Up

db_id (optional)
Long format: int64
lib (optional)
mappings (optional)
type (optional)

DataCatalogItem - DataCatalogItem Up

Represents Data catalog item general description
description (optional)
String Element description
id (optional)
Long Element Id format: int64
label (optional)
String Element label
project_label (optional)
String Element project label
tags (optional)
array[Tag] Element tags
type (optional)
String Element Type
update_date (optional)
Date Element update date format: date-time

DataCatalogItemCount - DataCatalogItemCount Up

columns (optional)
Integer format: int32
rows (optional)
Long format: int64

DataCatalogItemDetails - DataCatalogItemDetails Up

Represents Data catalog item general description
description (optional)
String Element description
icon_id (optional)
Long The icon id format: int64
id (optional)
Long Element Id format: int64
label (optional)
String Element label
licence (optional)
String Element licence
project_label (optional)
String Element project label
referenced_by (optional)
String Element listed in data catalog by
referencing_date (optional)
Date Element listing in data catalog date format: date-time
tags (optional)
array[Tag] Element tags
type (optional)
String Element Type
update_by (optional)
String Element update by
update_date (optional)
Date Element update date format: date-time

DataCatalogRequest - DataCatalogRequest Up

keywords (optional)
load_options (optional)
skip (optional)
Integer format: int32
take (optional)
Integer format: int32

DataExpose - DataExpose Up

count (optional)
Long format: int64
date (optional)
Date format: date-time
duration (optional)
Long format: int64
nbr_of_cols (optional)
Integer format: int32
status (optional)
Enum:
RUNNING
CURRENT
DELETED
CANCELLED
ERROR
user (optional)

DataExposeColumn - DataExposeColumn Up

active (optional)
column_uuid (optional)
description (optional)
id_column (optional)
name (optional)

DataExposeInfo - DataExposeInfo Up

api_name (optional)
columns (optional)
description (optional)
root_url (optional)

DataExposeParams - DataExposeParams Up

active (optional)
api_name (optional)
columns (optional)
description (optional)
permission_filters (optional)

DataExposePermissionFilter - DataExposePermissionFilter Up

active (optional)
applied_to (optional)
description (optional)
filter_value (optional)
id (optional)
label (optional)

DataExpositionOptions - DataExpositionOptions Up

Represents DataBlock exposition export options
datablocks (optional)

DataFrameStatus - DataFrameStatus Up

cached (optional)
caching_date (optional)
Date format: date-time
caching_execution_time (optional)
Long format: int64
current_repartition_columns (optional)
current_repartition_number (optional)
Integer format: int32
job_error (optional)
job_id (optional)
job_status (optional)
Enum:
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
persisted (optional)
persistence_date (optional)
Date format: date-time
persistence_execution_time (optional)
Long format: int64
persistence_size (optional)
Long format: int64

DataSparkExportRequest - DataSparkExportRequest Up

aliases (optional)
columns (optional)
ctx (optional)
Integer format: int32
export_history_id (optional)
Long format: int64
expose_history_id (optional)
Long format: int64
frame (optional)
mode (optional)

DateMask - DateMask Up

name (optional)
reversed_value (optional)
value (optional)

DbHistogram - DbHistogram Up

bucket_count (optional)
Integer format: int32
column (optional)

DbLinkMapping - DbLinkMapping Up

has_source_value_mapping (optional)
has_target_value_mapping (optional)
left_column_uuid (optional)
operator (optional)
right_carac_code (optional)
right_column_uuid (optional)
source_value (optional)
target_value (optional)

DbSQLDepot - DbSQLDepot Up

Represents a database SQL depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
reset_depot (optional)
Boolean Clear depots extraction
sql_query
String SQL Query

DbUnionMapping - DbUnionMapping Up

left_column_uuid (optional)
right_carac_code (optional)
right_column_uuid (optional)
uuid (optional)

DcElement - DcElement Up

icon_id (optional)
Long format: int64
id (optional)
Long format: int64
label (optional)
sub_type (optional)
type (optional)
Enum:
PATH_ALIAS
DASHBOARD
TIMELINE
MAP
FILE_IMPORT
DB_IMPORT
DOCUMENT
ENTITETYPE
CARACTERISTIQUE
RANKING
CONNECTOR
DEPOT
DATAVIEW
DATABLOCK
CHART
GRID
MEDIA
FORMULA_CATALOG_ITEM
PROJECT
DASHBOARD_PUBLICATION
DATABLOCK_EXPOSITION

DcGroup - DcGroup Up

description (optional)
enabled (optional)
first_name (optional)
has_admin_role (optional)
has_member_role (optional)
has_project_role (optional)
id (optional)
is_group (optional)
label (optional)
last_name (optional)
name (optional)
sub_groups (optional)

DcGroupConfig - DcGroupConfig Up

Represents descriptive information about a group of users
description (optional)
String The description
has_member_role (optional)
Boolean Group has Member Role
has_project_role (optional)
Boolean Group has Project Role
name (optional)
String Group name

DcMoveResponse - DcMoveResponse Up

error (optional)
success (optional)

DcUsedElement - DcUsedElement Up

id (optional)
Long format: int64
label (optional)
linked_elements (optional)
type (optional)
Enum:
PATH_ALIAS
DASHBOARD
TIMELINE
MAP
FILE_IMPORT
DB_IMPORT
DOCUMENT
ENTITETYPE
CARACTERISTIQUE
RANKING
CONNECTOR
DEPOT
DATAVIEW
DATABLOCK
CHART
GRID
MEDIA
FORMULA_CATALOG_ITEM
PROJECT
DASHBOARD_PUBLICATION
DATABLOCK_EXPOSITION

DcUserAgreement - DcUserAgreement Up

accepted (optional)
text (optional)
type (optional)
Enum:
PROJECT_EXPORT_TERM1
PROJECT_DUPLICATION_TERM1

DeleteErrorReport - DeleteErrorReport Up

element_dependencies (optional)
total_deleted_element (optional)
Integer format: int32
total_request_element (optional)
Integer format: int32

Depot - Depot Up

additional_params (optional)
code (optional)
connector (optional)
depot_type (optional)
headers_referencing_mode (optional)
Enum:
LABEL
POSITION
id (optional)
Long format: int64
lib (optional)
metadata (optional)

DepotData - DepotData Up

data_preview (optional)
db (optional)
depot_headers (optional)
depot_type (optional)
headers (optional)
headers_referencing_mode (optional)
Enum:
LABEL
POSITION
link_id (optional)
Long format: int64
metadata_code (optional)
original_name (optional)
source_active (optional)
source_id (optional)
Long format: int64
source_name (optional)

DepotHeader - DepotHeader Up

column (optional)
data_type (optional)
depot_details (optional)
id (optional)
Long format: int64
original_name (optional)
position (optional)
Integer format: int32

ESConnector - ESConnector Up

Represents an Elasticsearch connector
host
String Elasticsearch hostname
id (optional)
Long Connector ID format: int64
metadata
port
Integer Elasticsearch port format: int32

Edge - Edge Up

arrows (optional)
from (optional)
Long format: int64
id (optional)
Long format: int64
label (optional)
to (optional)
Long format: int64

ElementPermissionTemplate - ElementPermissionTemplate Up

chart (optional)
connector (optional)
dashboard (optional)
data_source (optional)
datablock (optional)
entity (optional)
grid (optional)
map (optional)
media (optional)
timeline (optional)

ElementaryDataStruct - ElementaryDataStruct Up

code (optional)
code_type (optional)
complex (optional)
description (optional)
id (optional)
Long format: int64
id_type (optional)
Long format: int64
is_data_block (optional)
join_type (optional)
lib_court (optional)
lib_long (optional)
lib_type (optional)
list (optional)
parent_entite_type_code (optional)
parent_entite_type_id (optional)
Long format: int64
parent_entite_type_lib (optional)
parent_is_data_block (optional)
poids (optional)
Integer format: int32
tags (optional)
type (optional)

ElementsDuplicationOptions - ElementsDuplicationOptions Up

Represents Element export options
connector (optional)
Boolean Duplicate connectors
dashboard (optional)
Boolean Duplicate dashboards
datablock (optional)
Boolean Duplicate datablocks
depot (optional)
Boolean Duplicate depots
entity (optional)
Boolean Duplicate entities
extraction (optional)
Boolean Duplicate depot extractions
hd_element (optional)
Boolean Duplicate HD elements
local_data (optional)
Boolean Duplicate local data

ElementsFileExportOptions - ElementsFileExportOptions Up

Represents Element export options
connector (optional)
Boolean Export connectors
dashboard (optional)
Boolean Export dashboards
datablock (optional)
Boolean Export datablocks
depot (optional)
Boolean Export depots
entity (optional)
Boolean Export entities
extraction (optional)
Boolean Export depot extractions
hd_element (optional)
Boolean Export HD elements
local_data (optional)
Boolean Export local data

ElementsImportOptions - ElementsImportOptions Up

Represents Element import options
connector (optional)
Boolean Import connectors
dashboard (optional)
Boolean Import dashboards
datablock (optional)
Boolean Import datablocks
depot (optional)
Boolean Import depots
entity (optional)
Boolean Import entities
extraction (optional)
Boolean Import depot extractions
hd_element (optional)
Boolean Import HD elements
local_data (optional)
Boolean Import local data

EntiteType - EntiteType Up

active (optional)
active_in_value_search (optional)
caracs (optional)
code (optional)
count_linked_elements (optional)
Integer format: int32
created_by (optional)
creation_date (optional)
Date format: date-time
description (optional)
edit_authorized (optional)
grammar (optional)
icon_id (optional)
Long format: int64
id (optional)
Long format: int64
imported (optional)
is_data_block (optional)
label (optional)
last_loading (optional)
Date format: date-time
lib (optional)
licence_type (optional)
link_id (optional)
Long format: int64
metadata_id (optional)
Long format: int64
persistant (optional)
pivot (optional)
project (optional)
reference_date (optional)
Date format: date-time
referenced (optional)
referenced_by (optional)
remove_duplicated_lines (optional)
remove_null_lines (optional)
selected (optional)
source_edit_authorized (optional)
storage_mode (optional)
tags (optional)
tmp_grammar (optional)
update_date (optional)
Date format: date-time
updated_by (optional)

EntiteTypeCaraFormula - EntiteTypeCaraFormula Up

cara_code (optional)
formula (optional)

EntiteTypeDepotLink - EntiteTypeDepotLink Up

active (optional)
cron_active (optional)
cron_expression (optional)
depot (optional)
entite_type_id (optional)
Long format: int64
extraction_date_filter (optional)
id (optional)
Long format: int64
job_details (optional)
map[String, Date] format: date-time
last_update (optional)
Date format: date-time
live (optional)
mapping_counts (optional)

EntityEntry - EntityEntry Up

active (optional)
active_in_value_search (optional)
caracs (optional)
code (optional)
description (optional)
icon_id (optional)
Long format: int64
id (optional)
Long format: int64
is_data_block (optional)
is_duplicated (optional)
label (optional)
licence_type (optional)
reference (optional)
remove_duplicated_lines (optional)
remove_null_lines (optional)
storage_mode (optional)
tags (optional)

Error - Error Up

args (optional)
code (optional)
delete_errors_report (optional)
element (optional)
field_errors (optional)
message (optional)

ExcelDepot - ExcelDepot Up

Represents an EXCEL depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String EXCEL depot reading mask
data_address
String EXCEL depot data address
has_header
Boolean EXCEL depot has header
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
infer_schema (optional)
Boolean EXCEL depot infer schema
metadata
path (optional)
String EXCEL depot path
workbook_password (optional)
String EXCEL work book password

ExecDataResult - ExecDataResult Up

data (optional)
exec_end_date (optional)
Date format: date-time
is_cached (optional)
push_date (optional)
Date format: date-time
response_status (optional)
Enum:
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
time_exec (optional)
Double format: double

ExecutionData - ExecutionData Up

Represents a project duplication execution
current_operation (optional)
String The current operation
Enum:
EXPORT_PROJECT_METADATA
EXPORT_CONNECTOR
EXPORT_DEPOT
EXPORT_ENTITY
EXPORT_ENTITY_LINK
EXPORT_DATABLOCK
EXPORT_HD_ELEMENT
EXPORT_DASHBOARD
EXPORT_MEMBER
EXPORT_RANKING
EXPORT_DEPOT_DATA
EXPORT_DATA_EXPOSITION
IMPORT_PROJECT_METADATA
IMPORT_CONNECTOR
IMPORT_DEPOT
IMPORT_ENTITY
IMPORT_ENTITY_LINK
IMPORT_DATABLOCK
IMPORT_HD_ELEMENT
IMPORT_DASHBOARD
IMPORT_MEMBER
IMPORT_RANKING
IMPORT_DEPOT_DATA
IMPORT_DATA_EXPOSITION
db_id (optional)
Long The database Id format: int64
duplication_result (optional)
export_result (optional)
import_result (optional)
project_id (optional)
Long The project Id format: int64
status (optional)
String The last status
Enum:
RUNNING
FINISHED
CANCELLED
FAILED
type (optional)
String The last status
Enum:
EXPORT
IMPORT
DUPLICATION
user_id (optional)
String The user Id

ExportAlias - ExportAlias Up

alias (optional)
pos (optional)
Integer format: int32

ExportToCSVRequest - ExportToCSVRequest Up

charset (optional)
client_id (optional)
compress (optional)
connector_id (optional)
Long format: int64
escape (optional)
export_path (optional)
filename (optional)
id (optional)
keep_left_blanks (optional)
keep_right_blanks (optional)
mode (optional)
number_of_partitions (optional)
Integer format: int32
quote (optional)
quote_all (optional)
sep (optional)
use_label (optional)

ExportToDbRequest - ExportToDbRequest Up

client_id (optional)
connector_id (optional)
Long format: int64
id (optional)
mode (optional)
table_name (optional)
use_label (optional)

ExportToEsRequest - ExportToEsRequest Up

client_id (optional)
connector_id (optional)
Long format: int64
id (optional)
index (optional)
mode (optional)
operation (optional)
use_label (optional)

ExportToExcelRequest - ExportToExcelRequest Up

client_id (optional)
compress (optional)
connector_id (optional)
Long format: int64
data_address (optional)
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
Integer format: int32
use_label (optional)

ExportToFileRequest - ExportToFileRequest Up

client_id (optional)
compress (optional)
connector_id (optional)
Long format: int64
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
Integer format: int32
use_label (optional)

ExportToNeo4jRequest - ExportToNeo4jRequest Up

client_id (optional)
connector_id (optional)
Long format: int64
id (optional)
mode (optional)
node_keys (optional)
node_label (optional)
use_label (optional)

ExportToXMLRequest - ExportToXMLRequest Up

client_id (optional)
compress (optional)
connector_id (optional)
Long format: int64
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
Integer format: int32
root_tag (optional)
row_tag (optional)
use_label (optional)

ExportedDataBlockExposition - ExportedDataBlockExposition Up

access_point (optional)
datablock_id (optional)
Long format: int64
label (optional)

ExportedGroupMember - ExportedGroupMember Up

admin (optional)
description (optional)
has_admin_role (optional)
has_member_role (optional)
has_project_role (optional)
id (optional)
name (optional)
permissions (optional)

ExportedMetadata - ExportedMetadata Up

code (optional)
description (optional)
icon_id (optional)
Long format: int64
label (optional)
licence_type (optional)
tags (optional)

ExportedUserMember - ExportedUserMember Up

admin (optional)
email (optional)
first_name (optional)
has_admin_role (optional)
has_member_role (optional)
has_project_role (optional)
id (optional)
last_name (optional)
permissions (optional)
username (optional)

ExposeColumnInfo - ExposeColumnInfo Up

column_uuid (optional)
description (optional)
name (optional)
type (optional)

ExposedDataBlockDto - ExposedDataBlockDto Up

access_point (optional)
datablock_id (optional)
Long format: int64
label (optional)

ExpositionTokenRequest - ExpositionTokenRequest Up

password (optional)

ExtractionDateFilter - ExtractionDateFilter Up

depot (optional)
first_date_value (optional)
Date format: date-time
first_value (optional)
Integer format: int32
id (optional)
Long format: int64
label (optional)
operator (optional)
second_date_value (optional)
Date format: date-time
second_value (optional)
Integer format: int32

File - File Up

absolute (optional)
absolute_file (optional)
absolute_path (optional)
canonical_file (optional)
canonical_path (optional)
directory (optional)
file (optional)
free_space (optional)
Long format: int64
hidden (optional)
name (optional)
parent (optional)
parent_file (optional)
path (optional)
total_space (optional)
Long format: int64
usable_space (optional)
Long format: int64

FileUpload - FileUpload Up

file_name (optional)
original_name (optional)

FilterAndAggregateEntry - FilterAndAggregateEntry Up

aggregation_column (optional)
centering_mode (optional)
Enum:
BEFORE_OPERATION
AFTER_OPERATION
filter_column (optional)
filter_value (optional)
source (optional)
Long format: int64

FontConfig - FontConfig Up

Represents a configuration informations of chart font
color (optional)
String Color
family (optional)
String Family
Enum:
segoe_ui_light
helvetica_neue_light
segoe_ui
helvetica_neue
trebuchet_ms
verdana
sans_serif
size (optional)
Integer Size format: int32

Formula - Formula Up

active (optional)
context_rules (optional)
data_type (optional)
dc_info (optional)
description (optional)
end_position (optional)
Integer format: int32
enums (optional)
function_code (optional)
function_name (optional)
generated_sql (optional)
google_maps_key (optional)
is_list (optional)
is_root (optional)
is_rule (optional)
is_semantic_context_ranking (optional)
lib (optional)
params (optional)
ranking (optional)
rule (optional)
semantic_order (optional)
Integer format: int32
start_position (optional)
Integer format: int32
type (optional)
uuid (optional)
value (optional)

FormulaCatalogImport - FormulaCatalogImport Up

id (optional)
rejected_formulas (optional)
valid_formulas (optional)

FormulaCatalogItem - FormulaCatalogItem Up

formula (optional)
id (optional)
Long format: int64
metadata (optional)
shared (optional)

FormulaInputEnum - FormulaInputEnum Up

is_semantic_context_ranking (optional)
label (optional)
type (optional)
value (optional)

Formule - Formule Up

code (optional)
deprecated (optional)
description (optional)
input (optional)
label (optional)
response (optional)
type (optional)

FormuleConstant - FormuleConstant Up

description (optional)
label (optional)
type (optional)

FormuleInput - FormuleInput Up

default_type (optional)
description (optional)
enums (optional)
is_list (optional)
is_rule (optional)
is_typed_list (optional)
label (optional)
obligatory (optional)
type (optional)
types_power (optional)
map[String, Integer] format: int32

FormuleResponse - FormuleResponse Up

list (optional)
type (optional)

Formules - Formules Up

constant (optional)
formule (optional)

FsMemoryUsage - FsMemoryUsage Up

expanded (optional)
has_items (optional)
key (optional)
level (optional)
Integer format: int32
parent_id (optional)
size (optional)
Long format: int64
text (optional)

FunnelChartConfig - FunnelChartConfig Up

Represents a configuration informations of a funnel / pyramid chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

FunnelChartGlobalConfig - FunnelChartGlobalConfig Up

Represents a global (general) configuration informations of a funnel chart (display informations)
algorithm (optional)
String The Algorithm mode
Enum:
dynamicSlope
dynamicHeight
argument_field (optional)
String The argument column
border_separated (optional)
Boolean Border is Separated
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
inverted (optional)
Boolean Is inverted
label_horizontal_alignment (optional)
String The horizontal Alignment of label
Enum:
right
left
top
center
bottom
label_position (optional)
String The Label position
Enum:
inside
outside
none
label_visible (optional)
Boolean Label is visible
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
sort_data (optional)
Boolean Sort data
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
String Chart type
Enum:
funnel
pyramid
value_field (optional)
String The value column
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

GaugeBarChartConfig - GaugeBarChartConfig Up

Represents a configuration informations of bar gauge chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

GaugeBarChartGlobalConfig - GaugeBarChartGlobalConfig Up

Represents a global (general) configuration informations of a gauge bar gauge (display informations)
end_value (optional)
String End Value column
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
geometry (optional)
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
start_value (optional)
String Start Value column
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
values (optional)
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

GaugeBarValue - GaugeBarValue Up

Represents a configuration informations of a bar gauge chart value
color (optional)
String Color
color_column (optional)
String Color column
value (optional)
String Value column

GaugeCircularChartConfig - GaugeCircularChartConfig Up

Represents a configuration informations of a circular gauge chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

GaugeCircularChartGlobalConfig - GaugeCircularChartGlobalConfig Up

Represents a global (general) configuration informations of a circular gauge chart (display informations)
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
geometry (optional)
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
ranges (optional)
rotated (optional)
Boolean Rotated
scale (optional)
scroll (optional)
Boolean Is scroll activated
subvalues (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
String Value column
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

GaugeGeometry - GaugeGeometry Up

Represents a configuration informations of a gauge chart geometry
end_angle (optional)
Double End Angle format: double
start_angle (optional)
Double Start Angle format: double

GaugeLinearChartConfig - GaugeLinearChartConfig Up

Represents a configuration informations of a linear gauge chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

GaugeLinearChartGlobalConfig - GaugeLinearChartGlobalConfig Up

Represents a global (general) configuration informations of a linear gauge (display informations)
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
legend (optional)
orientation (optional)
String orientation
Enum:
horizontal
vertical
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
ranges (optional)
rotated (optional)
Boolean Rotated
scale (optional)
scroll (optional)
Boolean Is scroll activated
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
String Value column
value_indicator (optional)
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

GaugeRange - GaugeRange Up

Represents a configuration informations of a gauge chart range
color (optional)
String Color
color_column (optional)
String Color column
end_value (optional)
String End Value column
start_value (optional)
String Start Value column

GaugeScale - GaugeScale Up

Represents a configuration informations of a gauge chart geometry
end_value (optional)
String End Value column
start_value (optional)
String Start Value column
tick_interval (optional)
Double End Value format: double

GaugeSubvalue - GaugeSubvalue Up

Represents a configuration informations of a gauge chart subvalue
value (optional)
String Value column

GridColumn - GridColumn Up

Represents a configuration informations of a grid column
alignment (optional)
String Alignment
Enum:
right
left
top
center
bottom
background_color (optional)
String Background color
bold (optional)
Boolean IS bold
caption (optional)
String caption
fixed (optional)
Boolean Is fixed
font_color (optional)
String Font color
font_family (optional)
String Font family
Enum:
segoe_ui_light
helvetica_neue_light
segoe_ui
helvetica_neue
trebuchet_ms
verdana
sans_serif
font_size (optional)
Integer Font size format: int32
format (optional)
String Format
Enum:
currency
fixedPoint
percent
decimal
exponential
thousands
millions
billions
trillions
largeNumber
longDate
longTime
longDateLongTime
monthAndDay
monthAndYear
quarterAndYear
shortDate
shortTime
shortDateShortTime
millisecond
second
minute
hour
day
dayOfWeek
month
quarter
year
source_column (optional)
String Uuid of the source column
style (optional)
String Style
Enum:
normal
italic
oblique
summary1 (optional)
String Summary 1
Enum:
sum
min
max
avg
count
summary2 (optional)
String Summary 2
Enum:
sum
min
max
avg
count
type (optional)
String Data type
Enum:
numeric
string
date
visible (optional)
Boolean Is visible

GridData - GridData Up

dash_element_id (optional)
id (optional)
Long format: int64
label (optional)
pivot (optional)
simple (optional)
sources (optional)

GridGroup - GridGroup Up

Represents a configuration and additional informations of a grid group
config (optional)
desc (optional)
String The description of the data source
icon_id (optional)
Long The icon Id of the data source format: int64
id (optional)
Long The group Id format: int64
lib (optional)
String The label (the same of the data source
source_id (optional)
Long The Id of the data source format: int64

GridGroupConfig - GridGroupConfig Up

Represents a configuration informations of a grid group

GridOptions - GridOptions Up

Contains all grid options
aggregation_functions (optional)
alignment_types (optional)
area_chart_sub_types (optional)
bar_chart_sub_types (optional)
chart_types (optional)
column_resizing_modes (optional)
font_families (optional)
font_styles (optional)
font_types (optional)
format_types (optional)
line_chart_sub_types (optional)
palette_types (optional)
summary_types (optional)
total_prior_modes (optional)
value_types (optional)

GroupMember - GroupMember Up

login (optional)
name (optional)
user_id (optional)

HDFSConnector - HDFSConnector Up

Represents an HDFS connector
host
String HDFS hostname
id (optional)
Long Connector ID format: int64
metadata
params (optional)
map[String, String] HDFS Parameters
port
Integer HDFS port format: int32

HTTPConnector - HTTPConnector Up

Represents an HTTP connector
bac (optional)
host
String HTTP hostname
id (optional)
Long Connector ID format: int64
metadata
port
Integer HTTP port format: int32
proxy_host
String HTTP Proxy hostname
proxy_port
Integer HTTP Proxy port format: int32
secure (optional)
Boolean Secure HTTP

HashMap - HashMap Up

HashMap«long,string» - HashMap«long,string» Up

HdChart - HdChart Up

Represents a general informations about a chart
id (optional)
Long The database Id format: int64
metadata (optional)
sub_type (optional)
String The chart sub type (for barline)
Enum:
area
bar
line
type (optional)
String The chart type
Enum:
barline
pie
funnel
gauge_circular
gauge_linear
gauge_bar
treemap
sankey
scatter
range
indicator

HdDashboard - HdDashboard Up

Represents a Hd dashboard
id (optional)
Long The Id format: int64
metadata (optional)

HdDashboardPublication - HdDashboardPublication Up

Represents a Hd dashboard publication
active (optional)
Boolean Is active
created_by (optional)
String Creator Login
creation_date (optional)
Date Creation date format: date-time
deleted (optional)
Boolean Is deleted
expiration_date (optional)
Date Expiration date format: date-time
expired (optional)
Boolean Is expired
id (optional)
Long The Id format: int64
label (optional)
String Label
link (optional)
String Link
update_date (optional)
Date Update date format: date-time
updated_by (optional)
String Updater Login

HdElement - HdElement Up

id (optional)
Long format: int64
label (optional)
sub_type (optional)
type (optional)
Enum:
MAP
CHART
TIMELINE
GRID
MEDIA

HdGrid - HdGrid Up

Represents a general informations about a grid
id (optional)
Long The database Id format: int64
metadata (optional)
type (optional)
String The grid type
Enum:
simple
pivot

HdMap - HdMap Up

Represents a Hd map
id (optional)
Long The Id format: int64
metadata (optional)

HdMedia - HdMedia Up

Represents a general informations about a media
id (optional)
Long The database Id format: int64
metadata (optional)
type (optional)
String The media type
Enum:
image
pdf

HdOption - HdOption Up

Represents a configuration chart option
code (optional)
String The code
label (optional)
String The label

HdPublicationView - HdPublicationView Up

Represents a Hd dashboard publication view
browser (optional)
String Browser
created_by (optional)
String Label
date (optional)
Date Date format: date-time
email (optional)
String Email
id (optional)
Long The Id format: int64
ip (optional)
String Ip

HdSource - HdSource Up

Represents à Handle Data source descriptive informations
active (optional)
Boolean Is active
data_block_id (optional)
Long The datablock Id format: int64
desc (optional)
String The description
icon_id (optional)
Long The icon Id format: int64
id (optional)
Long The database Id format: int64
label (optional)
String The label

HdSourceGrammar - HdSourceGrammar Up

Represents à Handle Data source descriptive and grammar informations
active (optional)
Boolean Is active
data_block_id (optional)
Long The datablock Id format: int64
desc (optional)
String The description
grammar (optional)
icon_id (optional)
Long The icon Id format: int64
id (optional)
Long The database Id format: int64
label (optional)
String The label

HdTimeline - HdTimeline Up

Represents a timeline
id (optional)
Long The Id format: int64
metadata (optional)

HdhFormat - HdhFormat Up

label (optional)
value (optional)

HeadersReferencingMode - HeadersReferencingMode Up

label (optional)
value (optional)

HtmlEditorConfig - HtmlEditorConfig Up

Represents a configuration of a html editor
html_content (optional)
String The html content

HttpDepotIteration - HttpDepotIteration Up

end_condition_body (optional)
end_condition_headers (optional)
end_condition_mode (optional)
end_or_limit (optional)
Integer format: int32
is_regex (optional)
iteration_number (optional)
Integer format: int32
mode (optional)
Enum:
WITHOUT
PER_PAGE
PER_OFFSET
start (optional)
Integer format: int32
variable (optional)
waiting (optional)
Integer format: int32

HttpDepotParams - HttpDepotParams Up

body (optional)
headers (optional)
iteration (optional)
method (optional)

IDcRole - IDcRole Up

inherited (optional)
own (optional)

ImageMediaConfig - ImageMediaConfig Up

Represents a configuration informations of a image media
global_config (optional)
groups (optional)
array[MediaGroup] The list of group's configurations

ImageMediaGlobalConfig - ImageMediaGlobalConfig Up

Represents a global (general) configuration informations of a image Media (display informations)
title (optional)

IndicatorChartConfig - IndicatorChartConfig Up

Represents a configuration informations of a indicator chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

IndicatorChartGlobalConfig - IndicatorChartGlobalConfig Up

Represents a global (general) configuration informations of a indicator chart (display informations)
argument (optional)
String The argument
argument_font (optional)
description (optional)
String The description
description_column (optional)
String The description column
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
goal (optional)
String The goal
indicator (optional)
String The indicator
legend (optional)
negative_style (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
positive_style (optional)
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
String The value
value_font (optional)
value_precision (optional)
String The value precision
Enum:
noPrecision
precision1
precision2
value_unit (optional)
String The value unit
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

IndicatorStyle - IndicatorStyle Up

Represents a configuration informations of a Range chart serie
color (optional)
String The color
color_column (optional)
String The color column
icon (optional)
String The icon
icon_column (optional)
String The icon column
note (optional)
String The note
note_column (optional)
String The note column

InputStream - InputStream Up

InputStreamResource - InputStreamResource Up

description (optional)
file (optional)
filename (optional)
input_stream (optional)
open (optional)
readable (optional)
uri (optional)
url (optional)

JobDTO - JobDTO Up

ctx_id (optional)
Integer format: int32
element_id (optional)
Long format: int64
element_type (optional)
Enum:
PATH_ALIAS
DASHBOARD
TIMELINE
MAP
FILE_IMPORT
DB_IMPORT
DOCUMENT
ENTITETYPE
CARACTERISTIQUE
RANKING
CONNECTOR
DEPOT
DATAVIEW
DATABLOCK
CHART
GRID
MEDIA
FORMULA_CATALOG_ITEM
PROJECT
DASHBOARD_PUBLICATION
DATABLOCK_EXPOSITION
end_date (optional)
Date format: date-time
error_message (optional)
execution_time (optional)
Long format: int64
id (optional)
Long format: int64
job_id (optional)
start_date (optional)
Date format: date-time
status (optional)
Enum:
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
submission_date (optional)
Date format: date-time
type (optional)
Enum:
DataFrameCommonJob_checkSqlDb
DataFrameCommonJob_checkMongodb
DataFrameCommonJob_checkExtraction
DataFrameCommonJob_checkCSVSource
DataFrameCommonJob_checkParquetJsonOrBinary
DataFrameCommonJob_checkJson
DataFrameCommonJob_checkExcel
DataFrameCommonJob_checkXml
DataFrameCommonJob_checkNeo4j
DataFrameCommonJob_dataExec
DataFrameCommonJob_dataExecEntityLinkAnalysis
DataFrameCommonJob_dataExecValueAnalysis
DataFrameCommonJob_dataExecEntityValueAnalysis
DataFrameCommonJob_dataExecCaracValueAnalysis
DataFrameCommonJob_dataExecColumnAnalysis
DataFrameCommonJob_dataExecCountALL
DataFrameCommonJob_dataExecSearchValue
DataFrameCommonJob_dataExecCaracTopValues
DataFrameCommonJob_dataExecColumnDistinctValues
DataFrameExportJob_exec_file
DataFrameExportJob_exec_db
DataFrameExportJob_exec_db_neo4j
DataFrameExportJob_exec_es
DepotPersistJob_persistSqlDb
DepotPersistJob_persistMongodb
DepotPersistJob_persistCsv
DepotPersistJob_persistParquetOrBinary
DepotPersistJob_persistJson
DepotPersistJob_persistExcel
DepotPersistJob_persistXml
DepotPersistJob_persistNeo4j
PersistFrame
RePersistFrame
CacheFrame
ReCacheFrame
UnPersistFrame
UnCacheFrame
CopyFrameInDisk
PersistSource
UnPersistSource
RemoteFiles
RemoteFilesCount
DepotSnapshot
ProjectExport
ProjectImport
user_id (optional)

JobKeyResponse - JobKeyResponse Up

columns (optional)
exec_data_result (optional)
job_status (optional)
Enum:
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
value (optional)

JobType - JobType Up

code (optional)
value (optional)

JsonDepot - JsonDepot Up

Represents a JSON depot
additional_params (optional)
charset
String Json depot charset
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String JSON depot reading mask
explodes (optional)
Integer Json depot explodes format: int32
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
json_path (optional)
String Json depot json path
metadata
multiline (optional)
Boolean JSON file is multiline
path (optional)
String JSON depot path

KcClient - KcClient Up

display_name (optional)
id (optional)
name (optional)

Language - Language Up

code (optional)
label (optional)

LegendBorder - LegendBorder Up

Represents a configuration informations of a chart legend border
visible (optional)
Boolean The border is visible

LegendConfig - LegendConfig Up

Represents a configuration informations of a chart legend
border (optional)
horizontal_alignment (optional)
String Horizontal alignment
Enum:
right
left
top
center
bottom
orientation (optional)
String The orientation
Enum:
horizontal
vertical
position (optional)
String Position
Enum:
inside
outside
vertical_alignment (optional)
String Vertical alignment
Enum:
right
left
top
center
bottom
visible (optional)
Boolean Is visible

LoadOptions - LoadOptions Up

filter (optional)
sort (optional)

LoadingFilterOption - LoadingFilterOption Up

field (optional)
operator (optional)
value (optional)

MapConfig - MapConfig Up

Represents a configuration informations of a map
global (optional)
groups (optional)
array[MapGroup] The list of group's configurations

MapData - MapData Up

config (optional)
dash_element_id (optional)
id (optional)
Long format: int64
label (optional)
sources (optional)

MapElement - MapElement Up

Represents a configuration informations of a map element
border (optional)
Boolean Border of shape
cluster (optional)
Boolean Is clustered
color (optional)
String Color of shape
color_column (optional)
String Color column uuid
column (optional)
String Latitude column uuid
icon (optional)
Long Icon Id format: int64
icon_column (optional)
String Icon column uuid
label (optional)
String Element label
opacity (optional)
Double Opacity format: double
second_column (optional)
String Longitude column uuid
shape_border_thickness (optional)
Integer Border of shape thickness format: int32
stroke_color (optional)
String Color of shape stroke
stroke_color_column (optional)
String Icon column uuid
third_column (optional)
String Shape column uuid
tooltip_columns (optional)
array[String] The tooltip column uuid
type (optional)
String Element type
Enum:
POINT
SHAPE
DIRECTION
CIRCLE

MapGlobalConfig - MapGlobalConfig Up

Represents a configuration and additional informations of a map
address_zone_shown (optional)
Boolean Address zone is shown
drag_drop_activated (optional)
Boolean DragDrop option is activated
drawing_zone_shown (optional)
Boolean Drawing zone is shown
legend_zone_shown (optional)
Boolean Legend zone is shown
map_type (optional)
String Map type
tiles_config (optional)
array[MapTileConfig] Map Tile config

MapGroup - MapGroup Up

Represents a configuration and additional informations of a map group
config (optional)
desc (optional)
String The description of the data source
icon_id (optional)
Long The icon Id of the data source format: int64
id (optional)
Long The group Id format: int64
lib (optional)
String The label (the same of the data source
source_id (optional)
Long The Id of the data source format: int64

MapGroupConfig - MapGroupConfig Up

Represents a configuration informations of a map group
elements (optional)
array[MapElement] Group map elements
show_markers (optional)
Boolean Group markers are shown

MapTileConfig - MapTileConfig Up

Represents a tile layer configuration of a map
tile_provider_api_key (optional)
String Tile provider api key
tile_provider_id (optional)
String Tile provider id
tile_provider_name (optional)
String Tile provider name
tile_provider_url (optional)
String Tile provider URL

MediaData - MediaData Up

dash_element_id (optional)
id (optional)
Long format: int64
image (optional)
items (optional)
label (optional)
pdf (optional)
sources (optional)

MediaGroup - MediaGroup Up

Represents a configuration and additional informations of a chart group
config (optional)
desc (optional)
String The description of the data source
icon_id (optional)
Long The icon Id of the data source format: int64
id (optional)
Long The group Id format: int64
lib (optional)
String The label (the same of the data source
source_id (optional)
Long The Id of the data source format: int64

MediaGroupConfig - MediaGroupConfig Up

Represents a configuration informations of a chart group

MediaItem - MediaItem Up

Represents a configuration informations of a Media item
binary (optional)
Boolean Is binary
created_by (optional)
String Created by
creation_date (optional)
Date Creation date format: date-time
description (optional)
String The description
id (optional)
Long The id format: int64
label (optional)
String The label
link (optional)
String The link
type (optional)
String The type
update_date (optional)
Date Update date format: date-time
updated_by (optional)
String Updated by

MediaItemEntry - MediaItemEntry Up

Represents a configuration informations of a Media item
content (optional)
byte[] Content format: byte
description (optional)
String The description
label (optional)
String The label
link (optional)
String The link
type (optional)
String The type

MembershipFileImportOptions - MembershipFileImportOptions Up

Represents all membership options of a project import
member_mappings (optional)
new_members (optional)

Message - Message Up

Object that represents information about sender and receiver of the message
message_body (optional)
recipient_user_id (optional)
subject (optional)

Metadata - Metadata Up

Represents a general descriptive informations about a resource (validity, labels, icon, tags...)
actif (optional)
Boolean Is active
code (optional)
String The code auto generated
created_by (optional)
String Creator Login
creation_date (optional)
Date Creation date format: date-time
description (optional)
duplicated (optional)
Boolean Is duplicated
hdh_type (optional)
String DataChain type
icon_id (optional)
Long The icon id format: int64
id (optional)
Long The metadata Id format: int64
imported (optional)
Boolean Is imported
label (optional)
licence_type (optional)
String The licence type
project (optional)
reference_date (optional)
Date Reference date format: date-time
referenced (optional)
Boolean Is referenced
referenced_by (optional)
String referencer Login
selected (optional)
tags (optional)
array[Tag] List of tags
update_date (optional)
Date Update date format: date-time
updated_by (optional)
String Updater Login

MetadataDuplicationOptions - MetadataDuplicationOptions Up

Represents metadata options of a project duplication
with_contexts (optional)
Boolean Export context assignment
with_template_permissions (optional)
Boolean Export permission template

MetadataEntry - MetadataEntry Up

Represents a generic descriptive informations (metadata) about a resource (validity, labels, icon, tags...)
active (optional)
Boolean Is active
code (optional)
String The element Code
description (optional)
String The description text
duplicated (optional)
Boolean Is duplicated
icon_id (optional)
Long The icon Id. An icon must be existed format: int64
imported (optional)
Boolean Is imported
licence_type (optional)
String The license type
short_label (optional)
String The short label
tags (optional)
array[TagEntry] The list of tags

MetadataFileExportOptions - MetadataFileExportOptions Up

Represents metadata options of a project export
with_members (optional)
Boolean Export members
with_template_permissions (optional)
Boolean Export permission template

MetadataFileImportOptions - MetadataFileImportOptions Up

Represents all metadata options of a project import
contexts (optional)
array[ProjectContext] The contexts
description (optional)
String The project description
effect_date (optional)
Date The effect date format: date-time
expiration_date (optional)
Date The expiration date format: date-time
label (optional)
String The project label

MetadataLabel - MetadataLabel Up

description (optional)
label (optional)

MongodbDepot - MongodbDepot Up

Represents a Mongodb depot
additional_params (optional)
code (optional)
collection
String Collection name
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata

Neo4jDepot - Neo4jDepot Up

Represents a Neo4j depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
query
String Cypher query

NewOfflineAccessToken - NewOfflineAccessToken Up

access_token (optional)
refresh_token (optional)

Node - Node Up

group (optional)
id (optional)
Long format: int64
label (optional)
project_id (optional)
Long format: int64
real_id (optional)
Long format: int64
real_type (optional)
title (optional)
type (optional)
value (optional)
Integer format: int32

NodeEdges - NodeEdges Up

edges (optional)
nodes (optional)

ParquetDepot - ParquetDepot Up

Represents a PARQUET depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String CSV depot reading mask
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
path (optional)
String PARQUET depot path

PdfMediaConfig - PdfMediaConfig Up

Represents a configuration informations of a pdf media
global_config (optional)
groups (optional)
array[MediaGroup] The list of group's configurations

PdfMediaGlobalConfig - PdfMediaGlobalConfig Up

Represents a global (general) configuration informations of a pdf media (display informations)
title (optional)
toolbar_active (optional)
Boolean Toolbar is active

PersistanceParams - PersistanceParams Up

repartition_axes (optional)
repartitions (optional)
Integer format: int32

PieChartConfig - PieChartConfig Up

Represents a configuration informations of a pie / donout chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

PieChartGlobalConfig - PieChartGlobalConfig Up

Represents a global (general) configuration informations of a pie chart (display informations)
argument (optional)
String The argument column
click_active (optional)
Boolean Click action is active
connector_visible (optional)
Boolean Connector is visible
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
label_visible (optional)
Boolean Label is visible
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
resolve_label_overlapping (optional)
String Resolve label overlapping mode
Enum:
hide
none
shift
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
series (optional)
array[PieSerie] List of series
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
String The Chart type
Enum:
doughnut
pie
value (optional)
String The value column
values_grouping_mode (optional)
String Values grouping mode
Enum:
topN
smallValueThreshold
none
values_grouping_threshold (optional)
Integer Values grouping threshold format: int32
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

PieSerie - PieSerie Up

Represents a configuration informations of a pie chart serie
name (optional)
String The label
value_field (optional)
String The Value field

PivotGridConfig - PivotGridConfig Up

Represents a configuration informations of a pivot grid
global (optional)
groups (optional)
array[GridGroup] The list of group's configurations

PivotGridGlobalConfig - PivotGridGlobalConfig Up

Represents a global (general) configuration informations of a pivot grid (display informations)
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
allow_field_dragging (optional)
Boolean Allow Field Dragging
allow_filtering (optional)
Boolean Allow filtering
allow_sorting_by_summary (optional)
Boolean Allow Sorting By Summary
chart_legend (optional)
Boolean Chart legend
chart_palette (optional)
String Chart Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
chart_sub_type (optional)
String Chart sub type
Enum:
SPLINEAREA
STACKEDAREA
FULLSTACKEDAREA
STACKEDSPLINEAREA
FULLSTACKEDSPLINEAREA
STEPAREA
STACKEDBAR
FULLSTACKEDBAR
SPLINE
STACKEDLINE
STACKEDSPLINE
FULLSTACKEDLINE
fullstackedspline
STEPLINE
chart_tooltip (optional)
Boolean Chart tooltip
chart_type (optional)
String Chart type
Enum:
area
bar
line
chart_visible (optional)
Boolean Chart visible
columns (optional)
array[String] Columns
export_panel_enabled (optional)
Boolean Export panel is enabled
field_panel_visible (optional)
Boolean Field Panel Visible
rows (optional)
show_column_fields (optional)
Boolean Show Column Fields
show_column_grand_totals (optional)
Boolean Show Column Grand Totals
show_column_totals (optional)
Boolean Show Column Totals
show_data_fields (optional)
Boolean Show Data Fields
show_filter_fields (optional)
Boolean Show Filter Fields
show_row_fields (optional)
Boolean Show Row Fields
show_row_grand_totals (optional)
Boolean Show Row Grand Totals
show_row_totals (optional)
Boolean Show Row Totals
show_totals_prior (optional)
String Show Row Fields
Enum:
none
both
rows
columns
title (optional)
values (optional)

Project - Project Up

Represents a general information about a project
admin (optional)
Boolean User is admin
default_project (optional)
Boolean Project is the default
effectiveness_date (optional)
Date Effectiveness date format: date-time
expiration_date (optional)
Date Expiration date format: date-time
expired (optional)
Boolean Project is expired
favorite_project (optional)
Boolean Project is favorite
id (optional)
Long The database Id format: int64
is_public (optional)
Boolean Is public
metadata (optional)
premature (optional)
Boolean Project effect date is after current date
project_links (optional)
array[ProjectLink] List of available navigation links for this project

ProjectContext - ProjectContext Up

context_id (optional)
Integer format: int32
jobs (optional)
persistence (optional)

ProjectData - ProjectData Up

Represents a general information about a project
contexts (optional)
array[ProjectContext] The contexts
creator_permission_template (optional)
effect_date (optional)
Date The effect date format: date-time
expiration_date (optional)
Date The expiration date format: date-time
is_public (optional)
Boolean Is public
member_permission_template (optional)
members (optional)
metadata (optional)
project_links (optional)
array[ProjectLink] List of available navigation links for this project

ProjectDataExpose - ProjectDataExpose Up

Data expose (api) details
api_name (optional)
String Api name
count_url (optional)
String Data URL. Returns data count
data_url (optional)
String Data URL. URL to use for data consuming
description (optional)
String Api description
info_url (optional)
String Info URL. Returns api details with available columns list

ProjectDuplicationExecution - ProjectDuplicationExecution Up

date (optional)
Date format: date-time
execution_id (optional)
project_id (optional)
Long format: int64
result (optional)
status (optional)
Enum:
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)

ProjectDuplicationOptions - ProjectDuplicationOptions Up

Represents all options of a project duplication
data_exposition (optional)
elements (optional)
expiration_date (optional)
Date The new project expiration date format: date-time
label (optional)
String The new project label
metadata (optional)
user_agreements (optional)
array[DcUserAgreement] User Agreements

ProjectDuplicationResult - ProjectDuplicationResult Up

Represents a result of a project duplication
date (optional)
Date The date of finish format: date-time
execution_time (optional)
Long The execution time by Ms format: int64
new_project_id (optional)
Long The new created project Id format: int64

ProjectElement - ProjectElement Up

Represent Element of project
created_by (optional)
String creator_user_id
creation_date (optional)
Date create_date format: date-time
id (optional)
Long format: int64
label (optional)
String label
update_date (optional)
Date update_date format: date-time
updated_by (optional)
String updater_user_id

ProjectExportExecution - ProjectExportExecution Up

date (optional)
Date format: date-time
execution_id (optional)
project_id (optional)
Long format: int64
result (optional)
status (optional)
Enum:
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)

ProjectFileAnalyseResponse - ProjectFileAnalyseResponse Up

connector_count (optional)
Integer format: int32
contains_depot_data (optional)
contains_permission_template (optional)
dashboard_count (optional)
Integer format: int32
data_block_count (optional)
Integer format: int32
data_block_expositions (optional)
depot_count (optional)
Integer format: int32
depot_files_folder_path (optional)
entity_count (optional)
Integer format: int32
expiration_date (optional)
Date format: date-time
export_date (optional)
Date format: date-time
hd_element_count (optional)
Integer format: int32
members (optional)
project_folder_path (optional)
source_metadata (optional)
valid (optional)
valid_file_extension (optional)
valid_version (optional)
version (optional)

ProjectFileExportOptions - ProjectFileExportOptions Up

Represents all options of a project export
data_exposition (optional)
elements (optional)
file_name (optional)
String The file name
metadata (optional)
user_agreements (optional)
array[DcUserAgreement] User Agreements

ProjectFileExportResult - ProjectFileExportResult Up

Represents a result of a project export
date (optional)
Date The date of finish format: date-time
execution_time (optional)
Long The execution time by Ms format: int64
file_name (optional)
String The file name
file_path (optional)
String The file path
link (optional)
String The public

ProjectFileImportOptions - ProjectFileImportOptions Up

Represents all options of a project import
data_exposition (optional)
depot_snapshot_path (optional)
String The depot snapshot path
elements (optional)
folder_path (optional)
String The folder path
import_permission_template (optional)
Boolean Import permission template
membership (optional)
metadata (optional)

ProjectFileImportResult - ProjectFileImportResult Up

Represents a result of a project import
date (optional)
Date The date of finish format: date-time
execution_time (optional)
Long The execution time by Ms format: int64
new_project_id (optional)
Long The new project Id format: int64

ProjectImportExecution - ProjectImportExecution Up

date (optional)
Date format: date-time
execution_id (optional)
project_id (optional)
Long format: int64
result (optional)
status (optional)
Enum:
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)

ProjectImportMemberMapping - ProjectImportMemberMapping Up

admin (optional)
imported_is_group (optional)
imported_member_id (optional)
target_is_group (optional)
target_member_id (optional)

ProjectLink - ProjectLink Up

Represents a navigation link related to this project
label (optional)
link_url (optional)

ProjectMember - ProjectMember Up

active (optional)
admin (optional)
is_group (optional)
member_id (optional)

ProjectMembers - ProjectMembers Up

groups (optional)
users (optional)

ProjectNavigationLink - ProjectNavigationLink Up

label (optional)
url (optional)

ProjectsDataExpose - ProjectsDataExpose Up

Project Data expose (api)
apis (optional)
array[ProjectDataExpose] Project available data exposes (APIs
project_description (optional)
String Project description
project_id (optional)
Long Project id format: int64
project_label (optional)
String Project label

PublicationData - PublicationData Up

Represents informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
String Expiration mode
Enum:
NONE
EXPIRATION_DATE
external_emails (optional)
array[String] List of emails
header_visible (optional)
Boolean Header is visible
internal_groups (optional)
array[String] List of Internal groups Ids
internal_users (optional)
array[String] List of Internal users Ids
label (optional)
String The label
link (optional)
String Link
multiple_link (optional)
Boolean Is multiple Tokens
publication_mode (optional)
String Publication mode
Enum:
EXTERNAL
INTERNAL

RangeChartConfig - RangeChartConfig Up

Represents a configuration informations of a range chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

RangeChartGlobalConfig - RangeChartGlobalConfig Up

Represents a global (general) configuration informations of a range chart (display informations)
argument_axis (optional)
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
series (optional)
array[RangeSerie] List of series
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
String Chart type
Enum:
rangeBar
rangeArea
value_axis (optional)
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

RangeChartValueAxis - RangeChartValueAxis Up

Represents a configuration informations of a range chart value axis
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
inverted (optional)
Boolean Is inverted
label (optional)
position (optional)
String The position
Enum:
right
left
top
bottom
range_value1_field (optional)
String rangeValue1Field
range_value2_field (optional)
String rangeValue1Field
show_label (optional)
Boolean Show label
show_point (optional)
Boolean Show point
title (optional)
String The title
type (optional)
String The type
Enum:
discrete
continuous
logarithmic
value_type (optional)
String The value type
Enum:
numeric
string
date
visual_range (optional)

RangeSerie - RangeSerie Up

Represents a configuration informations of a Range chart serie
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
name (optional)
String The label
range_value1_field (optional)
String rangeValue1Field
range_value2_field (optional)
String rangeValue1Field
separated_axis (optional)
Boolean Create a new axis

Ranking - Ranking Up

grammar (optional)
id (optional)
Long format: int64

RankingGrammar - RankingGrammar Up

processing_mode (optional)
rankings_big_int (optional)
rankings_date (optional)
rankings_double (optional)
rankings_integer (optional)
rankings_semantic_rule (optional)
rankings_string (optional)
separator (optional)
type (optional)

RankingItemBigInt - RankingItemBigInt Up

high (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)

RankingItemDate - RankingItemDate Up

high (optional)
Date format: date-time
lib (optional)
low (optional)
Date format: date-time
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
array[Date] format: date-time

RankingItemDouble - RankingItemDouble Up

high (optional)
Double format: double
lib (optional)
low (optional)
Double format: double
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
array[Double] format: double

RankingItemInteger - RankingItemInteger Up

high (optional)
Integer format: int32
lib (optional)
low (optional)
Integer format: int32
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
array[Integer] format: int32

RankingItemSemanticRule - RankingItemSemanticRule Up

lib (optional)
negative_value (optional)
positive_value (optional)
semantic_rule (optional)

RankingItemString - RankingItemString Up

high (optional)
ignore_case (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)

ReferencedElements - ReferencedElements Up

data_blocks (optional)
entities (optional)

RemoteFile - RemoteFile Up

creation_date (optional)
Date format: date-time
display_name (optional)
has_sub_directories (optional)
is_directory (optional)
items (optional)
name (optional)
size (optional)
Long format: int64
temp (optional)

Rule - Rule Up

column_alias (optional)
column_formula (optional)
condition (optional)
field (optional)
ign_case (optional)
inactive (optional)
is_without_time (optional)
list (optional)
operator (optional)
path (optional)
pivot (optional)
rules (optional)
semantic_context (optional)
type (optional)
uca_id (optional)
Long format: int64
value (optional)
value_column_id (optional)
value_column_id2 (optional)
value_list (optional)

S3Connector - S3Connector Up

Represents an Amazon S3 connector
access_key
String AWS access key
bucket
String Amazon S3 Bucket
end_point
String Amazon S3 Endpoint
id (optional)
Long Connector ID format: int64
metadata
proxy_host
String HTTP Proxy hostname
proxy_port
Integer HTTP Proxy port format: int32
secret_key
String AWS secret key

SFTPConnector - SFTPConnector Up

Represents a SFTP connector
credentials (optional)
host
String SFTP hostname
id (optional)
Long Connector ID format: int64
metadata
password (optional)
port
Integer SFTP port format: int32
ssh_access (optional)
ssh_access_key (optional)
ssh_secret_phrase (optional)
username (optional)

SankeyChartConfig - SankeyChartConfig Up

Represents a configuration informations of a sankey chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

SankeyChartGlobalConfig - SankeyChartGlobalConfig Up

Represents a global (general) configuration informations of a sankey chart (display informations)
alignment (optional)
String The alignment
Enum:
top
center
bottom
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
label (optional)
legend (optional)
link (optional)
node (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
source_field (optional)
String The source field
target_field (optional)
String The target field
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
weight_field (optional)
String The weight field
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

SankeyLabelConfig - SankeyLabelConfig Up

Represents a configuration informations of a Sankey chart Node
font_color (optional)
String The font color
use_node_colors (optional)
Boolean Use Node Colors
visible (optional)
Boolean Label is visible

SankeyLinkConfig - SankeyLinkConfig Up

Represents a configuration informations of a Sankey chart Node
color_mode (optional)
String The color mode
Enum:
discrete
source
target
gradient

SankeyNodeConfig - SankeyNodeConfig Up

Represents a configuration informations of a Sankey chart Node
opacity (optional)
Double The node opacity format: double
padding (optional)
Double The node padding format: double
width (optional)
Double The node width format: double

ScatterArgumentAxis - ScatterArgumentAxis Up

Represents a configuration informations of a scatter chart value axis
aggregation_interval (optional)
argument_type (optional)
String The argument value type
Enum:
numeric
string
date
column (optional)
String The column
custom_position (optional)
Double The custom position format: double
format (optional)
String The format
Enum:
currency
fixedPoint
percent
decimal
exponential
thousands
millions
billions
trillions
largeNumber
longDate
longTime
longDateLongTime
monthAndDay
monthAndYear
quarterAndYear
shortDate
shortTime
shortDateShortTime
millisecond
second
minute
hour
day
dayOfWeek
month
quarter
year
grid (optional)
Boolean Grid is visible
inverted (optional)
Boolean Is inverted
label (optional)
minor_grid (optional)
Boolean Minor Grid is visible
position (optional)
String The position
Enum:
right
left
top
bottom
tick_interval (optional)
title (optional)
String The title
type (optional)
String The type
Enum:
discrete
continuous
logarithmic

ScatterChartConfig - ScatterChartConfig Up

Represents a configuration informations of a scatter chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

ScatterChartGlobalConfig - ScatterChartGlobalConfig Up

Represents a global (general) configuration informations of a scatter chart (display informations)
argument_axis (optional)
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
serie_template (optional)
Boolean Is Series by Template
serie_template_field (optional)
String Serie Template Field
serie_template_title (optional)
String Serie Template Title
series (optional)
array[ScatterSerie] List of series
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value_axis (optional)
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

ScatterChartValueAxis - ScatterChartValueAxis Up

Represents a configuration informations of a scatter chart value axis
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
column (optional)
String The column
custom_position (optional)
Double The custom position format: double
dash_style (optional)
String Dash style
Enum:
dash
dot
Solid
longDash
inverted (optional)
Boolean Is inverted
label (optional)
point_size (optional)
Integer The serie type size format: int32
position (optional)
String The position
Enum:
right
left
top
bottom
show_label (optional)
Boolean Show label
show_point (optional)
Boolean Show point
symbol (optional)
String The serie type
Enum:
circle
cross
polygon
square
triangleDown
triangleUp
title (optional)
String The title
type (optional)
String The type
Enum:
discrete
continuous
logarithmic
value_type (optional)
String The value type
Enum:
numeric
string
date
visual_range (optional)

ScatterSerie - ScatterSerie Up

Represents a configuration informations of a scatter chart serie
aggregation (optional)
String Aggregation function
Enum:
AVG
COUNT
MAX
MIN
SUM
color (optional)
String Color
name (optional)
String The label
point_size (optional)
Integer The serie type size format: int32
separated_axis (optional)
Boolean Create a new axis
symbol (optional)
String The serie type
Enum:
circle
cross
polygon
square
triangleDown
triangleUp
value_field (optional)
String The Value field

SemanticContext - SemanticContext Up

id (optional)
Long format: int64
position_in_text (optional)
position_in_text_nb (optional)
Integer format: int32
position_in_text_type (optional)
relative_rules (optional)
relative_rules_operator (optional)
rule (optional)

SemanticContextData - SemanticContextData Up

description (optional)
id (optional)
Long format: int64
label (optional)
position_in_text (optional)
position_in_text_nb (optional)
Integer format: int32
position_in_text_type (optional)
relative_rules (optional)
relative_rules_operator (optional)
rule (optional)

SemanticContextRelativeRules - SemanticContextRelativeRules Up

rules (optional)

SemanticContextRule - SemanticContextRule Up

column_alias (optional)
column_formula (optional)
condition (optional)
field (optional)
ign_case (optional)
inactive (optional)
is_without_time (optional)
list (optional)
operator (optional)
path (optional)
pivot (optional)
rules (optional)
search_in (optional)
search_in_mode (optional)
search_interval (optional)
search_interval_nb (optional)
Integer format: int32
semantic_context (optional)
type (optional)
uca_id (optional)
Long format: int64
value (optional)
value_column_id (optional)
value_column_id2 (optional)
value_list (optional)

SemanticRule - SemanticRule Up

id (optional)
Long format: int64
ign_case (optional)
operator (optional)
search_in (optional)
search_in_mode (optional)
search_interval (optional)
search_interval_nb (optional)
Integer format: int32
type (optional)
value (optional)

SimpleGridConfig - SimpleGridConfig Up

Represents a configuration informations of a simple grid
global (optional)
groups (optional)
array[GridGroup] The list of group's configurations

SimpleGridGlobalConfig - SimpleGridGlobalConfig Up

Represents a global (general) configuration informations of a simple grid (display informations)
allow_column_reordering (optional)
Boolean Allow Column Reordering
allow_column_resizing (optional)
Boolean Allow Column Resizing
column_resizing_mode (optional)
String Column Resizing Mode
Enum:
nextColumn
widget
columns (optional)
array[GridColumn] List of columns
export_panel_enabled (optional)
Boolean Export panel is enabled
group_panel_visible (optional)
Boolean Group Panel is visible
header_filter_visible (optional)
Boolean Header Filter is visible
hover_state_enabled (optional)
Boolean Hover State is Enabled
key_expr (optional)
String Key expr (for tree mode)
parent_id_expr (optional)
String ParentId Expr (for tree mode)
row_alternation_enabled (optional)
Boolean Row Alternation is Enabled
row_filter_visible (optional)
Boolean Row Filter is visible
search_panel_visible (optional)
Boolean Search Panel is Visible
show_column_lines (optional)
Boolean Show Column Lines
show_row_lines (optional)
Boolean Show Row Lines
sorting_enabled (optional)
Boolean Sorting is enabled
title (optional)
tree_mode (optional)
Boolean Is tree mode
word_wrap_enabled (optional)
Boolean Show Row Lines

Sort - Sort Up

column_uuid (optional)
order (optional)

SourceCentering - SourceCentering Up

Represents a configuration informations of a dashboard centering
column_uuid (optional)
String Column uuid
ignore_case (optional)
Boolean Ignore case (for string type)
operator (optional)
String Operator
Enum:
is_null
is_not_null
equal
not_equal
is_empty
is_not_empty
contains
not_contains
begins_with
not_begins_with
ends_with
not_ends_with
between
not_between
less
less_or_equal
greater
greater_or_equal
in
not_in
type (optional)
String Type
Enum:
string
numeric
date
uuid (optional)
String Uuid
value (optional)

SourceData - SourceData Up

columns (optional)
datablock_id (optional)
Long format: int64
grammar (optional)
label (optional)
source_id (optional)
Long format: int64
source_uuid (optional)

SourceExecEntry - SourceExecEntry Up

centering_modes (optional)
map[String, String] centerings modes
centerings (optional)
grammar (optional)

SshAccess - SshAccess Up

secret_phrase (optional)
String SFTP secret phrase
ssh_key
String SFTP SSH key
username
String SFTP user name

StorageMode - StorageMode Up

code (optional)
text (optional)

SummaryConfig - SummaryConfig Up

count_columns (optional)
data (optional)
summary (optional)
summary_columns (optional)
total_count (optional)

TLConfig - TLConfig Up

Represents a configuration informations of a timeline
global (optional)
groups (optional)
array[TLGroup] The list of group's configurations

TLGlobalConfig - TLGlobalConfig Up

Represents a global (general) configuration informations of a timeline (display informations)
auto_load (optional)
Boolean Is the timeline auto loaded (initially executed)
details (optional)
main (optional)
sammary (optional)
Boolean Is the sammary generated
study_bar (optional)
Boolean Is study bar displayed
study_bar_color (optional)
String The study bar color
study_zone (optional)
Boolean Is study zone displayed
study_zone_color (optional)
String The study zone color

TLGroup - TLGroup Up

Represents a configuration and additional informations of a timeline group
config (optional)
desc (optional)
String The description of the data source
icon_id (optional)
Long The icon Id of the data source format: int64
id (optional)
Long The group Id format: int64
lib (optional)
String The label (the same of the data source
source_id (optional)
Long The Id of the data source format: int64

TLGroupConfig - TLGroupConfig Up

Represents a configuration informations of a timeline group
end_date_column (optional)
String The uuid of the source column which will be mapped to the event end date
id (optional)
Long The group Id format: int64
order (optional)
Integer The displaying order in the timeline format: int32
start_date_column (optional)
String The uuid of the source column which will be mapped to the event start date
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the event tooltip
visibility_bottom (optional)
Boolean Is the group invisible on the details timeline (in the bottom)
visibility_top (optional)
Boolean Is the group invisible on the main timeline (in the top)

TLTheme - TLTheme Up

Represents a displaying theme of a timeline (visibility, colors...)
background_color (optional)
String The background color
closed_by_default (optional)
Boolean Is closed by default
date_zone_background_color (optional)
String The background color of date zones
date_zone_text_color (optional)
String The text color of date zones
events_background_color (optional)
String The background color of events
events_text_color (optional)
String The text color of events
horizontal_line (optional)
Boolean Is the horizontal line visible
label_background_color (optional)
String The background color of labels
label_text_color (optional)
String The text color of labels
move_bar_color (optional)
String The move bar color
study_zone_color (optional)
String The study zone color
vertical_line (optional)
Boolean Is the vertical line visible
visible (optional)
Boolean Is visible

Tag - Tag Up

Represents the details about a tag
code (optional)
color (optional)
id (optional)
Long format: int64
position (optional)
Integer format: int32

TagEntry - TagEntry Up

Represents all details about a tag
code (optional)
String The tag code/name
color (optional)
String The tag color
id (optional)
Long The id. If null, it's about a new tag format: int64

TimeZone - TimeZone Up

display_name (optional)
dstsavings (optional)
Integer format: int32
id (optional)
raw_offset (optional)
Integer format: int32

TimelineData - TimelineData Up

config (optional)
dash_element_id (optional)
id (optional)
Long format: int64
label (optional)
sources (optional)

TitleConfig - TitleConfig Up

Represents a configuration informations of a chart title
font (optional)
subtitle (optional)
text (optional)
String Text

TreemapChartConfig - TreemapChartConfig Up

Represents a configuration informations of a tree map chart
global (optional)
groups (optional)
array[ChartGroup] The list of group's configurations

TreemapChartGlobalConfig - TreemapChartGlobalConfig Up

Represents a global (general) configuration informations of a treemap chart (display informations)
colorizer_type (optional)
String colorizer Typess
Enum:
discrete
grouped
range
gradient
end_color (optional)
String The end color
export (optional)
Boolean Is export activated
export_file_name (optional)
String Export file name
group1 (optional)
String The group 1 field
group2 (optional)
String The group 2 column
group3 (optional)
String The group 3 column
interact_with_group (optional)
Boolean Forage
legend (optional)
palette (optional)
String Palette
Enum:
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
range_values (optional)
array[BigDecimal] Range values
rotated (optional)
Boolean Rotated
scroll (optional)
Boolean Is scroll activated
start_color (optional)
String The start color
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
String The value column
zoom_mode (optional)
String Zoom mode
Enum:
NONE
SIMPLE
COMPLETE

Tuple2«int,long» - Tuple2«int,long» Up

v1 (optional)
Integer format: int32
v2 (optional)
Long format: int64

Tuple3«string,List«DcElement»,boolean» - Tuple3«string,List«DcElement»,boolean» Up

v1 (optional)
v2 (optional)
v3 (optional)

URI - URI Up

absolute (optional)
authority (optional)
fragment (optional)
host (optional)
opaque (optional)
path (optional)
port (optional)
Integer format: int32
query (optional)
raw_authority (optional)
raw_fragment (optional)
raw_path (optional)
raw_query (optional)
raw_scheme_specific_part (optional)
raw_user_info (optional)
scheme (optional)
scheme_specific_part (optional)
user_info (optional)

URL - URL Up

authority (optional)
content (optional)
default_port (optional)
Integer format: int32
file (optional)
host (optional)
path (optional)
port (optional)
Integer format: int32
protocol (optional)
query (optional)
ref (optional)
user_info (optional)

UpdateBarChartConfigEntry - UpdateBarChartConfigEntry Up

Represents an update configuration informations of a bar line chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateChartEntry - UpdateChartEntry Up

Represents an update descriptive informations about an existing chart
metadata (optional)

UpdateChartGroupConfigEntry - UpdateChartGroupConfigEntry Up

Represents a configuration and additional informations of a chart group
config (optional)
id (optional)
Long The group Id format: int64

UpdateDashboardConfigEntry - UpdateDashboardConfigEntry Up

Represents an update configuration informations of a dashboard
elements (optional)
array[UpdateElementConfigEntry] The list of element's configurations
global (optional)

UpdateDashboardEntry - UpdateDashboardEntry Up

Represents an update descriptive informations about an existing dashboard
metadata (optional)

UpdateElementConfigEntry - UpdateElementConfigEntry Up

Represents an update configuration informations of a dashboard element
config (optional)
hd_id (optional)
Long The Hd element Id format: int64
html_editor (optional)
id (optional)
Long The element Id format: int64
label (optional)
String The label
type (optional)
String The Hd element type
Enum:
MAP
TIMELINE
CHART
GRID
MEDIA
HTML_EDITOR
uuid (optional)
String The element uuid

UpdateFunnelChartConfigEntry - UpdateFunnelChartConfigEntry Up

Represents an update configuration informations of a funnel chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateGaugeBarChartConfigEntry - UpdateGaugeBarChartConfigEntry Up

Represents an update configuration informations of a bar gauge chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateGaugeCircularChartConfigEntry - UpdateGaugeCircularChartConfigEntry Up

Represents an update configuration informations of a circular gauge chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateGaugeLinearChartConfigEntry - UpdateGaugeLinearChartConfigEntry Up

Represents an update configuration informations of a linear gauge chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateGridEntry - UpdateGridEntry Up

Represents an update descriptive informations about an existing grid
metadata (optional)

UpdateGridGroupConfigEntry - UpdateGridGroupConfigEntry Up

Represents a configuration and additional informations of a grid group
config (optional)
id (optional)
Long The group Id format: int64

UpdateHdSourceEntry - UpdateHdSourceEntry Up

Represents an update configuration informations of a hd source
desc (optional)
String The desription text
grammar (optional)
icon_id (optional)
Long The icon Id format: int64
label (optional)
String The short label

UpdateImageMediaConfigEntry - UpdateImageMediaConfigEntry Up

Represents an update configuration informations of a image media
global_config (optional)
groups (optional)
array[UpdateMediaGroupConfigEntry] The list of group's configurations

UpdateIndicatorChartConfigEntry - UpdateIndicatorChartConfigEntry Up

Represents an update configuration informations of a indicator chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateMapConfigEntry - UpdateMapConfigEntry Up

Represents an update configuration informations of a map
global (optional)
groups (optional)
array[UpdateMapGroupConfigEntry] The list of group's configurations

UpdateMapEntry - UpdateMapEntry Up

Represents an update descriptive informations about an existing map
metadata (optional)

UpdateMapGroupConfigEntry - UpdateMapGroupConfigEntry Up

Represents an update configuration informations of a map group
config (optional)
id (optional)
Long The group Id format: int64

UpdateMediaEntry - UpdateMediaEntry Up

Represents an update descriptive informations about an existing media
metadata (optional)

UpdateMediaGroupConfigEntry - UpdateMediaGroupConfigEntry Up

Represents a configuration and additional informations of a media group
config (optional)
id (optional)
Long The group Id format: int64

UpdateMetadataEntry - UpdateMetadataEntry Up

Represents an update general descriptive informations about an existing resource (validity, labels, icon, tags...)
active (optional)
Boolean Is active
code (optional)
String The element Code
description (optional)
String The description text
duplicated (optional)
Boolean Is duplicated
icon_id (optional)
Long The icon Id. An icon must be existed format: int64
imported (optional)
Boolean Is imported
licence_type (optional)
String The license type
short_label (optional)
String The short label
tags (optional)
array[TagEntry] The list of tags

UpdatePdfMediaConfigEntry - UpdatePdfMediaConfigEntry Up

Represents an update configuration informations of a pdf media
global_config (optional)
groups (optional)
array[UpdateMediaGroupConfigEntry] The list of group's configurations

UpdatePieChartConfigEntry - UpdatePieChartConfigEntry Up

Represents an update configuration informations of a pie chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdatePivotGridConfigEntry - UpdatePivotGridConfigEntry Up

Represents an update configuration informations of a pivot grid
global (optional)
groups (optional)
array[UpdateGridGroupConfigEntry] The list of group's configurations

UpdateProjectEntry - UpdateProjectEntry Up

Represents a update descriptive information about a project
contexts (optional)
array[ProjectContext] The contexts
creator_permission_template (optional)
effect_date (optional)
Date The effect date format: date-time
expiration_date (optional)
Date The expiration date format: date-time
is_public (optional)
Boolean Is public
member_permission_template (optional)
members (optional)
metadata (optional)
navigation_links (optional)

UpdatePublicationEntry - UpdatePublicationEntry Up

Represents an update informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
String Expiration mode
Enum:
NONE
EXPIRATION_DATE
external_emails (optional)
array[String] List of emails
header_visible (optional)
Boolean Header is visible
internal_groups (optional)
array[String] List of Internal groups Ids
internal_users (optional)
array[String] List of Internal users Ids
label (optional)
String The label
link (optional)
String Link
multiple_link (optional)
Boolean Is multiple Tokens
publication_mode (optional)
String Publication mode
Enum:
EXTERNAL
INTERNAL

UpdateRangeChartConfigEntry - UpdateRangeChartConfigEntry Up

Represents an update configuration informations of a range chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateSankeyChartConfigEntry - UpdateSankeyChartConfigEntry Up

Represents an update configuration informations of a sankey chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateScatterChartConfigEntry - UpdateScatterChartConfigEntry Up

Represents an update configuration informations of a scatter chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UpdateSimpleGridConfigEntry - UpdateSimpleGridConfigEntry Up

Represents an update configuration informations of a simple grid
global (optional)
groups (optional)
array[UpdateGridGroupConfigEntry] The list of group's configurations

UpdateTLConfigEntry - UpdateTLConfigEntry Up

Represents an update configuration informations of a timeline
global (optional)
groups (optional)
array[UpdateTLGroupConfigEntry] The list of group's configurations

UpdateTLEntry - UpdateTLEntry Up

Represents an update descriptive informations about an existing timeline
metadata (optional)

UpdateTLGroupConfigEntry - UpdateTLGroupConfigEntry Up

Represents a configuration informations of a timeline group
config (optional)
id (optional)
Long The group Id format: int64

UpdateTreemapChartConfigEntry - UpdateTreemapChartConfigEntry Up

Represents an update configuration informations of a treemap chart
global (optional)
groups (optional)
array[UpdateChartGroupConfigEntry] The list of group's configurations

UserSessionData - UserSessionData Up

id (optional)
last_access (optional)
Date format: date-time
start (optional)
Date format: date-time

ValidationError - ValidationError Up

args (optional)
code (optional)
Enum:
DEFAULT
CODE_DUPLICATED
CODE_NOT_VALID
VALUE_REQUIRED
field (optional)
message (optional)

ValueIndicator - ValueIndicator Up

Represents a configuration informations of a gauge chart value indicator
color (optional)
String Color
type (optional)
String Type
Enum:
circle
rhombus
rangeBar
triangleMarker
textCloud

VisualRange - VisualRange Up

Represents a configuration informations of a chart visual range
start_value (optional)
Double Start value format: double

XmlDepot - XmlDepot Up

Represents an XML depot
additional_params (optional)
charset
String XML depot charset
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
String XML depot reading mask
headers (optional)
array[DepotHeader] Depot headers
headers_referencing_mode
String Depot headers referencing mode
Enum:
LABEL
POSITION
id (optional)
Long Depot ID format: int64
ignore_surrounding_spaces (optional)
Boolean XML depot ignore surrounding spaces
infer_schema (optional)
Boolean XML depot infer schema
metadata
new_line_tag (optional)
String XML New Line Tag
parsing_mode
String XML reading mode
Enum:
PERMISSIVE
DROPMALFORMED
FAILFAST
path (optional)
String XML depot path
treat_empty_values_as_nulls (optional)
Boolean XML depot treat empty values as nulls

items_uploaded_body Up

project (optional)
Project id

uploaded_itemId_body Up

project (optional)
Project id