Datachain Core API
API for Datachain application, version : 8.1.2 (build 12198) [30-06-2023 13:42:03]
Version: 8.1.2
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- OAuth AuthorizationUrl:TokenUrl:/service/oauth/token
[ Jump to Models ]
Table of Contents
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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Form parameters
project (optional)
Form Parameter —
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header:
Form parameters
project (optional)
Form Parameter —
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
post /service/depots/binary
create Binary Depot (createBinaryDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
Example data
Content-Type: application/json
{
"v1" : 0,
"v2" : 6
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header:
Request body
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
Example data
Content-Type: application/json
{
"description" : "description",
"label" : "label"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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_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 request header:
Request body
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
400
Bad Request
Error
401
Bad Request
Error
404
Bad Request
Error
500
Server error Try again later
Error
findAll (findAllUsingGET)
Return type
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 request header;
the media type will be conveyed by the 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/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
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
post /service/depots/csv
create Csv Depot (createCsvDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — csvDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — centerings
Query parameters
applyInitialCenterings (required)
Query Parameter — applyInitialCenterings
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — Update publication data
Query parameters
project (optional)
Query Parameter — Project id format: int64
Responses
200
OK
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
post /service/datablock/exec
exec DataBlock And Get JobKey (execDataBlockAndGetJobKey)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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/datablocks/export_history
Find all export history (findAllExportHistory)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
Up
get /service/data_catalogue/{elementId}
Get Data Catalog element details (findElementById)
Path parameters
elementId (required)
Path Parameter — elementId format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — dataCatalogRequest
Return type
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 request header;
the media type will be conveyed by the 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
Example data
Content-Type: application/json
{
"columns" : 0,
"rows" : 6
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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/{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 request header:
Request body
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — attachedUsers
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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/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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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_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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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/connectors/db/check_connection
Check a DB connector connectivity (checkDBConnection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — dbConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — dbConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
Create a Database SQL depot by id (createDbSQLDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — dbSQLDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
Up
post /service/hdh_graph
getGraph (getGraphUsingPOST)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
Body Parameter — The Entite new data
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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_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
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 request header;
the media type will be conveyed by the 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/connectors/es/check_connection
Check an Elastic Search connector connectivity (checkESConnection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — esConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — esConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
post /service/depots/excel
create Excel Depot (createExcelDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — excelDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
List all data exposes (listAllDataExposes)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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}/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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — formulaCatalogItem
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — formulaCatalogItem
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
FormulaCatalogItem
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
Responses
200
OK
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — Update group config data
Responses
200
OK
Get a list of the available Groups (getAllGroups)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
project (optional)
Query Parameter — Project id format: int64
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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/connectors/hdfs/check_connection
Check a HDFS connector connectivity (checkSftpConnection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — hDFSConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — hDFSConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/check_connection
Check an HTTP connector connectivity (checkHTTPConnection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — connector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — connector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
create Json Depot (createJsonDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — jsonDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
getAll (getAllUsingGET1)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header:
Request body
Body Parameter — The update configuration data
Query parameters
project (optional)
Query Parameter — Project id format: int64
Responses
200
OK
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
post /service/depots/mongodb
Create a Database Mongodb depot by id (createMongodbDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — mongodbDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
Create a Database Neo4j depot by id (createNeo4jDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — neo4jDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
Up
post /service/depots/parquet
create Parquet Depot (createParquetDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — parquetDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — loadingOptions
Query parameters
skip (optional)
Query Parameter — skip format: int32
take (optional)
Query Parameter — take format: int32
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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
Get a list of the available projects (getAllProjects)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header:
Request body
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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/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 request header:
Request body
Request headers
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
Up
post /service/connectors/s3/check_connection
Check a S3 connector connectivity (checkS3Connection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — s3Connector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — s3Connector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
Up
post /service/connectors/sftp/check_connection
Check a SFTP connector connectivity (checkSFTPConnection)
Consumes
This API call consumes the following media types via the request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — sftpConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — sftpConnector
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
400
Bad Request
Error
401
Bad Request
Error
404
Bad Request
Error
500
Server error Try again later
Error
Create new tag (createTag)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
400
Bad Request
Error
401
Bad Request
Error
404
Bad Request
Error
500
Server error Try again later
Error
Search tags by text (searchTagsByText)
Query parameters
text (optional)
Query Parameter — text
Return type
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 request header;
the media type will be conveyed by the 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}/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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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/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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
Get Server Timezone (getServerTimezone)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header:
Request body
Body Parameter — New token data
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — New token data
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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/value_search/advanced/exec
Exec Value Search by rules (execValueSearchByRules)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Query parameters
multicolumnMode (optional)
Query Parameter — multicolumnMode
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
400
Bad Request
Error
401
Bad Request
Error
404
Bad Request
Error
500
Server error Try again later
Error
getWebUiUrl (getWebUiUrlUsingGET)
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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/depots/xml
create Xml Depot (createXmlDepot)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — xmlDepot
Query parameters
ctx (required)
Query Parameter — ctx format: int32
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — depotHeader
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Body Parameter — extractionDateFilter
Query parameters
project (optional)
Query Parameter — Project id format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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
[ Jump to Methods ]
Table of Contents
ApiAccessToken
- ApiAccessToken
ArgumentAxis
- ArgumentAxis
ArgumentAxisInterval
- ArgumentAxisInterval
ArgumentLabel
- ArgumentLabel
AutocompleteEntry
- AutocompleteEntry
AutocompletePubEntry
- AutocompletePubEntry
BarChartConfig
- BarChartConfig
BarChartGlobalConfig
- BarChartGlobalConfig
BarChartValueAxis
- BarChartValueAxis
BarSerie
- BarSerie
BaseRequestGrammar
- BaseRequestGrammar
BasicAuthCredentials
- BasicAuthCredentials
BasicMessage
- BasicMessage
BinaryDepot
- BinaryDepot
Carac
- Carac
CaracEntiteType
- CaracEntiteType
CaracEntry
- CaracEntry
CaracMapping
- CaracMapping
CenteringData
- CenteringData
CenteringOptions
- CenteringOptions
CenteringValue
- CenteringValue
Charset
- Charset
ChartData
- ChartData
ChartGroup
- ChartGroup
ChartGroupConfig
- ChartGroupConfig
ChartOption
- ChartOption
ChartOptions
- ChartOptions
ClientTokenRequest
- ClientTokenRequest
Column
- Column
ColumnOrigin
- ColumnOrigin
ColumnOriginOperation
- ColumnOriginOperation
Comment
- Comment
CommentEntry
- CommentEntry
Connector
- Connector
ConstantLine
- ConstantLine
CreateChartEntry
- CreateChartEntry
CreateChartFromDbEntry
- CreateChartFromDbEntry
CreateDashboardEntry
- CreateDashboardEntry
CreateGridEntry
- CreateGridEntry
CreateHdSourceEntry
- CreateHdSourceEntry
CreateMapEntry
- CreateMapEntry
CreateMediaEntry
- CreateMediaEntry
CreateMediaFromDbEntry
- CreateMediaFromDbEntry
CreateProjectEntry
- CreateProjectEntry
CreatePublicationEntry
- CreatePublicationEntry
CreateTLEntry
- CreateTLEntry
Credentials
- Credentials
Crosshair
- Crosshair
CsvDepot
- CsvDepot
DBBuilderAgregation
- DBBuilderAgregation
DBBuilderColumn
- DBBuilderColumn
DBBuilderExplode
- DBBuilderExplode
DBBuilderGrammar
- DBBuilderGrammar
DBBuilderInputColumn
- DBBuilderInputColumn
DBBuilderLinkColumn
- DBBuilderLinkColumn
DBBuilderOperation
- DBBuilderOperation
DBBuilderOperationColumn
- DBBuilderOperationColumn
DBBuilderOutputColumn
- DBBuilderOutputColumn
DBBuilderPartition
- DBBuilderPartition
DBBuilderPivot
- DBBuilderPivot
DBBuilderPivotValue
- DBBuilderPivotValue
DBBuilderSort
- DBBuilderSort
DBBuilderStack
- DBBuilderStack
DBBuilderStep
- DBBuilderStep
DBBuilderStepInput
- DBBuilderStepInput
DBConnector
- DBConnector
DBFunction
- DBFunction
DBGroup
- DBGroup
DCProjectElements
- DCProjectElements
DashboardCentering
- DashboardCentering
DashboardConfig
- DashboardConfig
DashboardElement
- DashboardElement
DashboardElementConfig
- DashboardElementConfig
DashboardFullConfig
- DashboardFullConfig
DashboardFullData
- DashboardFullData
DashboardGlobalConfig
- DashboardGlobalConfig
DashboardPublic
- DashboardPublic
DataBlock
- DataBlock
DataBlockExportHistory
- DataBlockExportHistory
DataBlockExpositionExport
- DataBlockExpositionExport
DataBlockLink
- DataBlockLink
DataBlockUnion
- DataBlockUnion
DataCatalogItem
- DataCatalogItem
DataCatalogItemCount
- DataCatalogItemCount
DataCatalogItemDetails
- DataCatalogItemDetails
DataCatalogRequest
- DataCatalogRequest
DataExpose
- DataExpose
DataExposeColumn
- DataExposeColumn
DataExposeInfo
- DataExposeInfo
DataExposeParams
- DataExposeParams
DataExposePermissionFilter
- DataExposePermissionFilter
DataExpositionOptions
- DataExpositionOptions
DataFrameStatus
- DataFrameStatus
DataSparkExportRequest
- DataSparkExportRequest
DateMask
- DateMask
DbHistogram
- DbHistogram
DbLinkMapping
- DbLinkMapping
DbSQLDepot
- DbSQLDepot
DbUnionMapping
- DbUnionMapping
DcElement
- DcElement
DcGroup
- DcGroup
DcGroupConfig
- DcGroupConfig
DcMoveResponse
- DcMoveResponse
DcUsedElement
- DcUsedElement
DcUserAgreement
- DcUserAgreement
DeleteErrorReport
- DeleteErrorReport
Depot
- Depot
DepotData
- DepotData
DepotHeader
- DepotHeader
ESConnector
- ESConnector
Edge
- Edge
ElementPermissionTemplate
- ElementPermissionTemplate
ElementaryDataStruct
- ElementaryDataStruct
ElementsDuplicationOptions
- ElementsDuplicationOptions
ElementsFileExportOptions
- ElementsFileExportOptions
ElementsImportOptions
- ElementsImportOptions
EntiteType
- EntiteType
EntiteTypeCaraFormula
- EntiteTypeCaraFormula
EntiteTypeDepotLink
- EntiteTypeDepotLink
EntityEntry
- EntityEntry
Error
- Error
ExcelDepot
- ExcelDepot
ExecDataResult
- ExecDataResult
ExecutionData
- ExecutionData
ExportAlias
- ExportAlias
ExportToCSVRequest
- ExportToCSVRequest
ExportToDbRequest
- ExportToDbRequest
ExportToEsRequest
- ExportToEsRequest
ExportToExcelRequest
- ExportToExcelRequest
ExportToFileRequest
- ExportToFileRequest
ExportToNeo4jRequest
- ExportToNeo4jRequest
ExportToXMLRequest
- ExportToXMLRequest
ExportedDataBlockExposition
- ExportedDataBlockExposition
ExportedGroupMember
- ExportedGroupMember
ExportedMetadata
- ExportedMetadata
ExportedUserMember
- ExportedUserMember
ExposeColumnInfo
- ExposeColumnInfo
ExposedDataBlockDto
- ExposedDataBlockDto
ExpositionTokenRequest
- ExpositionTokenRequest
ExtractionDateFilter
- ExtractionDateFilter
File
- File
FileUpload
- FileUpload
FilterAndAggregateEntry
- FilterAndAggregateEntry
FontConfig
- FontConfig
Formula
- Formula
FormulaCatalogImport
- FormulaCatalogImport
FormulaCatalogItem
- FormulaCatalogItem
FormulaInputEnum
- FormulaInputEnum
Formule
- Formule
FormuleConstant
- FormuleConstant
FormuleInput
- FormuleInput
FormuleResponse
- FormuleResponse
Formules
- Formules
FsMemoryUsage
- FsMemoryUsage
FunnelChartConfig
- FunnelChartConfig
FunnelChartGlobalConfig
- FunnelChartGlobalConfig
GaugeBarChartConfig
- GaugeBarChartConfig
GaugeBarChartGlobalConfig
- GaugeBarChartGlobalConfig
GaugeBarValue
- GaugeBarValue
GaugeCircularChartConfig
- GaugeCircularChartConfig
GaugeCircularChartGlobalConfig
- GaugeCircularChartGlobalConfig
GaugeGeometry
- GaugeGeometry
GaugeLinearChartConfig
- GaugeLinearChartConfig
GaugeLinearChartGlobalConfig
- GaugeLinearChartGlobalConfig
GaugeRange
- GaugeRange
GaugeScale
- GaugeScale
GaugeSubvalue
- GaugeSubvalue
GridColumn
- GridColumn
GridData
- GridData
GridGroup
- GridGroup
GridGroupConfig
- GridGroupConfig
GridOptions
- GridOptions
GroupMember
- GroupMember
HDFSConnector
- HDFSConnector
HTTPConnector
- HTTPConnector
HashMap
- HashMap
HashMap«long,string»
- HashMap«long,string»
HdChart
- HdChart
HdDashboard
- HdDashboard
HdDashboardPublication
- HdDashboardPublication
HdElement
- HdElement
HdGrid
- HdGrid
HdMap
- HdMap
HdMedia
- HdMedia
HdOption
- HdOption
HdPublicationView
- HdPublicationView
HdSource
- HdSource
HdSourceGrammar
- HdSourceGrammar
HdTimeline
- HdTimeline
HdhFormat
- HdhFormat
HeadersReferencingMode
- HeadersReferencingMode
HtmlEditorConfig
- HtmlEditorConfig
HttpDepotIteration
- HttpDepotIteration
HttpDepotParams
- HttpDepotParams
IDcRole
- IDcRole
ImageMediaConfig
- ImageMediaConfig
ImageMediaGlobalConfig
- ImageMediaGlobalConfig
IndicatorChartConfig
- IndicatorChartConfig
IndicatorChartGlobalConfig
- IndicatorChartGlobalConfig
IndicatorStyle
- IndicatorStyle
InputStream
- InputStream
InputStreamResource
- InputStreamResource
JobDTO
- JobDTO
JobKeyResponse
- JobKeyResponse
JobType
- JobType
JsonDepot
- JsonDepot
KcClient
- KcClient
Language
- Language
LegendBorder
- LegendBorder
LegendConfig
- LegendConfig
LoadOptions
- LoadOptions
LoadingFilterOption
- LoadingFilterOption
MapConfig
- MapConfig
MapData
- MapData
MapElement
- MapElement
MapGlobalConfig
- MapGlobalConfig
MapGroup
- MapGroup
MapGroupConfig
- MapGroupConfig
MapTileConfig
- MapTileConfig
MediaData
- MediaData
MediaGroup
- MediaGroup
MediaGroupConfig
- MediaGroupConfig
MediaItem
- MediaItem
MediaItemEntry
- MediaItemEntry
MembershipFileImportOptions
- MembershipFileImportOptions
Message
- Message
Metadata
- Metadata
MetadataDuplicationOptions
- MetadataDuplicationOptions
MetadataEntry
- MetadataEntry
MetadataFileExportOptions
- MetadataFileExportOptions
MetadataFileImportOptions
- MetadataFileImportOptions
MetadataLabel
- MetadataLabel
MongodbDepot
- MongodbDepot
Neo4jDepot
- Neo4jDepot
NewOfflineAccessToken
- NewOfflineAccessToken
Node
- Node
NodeEdges
- NodeEdges
ParquetDepot
- ParquetDepot
PdfMediaConfig
- PdfMediaConfig
PdfMediaGlobalConfig
- PdfMediaGlobalConfig
PersistanceParams
- PersistanceParams
PieChartConfig
- PieChartConfig
PieChartGlobalConfig
- PieChartGlobalConfig
PieSerie
- PieSerie
PivotGridConfig
- PivotGridConfig
PivotGridGlobalConfig
- PivotGridGlobalConfig
Project
- Project
ProjectContext
- ProjectContext
ProjectData
- ProjectData
ProjectDataExpose
- ProjectDataExpose
ProjectDuplicationExecution
- ProjectDuplicationExecution
ProjectDuplicationOptions
- ProjectDuplicationOptions
ProjectDuplicationResult
- ProjectDuplicationResult
ProjectElement
- ProjectElement
ProjectExportExecution
- ProjectExportExecution
ProjectFileAnalyseResponse
- ProjectFileAnalyseResponse
ProjectFileExportOptions
- ProjectFileExportOptions
ProjectFileExportResult
- ProjectFileExportResult
ProjectFileImportOptions
- ProjectFileImportOptions
ProjectFileImportResult
- ProjectFileImportResult
ProjectImportExecution
- ProjectImportExecution
ProjectImportMemberMapping
- ProjectImportMemberMapping
ProjectLink
- ProjectLink
ProjectMember
- ProjectMember
ProjectMembers
- ProjectMembers
ProjectNavigationLink
- ProjectNavigationLink
ProjectsDataExpose
- ProjectsDataExpose
PublicationData
- PublicationData
RangeChartConfig
- RangeChartConfig
RangeChartGlobalConfig
- RangeChartGlobalConfig
RangeChartValueAxis
- RangeChartValueAxis
RangeSerie
- RangeSerie
Ranking
- Ranking
RankingGrammar
- RankingGrammar
RankingItemBigInt
- RankingItemBigInt
RankingItemDate
- RankingItemDate
RankingItemDouble
- RankingItemDouble
RankingItemInteger
- RankingItemInteger
RankingItemSemanticRule
- RankingItemSemanticRule
RankingItemString
- RankingItemString
ReferencedElements
- ReferencedElements
RemoteFile
- RemoteFile
Rule
- Rule
S3Connector
- S3Connector
SFTPConnector
- SFTPConnector
SankeyChartConfig
- SankeyChartConfig
SankeyChartGlobalConfig
- SankeyChartGlobalConfig
SankeyLabelConfig
- SankeyLabelConfig
SankeyLinkConfig
- SankeyLinkConfig
SankeyNodeConfig
- SankeyNodeConfig
ScatterArgumentAxis
- ScatterArgumentAxis
ScatterChartConfig
- ScatterChartConfig
ScatterChartGlobalConfig
- ScatterChartGlobalConfig
ScatterChartValueAxis
- ScatterChartValueAxis
ScatterSerie
- ScatterSerie
SemanticContext
- SemanticContext
SemanticContextData
- SemanticContextData
SemanticContextRelativeRules
- SemanticContextRelativeRules
SemanticContextRule
- SemanticContextRule
SemanticRule
- SemanticRule
SimpleGridConfig
- SimpleGridConfig
SimpleGridGlobalConfig
- SimpleGridGlobalConfig
Sort
- Sort
SourceCentering
- SourceCentering
SourceData
- SourceData
SourceExecEntry
- SourceExecEntry
SshAccess
- SshAccess
StorageMode
- StorageMode
SummaryConfig
- SummaryConfig
TLConfig
- TLConfig
TLGlobalConfig
- TLGlobalConfig
TLGroup
- TLGroup
TLGroupConfig
- TLGroupConfig
TLTheme
- TLTheme
Tag
- Tag
TagEntry
- TagEntry
TimeZone
- TimeZone
TimelineData
- TimelineData
TitleConfig
- TitleConfig
TreemapChartConfig
- TreemapChartConfig
TreemapChartGlobalConfig
- TreemapChartGlobalConfig
Tuple2«int,long»
- Tuple2«int,long»
Tuple3«string,List«DcElement»,boolean»
- Tuple3«string,List«DcElement»,boolean»
URI
- URI
URL
- URL
UpdateBarChartConfigEntry
- UpdateBarChartConfigEntry
UpdateChartEntry
- UpdateChartEntry
UpdateChartGroupConfigEntry
- UpdateChartGroupConfigEntry
UpdateDashboardConfigEntry
- UpdateDashboardConfigEntry
UpdateDashboardEntry
- UpdateDashboardEntry
UpdateElementConfigEntry
- UpdateElementConfigEntry
UpdateFunnelChartConfigEntry
- UpdateFunnelChartConfigEntry
UpdateGaugeBarChartConfigEntry
- UpdateGaugeBarChartConfigEntry
UpdateGaugeCircularChartConfigEntry
- UpdateGaugeCircularChartConfigEntry
UpdateGaugeLinearChartConfigEntry
- UpdateGaugeLinearChartConfigEntry
UpdateGridEntry
- UpdateGridEntry
UpdateGridGroupConfigEntry
- UpdateGridGroupConfigEntry
UpdateHdSourceEntry
- UpdateHdSourceEntry
UpdateImageMediaConfigEntry
- UpdateImageMediaConfigEntry
UpdateIndicatorChartConfigEntry
- UpdateIndicatorChartConfigEntry
UpdateMapConfigEntry
- UpdateMapConfigEntry
UpdateMapEntry
- UpdateMapEntry
UpdateMapGroupConfigEntry
- UpdateMapGroupConfigEntry
UpdateMediaEntry
- UpdateMediaEntry
UpdateMediaGroupConfigEntry
- UpdateMediaGroupConfigEntry
UpdateMetadataEntry
- UpdateMetadataEntry
UpdatePdfMediaConfigEntry
- UpdatePdfMediaConfigEntry
UpdatePieChartConfigEntry
- UpdatePieChartConfigEntry
UpdatePivotGridConfigEntry
- UpdatePivotGridConfigEntry
UpdateProjectEntry
- UpdateProjectEntry
UpdatePublicationEntry
- UpdatePublicationEntry
UpdateRangeChartConfigEntry
- UpdateRangeChartConfigEntry
UpdateSankeyChartConfigEntry
- UpdateSankeyChartConfigEntry
UpdateScatterChartConfigEntry
- UpdateScatterChartConfigEntry
UpdateSimpleGridConfigEntry
- UpdateSimpleGridConfigEntry
UpdateTLConfigEntry
- UpdateTLConfigEntry
UpdateTLEntry
- UpdateTLEntry
UpdateTLGroupConfigEntry
- UpdateTLGroupConfigEntry
UpdateTreemapChartConfigEntry
- UpdateTreemapChartConfigEntry
UserSessionData
- UserSessionData
ValidationError
- ValidationError
ValueIndicator
- ValueIndicator
VisualRange
- VisualRange
XmlDepot
- XmlDepot
items_uploaded_body
uploaded_itemId_body
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)
token_value (optional)
Represents a configuration informations of a chart argument axis
aggregation_interval (optional)
argument_type (optional)
String The argument value type
numeric
string
date
column (optional)
format (optional)
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)
inverted (optional)
label (optional)
minor_grid (optional)
position (optional)
right
left
top
bottom
tick_interval (optional)
title (optional)
type (optional)
discrete
continuous
logarithmic
Represents a configuration informations of a chart Argument Axis interval
type (optional)
day
hour
millisecond
minute
month
quarter
second
week
year
value (optional)
Double The value format: double
Represents a configuration informations of a chart argument label
display_mode (optional)
rotate
stagger
standard
format (optional)
rotation_angle (optional)
Double Rotation Angle format: double
word_wrap (optional)
normal
breakWord
none
centering_modes (optional)
source_columns (optional)
text (optional)
centering (optional)
text (optional)
Represents a configuration informations of a chart
global (optional)
groups (optional)
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)
export_file_name (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
serie_template (optional)
serie_template_field (optional)
serie_template_title (optional)
series (optional)
sub_type (optional)
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)
area
bar
line
value_axis (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a chart value axis
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
column (optional)
constant_lines (optional)
cumul (optional)
dash_style (optional)
dash
dot
Solid
longDash
inverted (optional)
label (optional)
position (optional)
right
left
top
bottom
show_label (optional)
show_point (optional)
title (optional)
type (optional)
discrete
continuous
logarithmic
value_type (optional)
numeric
string
date
visual_range (optional)
Represents a configuration informations of a bar chart serie
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
cumul (optional)
dash_style (optional)
dash
dot
Solid
longDash
name (optional)
separated_axis (optional)
show_point (optional)
sub_type (optional)
SPLINEAREA
STACKEDAREA
FULLSTACKEDAREA
STACKEDSPLINEAREA
FULLSTACKEDSPLINEAREA
STEPAREA
STACKEDBAR
FULLSTACKEDBAR
SPLINE
STACKEDLINE
STACKEDSPLINE
FULLSTACKEDLINE
fullstackedspline
STEPLINE
type (optional)
area
bar
line
value_field (optional)
columns (optional)
pivot (optional)
pivot_type (optional)
rules (optional)
Object that represents a message body and subject
message_body (optional)
subject (optional)
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)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
path (optional)
cf (optional)
children (optional)
code (optional)
complex (optional)
description (optional)
entite_type (optional)
formula (optional)
hdh_format (optional)
icon_id (optional)
id (optional)
imported (optional)
join_type (optional)
key (optional)
label (optional)
lib (optional)
lib_entite_type (optional)
list (optional)
mapping_count (optional)
metadata_id (optional)
origin_column_id (optional)
parent_entite_type (optional)
parent_entite_type_id (optional)
poids (optional)
selected (optional)
structured (optional)
tags (optional)
code (optional)
entite_id (optional)
id (optional)
lib (optional)
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)
id (optional)
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)
parent_key (optional)
pattern (optional)
poids (optional)
tags (optional)
depot_type (optional)
formula_data_source_grammar (optional)
geo_format (optional)
header (optional)
id (optional)
id_data_source (optional)
is_formula (optional)
lib_data_source (optional)
link_id (optional)
pattern (optional)
uca_code (optional)
uca_id (optional)
operator (optional)
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)
Contains all centering options
autocomplete_modes (optional)
centering_value_types (optional)
date_operators (optional)
numeric_operators (optional)
slider_step_units (optional)
string_operators (optional)
Represents a dashboard centering values
between_date_value1 (optional)
between_date_value2 (optional)
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)
list_string_value (optional)
numeric_value (optional)
Double Numeric value format: double
string_value (optional)
without_time (optional)
label (optional)
value (optional)
bar (optional)
dash_element_id (optional)
funnel (optional)
gauge_bar (optional)
gauge_circular (optional)
gauge_linear (optional)
id (optional)
indicator (optional)
label (optional)
pie (optional)
range (optional)
sankey (optional)
scatter (optional)
sources (optional)
treemap (optional)
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
Represents a configuration informations of a chart group
Represents a configuration chart option
code (optional)
label (optional)
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)
client_id (optional)
offline (optional)
password (optional)
active (optional)
alias (optional)
column_alias (optional)
field (optional)
formula (optional)
hashed (optional)
id (optional)
list (optional)
parent_entite_type_id (optional)
path (optional)
pivot (optional)
type (optional)
uca_code (optional)
uca_id (optional)
uuid (optional)
visible (optional)
id (optional)
lib (optional)
operation (optional)
parent_id (optional)
parent_lib (optional)
parent_type (optional)
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)
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)
Represents a Comment
comment_value (optional)
date (optional)
id (optional)
level (optional)
receiver_id (optional)
sender_id (optional)
Represents a Comment entry
comment_value
level (optional)
Integer Comment level format: int32
receiver_id (optional)
Represents a Connector
code (optional)
connector_type (optional)
id (optional)
Long Connector ID format: int64
lib (optional)
metadata
Represents a configuration informations of a chart constant line
color (optional)
color_sync (optional)
String Sync bar color with constant
GREATER_THAN_OR_EQUAL_TO
LOWER_THAN_OR_EQUAL_TO
dash_style (optional)
dash
dot
Solid
longDash
label (optional)
value (optional)
Double The constant value format: double
width (optional)
Represents a general descriptive informations about a new chart
default_type (optional)
area
bar
line
metadata (optional)
Represents a general descriptive informations about a new chart from datablock
datablock_id (optional)
Long The datablock Id format: int64
sub_type (optional)
area
bar
line
Represents a general descriptive informations about a new dashboard
Represents a general descriptive informations about a new grid
Represents a descriptive informations about a new source
data_block_id (optional)
Long The datablock Id format: int64
Represents a general descriptive informations about a new map
Represents a general descriptive informations about a new chart
Represents a general descriptive informations about a new chart from datablock
datablock_id (optional)
Long The datablock Id format: int64
metadata (optional)
Represents a general descriptive information about a new project
contexts (optional)
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)
member_permission_template (optional)
members (optional)
metadata (optional)
navigation_links (optional)
Represents an update informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
NONE
EXPIRATION_DATE
external_emails (optional)
header_visible (optional)
internal_groups (optional)
internal_users (optional)
label (optional)
link (optional)
multiple_link (optional)
publication_mode (optional)
EXTERNAL
INTERNAL
Represents a general descriptive informations about a new timeline
Represents a configuration informations of a chart Crosshair
dash_style (optional)
dash
dot
Solid
longDash
enabled (optional)
Represents a CSV depot
additional_params (optional)
charset
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
delimiter_csv (optional)
has_header (optional)
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
infer_schema (optional)
metadata
multiline (optional)
parsing_mode
PERMISSIVE
DROPMALFORMED
FAILFAST
path (optional)
quote_csv (optional)
functions (optional)
groups (optional)
multi_dimensional (optional)
partitions (optional)
pivot (optional)
pivot_column (optional)
pivot_values (optional)
sorts (optional)
with_details (optional)
alias (optional)
date_pattern (optional)
is_list (optional)
lib (optional)
type (optional)
uuid (optional)
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)
column_uuid (optional)
is_list (optional)
label (optional)
type (optional)
uuid (optional)
carac_code (optional)
column_uuid (optional)
uuid (optional)
explode (optional)
pivot (optional)
stack (optional)
column_uuid (optional)
keep_in (optional)
uuid (optional)
active (optional)
column_uuid (optional)
convert_to (optional)
date_output_pattern (optional)
date_pattern (optional)
decimal_pattern (optional)
decimal_scale (optional)
lib (optional)
replace_null (optional)
replace_null_by (optional)
functions (optional)
groups (optional)
lib (optional)
row_end (optional)
row_end_value (optional)
row_start (optional)
row_start_value (optional)
sorts (optional)
columns (optional)
end_column_index (optional)
group_column_label (optional)
group_column_uuid (optional)
group_fields_column_uuid (optional)
number_of_columns_per_group (optional)
stacked_column_names (optional)
start_column_index (optional)
value_column_label (optional)
value_column_uuid (optional)
uuid (optional)
value (optional)
inactive (optional)
sorts (optional)
columns (optional)
number_of_rows (optional)
agregation (optional)
alias (optional)
data_operation (optional)
description (optional)
filter (optional)
formulas (optional)
input (optional)
limit (optional)
links (optional)
output (optional)
sort (optional)
summary_config (optional)
unions (optional)
Represents a Database connector
additional_params (optional)
String Database connection string additional parameters
db_name
db_type
mariaDb
mySql
oracle
pgSql
sqlServer
mongoDb
neo4j
host
id (optional)
Long Connector ID format: int64
metadata
password (optional)
port
username
column_uuid (optional)
default_value (optional)
func (optional)
global (optional)
ignore_null (optional)
ntile (optional)
offset (optional)
percentile_approx (optional)
uuid (optional)
column_uuid (optional)
interval (optional)
interval_unit (optional)
step (optional)
step_unit (optional)
time_lag (optional)
time_lag_unit (optional)
uuid (optional)
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)
Represents a configuration informations of a dashboard centering
autocomplete (optional)
autocomplete_column (optional)
String Autocomplete Column uuid
autocomplete_element (optional)
String Autocomplete Element uuid
autocomplete_mode (optional)
simple
reference
autocomplete_source (optional)
Long Autocomplete Source Id format: int64
color (optional)
free_operator (optional)
ignore_case (optional)
Boolean Ignore case (for string type)
label (optional)
operator (optional)
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)
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)
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
numeric
date
updated_centering (optional)
updated_centering_column (optional)
updated_centering_operator (optional)
String updatedCenteringOperator
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)
value_selection (optional)
Represents a configuration informations of a dashboard
elements (optional)
global (optional)
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
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
simple
pivot
hd_id (optional)
Long The Hd element Id format: int64
hd_label (optional)
html_editor (optional)
id (optional)
Long The element Id format: int64
label (optional)
label_visible (optional)
media_type (optional)
String The media type. Filled when the element is based on a media
image
pdf
type (optional)
MAP
TIMELINE
CHART
GRID
MEDIA
HTML_EDITOR
uuid (optional)
Represents a configuration informations of a dashboard element
border (optional)
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)
head_band (optional)
label_visible (optional)
row (optional)
scroll (optional)
size_x (optional)
size_y (optional)
charts (optional)
config (optional)
grids (optional)
label (optional)
maps (optional)
medias (optional)
timelines (optional)
Represents a configuration and additional informations of a dashboard centering
centering_active (optional)
centerings (optional)
config (optional)
data (optional)
header_visible (optional)
publication_date (optional)
publication_label (optional)
grammar (optional)
id (optional)
metadata (optional)
client_id (optional)
data_block (optional)
data_spark_export_request (optional)
date (optional)
full_result (optional)
id (optional)
result (optional)
status (optional)
type (optional)
username (optional)
Represents a datablock exposition export options
datablock_id (optional)
Long The datablock Id format: int64
new_endpoint (optional)
columns (optional)
db_id (optional)
lib (optional)
mappings (optional)
type (optional)
db_id (optional)
lib (optional)
mappings (optional)
type (optional)
Represents Data catalog item general description
description (optional)
id (optional)
Long Element Id format: int64
label (optional)
project_label (optional)
tags (optional)
type (optional)
update_date (optional)
Date Element update date format: date-time
columns (optional)
rows (optional)
Represents Data catalog item general description
description (optional)
icon_id (optional)
Long The icon id format: int64
id (optional)
Long Element Id format: int64
label (optional)
licence (optional)
project_label (optional)
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)
type (optional)
update_by (optional)
update_date (optional)
Date Element update date format: date-time
keywords (optional)
load_options (optional)
skip (optional)
take (optional)
count (optional)
date (optional)
duration (optional)
nbr_of_cols (optional)
status (optional)
RUNNING
CURRENT
DELETED
CANCELLED
ERROR
user (optional)
active (optional)
column_uuid (optional)
description (optional)
id_column (optional)
name (optional)
api_name (optional)
columns (optional)
description (optional)
root_url (optional)
active (optional)
api_name (optional)
columns (optional)
description (optional)
permission_filters (optional)
active (optional)
applied_to (optional)
description (optional)
filter_value (optional)
id (optional)
label (optional)
Represents DataBlock exposition export options
cached (optional)
caching_date (optional)
caching_execution_time (optional)
current_repartition_columns (optional)
current_repartition_number (optional)
job_error (optional)
job_id (optional)
job_status (optional)
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
persisted (optional)
persistence_date (optional)
persistence_execution_time (optional)
persistence_size (optional)
aliases (optional)
columns (optional)
ctx (optional)
export_history_id (optional)
expose_history_id (optional)
frame (optional)
mode (optional)
name (optional)
reversed_value (optional)
value (optional)
bucket_count (optional)
column (optional)
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)
Represents a database SQL depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
reset_depot (optional)
sql_query
left_column_uuid (optional)
right_carac_code (optional)
right_column_uuid (optional)
uuid (optional)
icon_id (optional)
id (optional)
label (optional)
sub_type (optional)
type (optional)
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
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)
Represents descriptive information about a group of users
description (optional)
has_member_role (optional)
has_project_role (optional)
name (optional)
error (optional)
success (optional)
id (optional)
label (optional)
linked_elements (optional)
type (optional)
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
accepted (optional)
text (optional)
type (optional)
PROJECT_EXPORT_TERM1
PROJECT_DUPLICATION_TERM1
element_dependencies (optional)
total_deleted_element (optional)
total_request_element (optional)
additional_params (optional)
code (optional)
connector (optional)
depot_type (optional)
headers_referencing_mode (optional)
LABEL
POSITION
id (optional)
lib (optional)
metadata (optional)
data_preview (optional)
db (optional)
depot_headers (optional)
depot_type (optional)
headers (optional)
headers_referencing_mode (optional)
LABEL
POSITION
link_id (optional)
metadata_code (optional)
original_name (optional)
source_active (optional)
source_id (optional)
source_name (optional)
column (optional)
data_type (optional)
depot_details (optional)
id (optional)
original_name (optional)
position (optional)
Represents an Elasticsearch connector
host
id (optional)
Long Connector ID format: int64
metadata
port
Integer Elasticsearch port format: int32
arrows (optional)
from (optional)
id (optional)
label (optional)
to (optional)
chart (optional)
connector (optional)
dashboard (optional)
data_source (optional)
datablock (optional)
entity (optional)
grid (optional)
map (optional)
media (optional)
timeline (optional)
code (optional)
code_type (optional)
complex (optional)
description (optional)
id (optional)
id_type (optional)
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)
parent_entite_type_lib (optional)
parent_is_data_block (optional)
poids (optional)
tags (optional)
type (optional)
Represents Element export options
connector (optional)
dashboard (optional)
datablock (optional)
depot (optional)
entity (optional)
extraction (optional)
Boolean Duplicate depot extractions
hd_element (optional)
local_data (optional)
Represents Element export options
connector (optional)
dashboard (optional)
datablock (optional)
depot (optional)
entity (optional)
extraction (optional)
hd_element (optional)
local_data (optional)
Represents Element import options
connector (optional)
dashboard (optional)
datablock (optional)
depot (optional)
entity (optional)
extraction (optional)
hd_element (optional)
local_data (optional)
active (optional)
active_in_value_search (optional)
caracs (optional)
code (optional)
count_linked_elements (optional)
created_by (optional)
creation_date (optional)
description (optional)
edit_authorized (optional)
grammar (optional)
icon_id (optional)
id (optional)
imported (optional)
is_data_block (optional)
label (optional)
last_loading (optional)
lib (optional)
licence_type (optional)
link_id (optional)
metadata_id (optional)
persistant (optional)
pivot (optional)
project (optional)
reference_date (optional)
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)
updated_by (optional)
cara_code (optional)
formula (optional)
active (optional)
cron_active (optional)
cron_expression (optional)
depot (optional)
entite_type_id (optional)
extraction_date_filter (optional)
id (optional)
job_details (optional)
last_update (optional)
live (optional)
mapping_counts (optional)
active (optional)
active_in_value_search (optional)
caracs (optional)
code (optional)
description (optional)
icon_id (optional)
id (optional)
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)
args (optional)
code (optional)
delete_errors_report (optional)
element (optional)
field_errors (optional)
message (optional)
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
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
infer_schema (optional)
metadata
path (optional)
workbook_password (optional)
String EXCEL work book password
data (optional)
exec_end_date (optional)
is_cached (optional)
push_date (optional)
response_status (optional)
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
time_exec (optional)
Represents a project duplication execution
current_operation (optional)
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)
RUNNING
FINISHED
CANCELLED
FAILED
type (optional)
EXPORT
IMPORT
DUPLICATION
user_id (optional)
alias (optional)
pos (optional)
charset (optional)
client_id (optional)
compress (optional)
connector_id (optional)
escape (optional)
export_path (optional)
filename (optional)
id (optional)
keep_left_blanks (optional)
keep_right_blanks (optional)
mode (optional)
number_of_partitions (optional)
quote (optional)
quote_all (optional)
sep (optional)
use_label (optional)
client_id (optional)
connector_id (optional)
id (optional)
mode (optional)
table_name (optional)
use_label (optional)
client_id (optional)
connector_id (optional)
id (optional)
index (optional)
mode (optional)
operation (optional)
use_label (optional)
client_id (optional)
compress (optional)
connector_id (optional)
data_address (optional)
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
use_label (optional)
client_id (optional)
compress (optional)
connector_id (optional)
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
use_label (optional)
client_id (optional)
connector_id (optional)
id (optional)
mode (optional)
node_keys (optional)
node_label (optional)
use_label (optional)
client_id (optional)
compress (optional)
connector_id (optional)
export_path (optional)
filename (optional)
id (optional)
mode (optional)
number_of_partitions (optional)
root_tag (optional)
row_tag (optional)
use_label (optional)
access_point (optional)
datablock_id (optional)
label (optional)
admin (optional)
description (optional)
has_admin_role (optional)
has_member_role (optional)
has_project_role (optional)
id (optional)
name (optional)
permissions (optional)
code (optional)
description (optional)
icon_id (optional)
label (optional)
licence_type (optional)
tags (optional)
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)
column_uuid (optional)
description (optional)
name (optional)
type (optional)
access_point (optional)
datablock_id (optional)
label (optional)
depot (optional)
first_date_value (optional)
first_value (optional)
id (optional)
label (optional)
operator (optional)
second_date_value (optional)
second_value (optional)
absolute (optional)
absolute_file (optional)
absolute_path (optional)
canonical_file (optional)
canonical_path (optional)
directory (optional)
file (optional)
free_space (optional)
hidden (optional)
name (optional)
parent (optional)
parent_file (optional)
path (optional)
total_space (optional)
usable_space (optional)
file_name (optional)
original_name (optional)
aggregation_column (optional)
centering_mode (optional)
BEFORE_OPERATION
AFTER_OPERATION
filter_column (optional)
filter_value (optional)
source (optional)
Represents a configuration informations of chart font
color (optional)
family (optional)
segoe_ui_light
helvetica_neue_light
segoe_ui
helvetica_neue
trebuchet_ms
verdana
sans_serif
size (optional)
active (optional)
context_rules (optional)
data_type (optional)
dc_info (optional)
description (optional)
end_position (optional)
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)
start_position (optional)
type (optional)
uuid (optional)
value (optional)
id (optional)
rejected_formulas (optional)
valid_formulas (optional)
formula (optional)
id (optional)
metadata (optional)
shared (optional)
is_semantic_context_ranking (optional)
label (optional)
type (optional)
value (optional)
code (optional)
deprecated (optional)
description (optional)
input (optional)
label (optional)
response (optional)
type (optional)
description (optional)
label (optional)
type (optional)
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)
list (optional)
type (optional)
constant (optional)
formule (optional)
expanded (optional)
has_items (optional)
key (optional)
level (optional)
parent_id (optional)
size (optional)
text (optional)
Represents a configuration informations of a funnel / pyramid chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a funnel chart (display informations)
algorithm (optional)
dynamicSlope
dynamicHeight
argument_field (optional)
border_separated (optional)
export (optional)
export_file_name (optional)
inverted (optional)
label_horizontal_alignment (optional)
String The horizontal Alignment of label
right
left
top
center
bottom
label_position (optional)
inside
outside
none
label_visible (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
sort_data (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
funnel
pyramid
value_field (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of bar gauge chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a gauge bar gauge (display informations)
end_value (optional)
export (optional)
export_file_name (optional)
geometry (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
start_value (optional)
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)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a bar gauge chart value
color (optional)
color_column (optional)
value (optional)
Represents a configuration informations of a circular gauge chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a circular gauge chart (display informations)
export (optional)
export_file_name (optional)
geometry (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
ranges (optional)
rotated (optional)
scale (optional)
scroll (optional)
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)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
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
Represents a configuration informations of a linear gauge chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a linear gauge (display informations)
export (optional)
export_file_name (optional)
legend (optional)
orientation (optional)
horizontal
vertical
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
ranges (optional)
rotated (optional)
scale (optional)
scroll (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
value_indicator (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a gauge chart range
color (optional)
color_column (optional)
end_value (optional)
start_value (optional)
Represents a configuration informations of a gauge chart geometry
end_value (optional)
start_value (optional)
tick_interval (optional)
Double End Value format: double
Represents a configuration informations of a gauge chart subvalue
Represents a configuration informations of a grid column
alignment (optional)
right
left
top
center
bottom
background_color (optional)
bold (optional)
caption (optional)
fixed (optional)
font_color (optional)
font_family (optional)
segoe_ui_light
helvetica_neue_light
segoe_ui
helvetica_neue
trebuchet_ms
verdana
sans_serif
font_size (optional)
format (optional)
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)
normal
italic
oblique
summary1 (optional)
sum
min
max
avg
count
summary2 (optional)
sum
min
max
avg
count
type (optional)
numeric
string
date
visible (optional)
dash_element_id (optional)
id (optional)
label (optional)
pivot (optional)
simple (optional)
sources (optional)
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
Represents a configuration informations of a grid group
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)
login (optional)
name (optional)
user_id (optional)
Represents an HDFS connector
host
id (optional)
Long Connector ID format: int64
metadata
params (optional)
port
Represents an HTTP connector
bac (optional)
host
id (optional)
Long Connector ID format: int64
metadata
port
proxy_host
proxy_port
Integer HTTP Proxy port format: int32
secure (optional)
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)
area
bar
line
type (optional)
barline
pie
funnel
gauge_circular
gauge_linear
gauge_bar
treemap
sankey
scatter
range
indicator
Represents a Hd dashboard
id (optional)
Long The Id format: int64
metadata (optional)
Represents a Hd dashboard publication
active (optional)
created_by (optional)
creation_date (optional)
Date Creation date format: date-time
deleted (optional)
expiration_date (optional)
Date Expiration date format: date-time
expired (optional)
id (optional)
Long The Id format: int64
label (optional)
link (optional)
update_date (optional)
Date Update date format: date-time
updated_by (optional)
id (optional)
label (optional)
sub_type (optional)
type (optional)
MAP
CHART
TIMELINE
GRID
MEDIA
Represents a general informations about a grid
id (optional)
Long The database Id format: int64
metadata (optional)
type (optional)
simple
pivot
Represents a Hd map
id (optional)
Long The Id format: int64
metadata (optional)
Represents a general informations about a media
id (optional)
Long The database Id format: int64
metadata (optional)
type (optional)
image
pdf
Represents a configuration chart option
code (optional)
label (optional)
Represents a Hd dashboard publication view
browser (optional)
created_by (optional)
date (optional)
Date Date format: date-time
email (optional)
id (optional)
Long The Id format: int64
ip (optional)
Represents à Handle Data source descriptive informations
active (optional)
data_block_id (optional)
Long The datablock Id format: int64
desc (optional)
icon_id (optional)
Long The icon Id format: int64
id (optional)
Long The database Id format: int64
label (optional)
Represents à Handle Data source descriptive and grammar informations
active (optional)
data_block_id (optional)
Long The datablock Id format: int64
desc (optional)
grammar (optional)
icon_id (optional)
Long The icon Id format: int64
id (optional)
Long The database Id format: int64
label (optional)
Represents a timeline
id (optional)
Long The Id format: int64
metadata (optional)
label (optional)
value (optional)
label (optional)
value (optional)
Represents a configuration of a html editor
end_condition_body (optional)
end_condition_headers (optional)
end_condition_mode (optional)
end_or_limit (optional)
is_regex (optional)
iteration_number (optional)
mode (optional)
WITHOUT
PER_PAGE
PER_OFFSET
start (optional)
variable (optional)
waiting (optional)
body (optional)
headers (optional)
iteration (optional)
method (optional)
inherited (optional)
own (optional)
Represents a configuration informations of a image media
global_config (optional)
groups (optional)
Represents a global (general) configuration informations of a image Media (display informations)
Represents a configuration informations of a indicator chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a indicator chart (display informations)
argument (optional)
argument_font (optional)
description (optional)
description_column (optional)
export (optional)
export_file_name (optional)
goal (optional)
indicator (optional)
legend (optional)
negative_style (optional)
palette (optional)
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)
scroll (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
value_font (optional)
value_precision (optional)
noPrecision
precision1
precision2
value_unit (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a Range chart serie
color (optional)
color_column (optional)
icon (optional)
icon_column (optional)
note (optional)
note_column (optional)
description (optional)
file (optional)
filename (optional)
input_stream (optional)
open (optional)
readable (optional)
uri (optional)
url (optional)
ctx_id (optional)
element_id (optional)
element_type (optional)
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)
error_message (optional)
execution_time (optional)
id (optional)
job_id (optional)
start_date (optional)
status (optional)
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
submission_date (optional)
type (optional)
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)
columns (optional)
exec_data_result (optional)
job_status (optional)
RUNNING
PREPARATION
WAITING
SUCCESS
ERROR
CACHED
CANCELLED
UNKNOWN
value (optional)
code (optional)
value (optional)
Represents a JSON depot
additional_params (optional)
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)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
json_path (optional)
metadata
multiline (optional)
path (optional)
display_name (optional)
id (optional)
name (optional)
code (optional)
label (optional)
Represents a configuration informations of a chart legend border
Represents a configuration informations of a chart legend
border (optional)
horizontal_alignment (optional)
right
left
top
center
bottom
orientation (optional)
horizontal
vertical
position (optional)
inside
outside
vertical_alignment (optional)
right
left
top
center
bottom
visible (optional)
filter (optional)
sort (optional)
field (optional)
operator (optional)
value (optional)
Represents a configuration informations of a map
global (optional)
groups (optional)
config (optional)
dash_element_id (optional)
id (optional)
label (optional)
sources (optional)
Represents a configuration informations of a map element
border (optional)
cluster (optional)
color (optional)
color_column (optional)
column (optional)
icon (optional)
Long Icon Id format: int64
icon_column (optional)
label (optional)
opacity (optional)
second_column (optional)
shape_border_thickness (optional)
Integer Border of shape thickness format: int32
stroke_color (optional)
stroke_color_column (optional)
third_column (optional)
tooltip_columns (optional)
type (optional)
POINT
SHAPE
DIRECTION
CIRCLE
Represents a configuration and additional informations of a map
address_zone_shown (optional)
drag_drop_activated (optional)
Boolean DragDrop option is activated
drawing_zone_shown (optional)
legend_zone_shown (optional)
map_type (optional)
tiles_config (optional)
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
Represents a configuration informations of a map group
elements (optional)
show_markers (optional)
Represents a tile layer configuration of a map
tile_provider_api_key (optional)
tile_provider_id (optional)
tile_provider_name (optional)
tile_provider_url (optional)
dash_element_id (optional)
id (optional)
image (optional)
items (optional)
label (optional)
pdf (optional)
sources (optional)
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
Represents a configuration informations of a chart group
Represents a configuration informations of a Media item
binary (optional)
created_by (optional)
creation_date (optional)
Date Creation date format: date-time
description (optional)
id (optional)
Long The id format: int64
label (optional)
link (optional)
type (optional)
update_date (optional)
Date Update date format: date-time
updated_by (optional)
Represents a configuration informations of a Media item
content (optional)
description (optional)
label (optional)
link (optional)
type (optional)
Represents all membership options of a project import
member_mappings (optional)
new_members (optional)
Object that represents information about sender and receiver of the message
message_body (optional)
recipient_user_id (optional)
subject (optional)
Represents a general descriptive informations about a resource (validity, labels, icon, tags...)
actif (optional)
code (optional)
String The code auto generated
created_by (optional)
creation_date (optional)
Date Creation date format: date-time
description (optional)
duplicated (optional)
hdh_type (optional)
icon_id (optional)
Long The icon id format: int64
id (optional)
Long The metadata Id format: int64
imported (optional)
label (optional)
licence_type (optional)
project (optional)
reference_date (optional)
Date Reference date format: date-time
referenced (optional)
referenced_by (optional)
selected (optional)
tags (optional)
update_date (optional)
Date Update date format: date-time
updated_by (optional)
Represents metadata options of a project duplication
with_contexts (optional)
with_template_permissions (optional)
Represents a generic descriptive informations (metadata) about a resource (validity, labels, icon, tags...)
active (optional)
code (optional)
description (optional)
duplicated (optional)
icon_id (optional)
Long The icon Id. An icon must be existed format: int64
imported (optional)
licence_type (optional)
short_label (optional)
tags (optional)
Represents metadata options of a project export
with_members (optional)
with_template_permissions (optional)
Represents all metadata options of a project import
contexts (optional)
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)
description (optional)
label (optional)
Represents a Mongodb depot
additional_params (optional)
code (optional)
collection
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
Represents a Neo4j depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
query
access_token (optional)
refresh_token (optional)
group (optional)
id (optional)
label (optional)
project_id (optional)
real_id (optional)
real_type (optional)
title (optional)
type (optional)
value (optional)
edges (optional)
nodes (optional)
Represents a PARQUET depot
additional_params (optional)
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
metadata
path (optional)
Represents a configuration informations of a pdf media
global_config (optional)
groups (optional)
Represents a global (general) configuration informations of a pdf media (display informations)
title (optional)
toolbar_active (optional)
repartition_axes (optional)
repartitions (optional)
Represents a configuration informations of a pie / donout chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a pie chart (display informations)
argument (optional)
click_active (optional)
connector_visible (optional)
export (optional)
export_file_name (optional)
label_visible (optional)
legend (optional)
palette (optional)
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
hide
none
shift
rotated (optional)
scroll (optional)
series (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
doughnut
pie
value (optional)
values_grouping_mode (optional)
topN
smallValueThreshold
none
values_grouping_threshold (optional)
Integer Values grouping threshold format: int32
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a pie chart serie
name (optional)
value_field (optional)
Represents a configuration informations of a pivot grid
global (optional)
groups (optional)
Represents a global (general) configuration informations of a pivot grid (display informations)
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
allow_field_dragging (optional)
allow_filtering (optional)
allow_sorting_by_summary (optional)
chart_legend (optional)
chart_palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
chart_sub_type (optional)
SPLINEAREA
STACKEDAREA
FULLSTACKEDAREA
STACKEDSPLINEAREA
FULLSTACKEDSPLINEAREA
STEPAREA
STACKEDBAR
FULLSTACKEDBAR
SPLINE
STACKEDLINE
STACKEDSPLINE
FULLSTACKEDLINE
fullstackedspline
STEPLINE
chart_tooltip (optional)
chart_type (optional)
area
bar
line
chart_visible (optional)
columns (optional)
export_panel_enabled (optional)
field_panel_visible (optional)
rows (optional)
show_column_fields (optional)
show_column_grand_totals (optional)
show_column_totals (optional)
show_data_fields (optional)
show_filter_fields (optional)
show_row_fields (optional)
show_row_grand_totals (optional)
show_row_totals (optional)
show_totals_prior (optional)
none
both
rows
columns
title (optional)
values (optional)
Represents a general information about a project
admin (optional)
default_project (optional)
effectiveness_date (optional)
Date Effectiveness date format: date-time
expiration_date (optional)
Date Expiration date format: date-time
expired (optional)
favorite_project (optional)
id (optional)
Long The database Id format: int64
is_public (optional)
metadata (optional)
premature (optional)
Boolean Project effect date is after current date
project_links (optional)
context_id (optional)
jobs (optional)
persistence (optional)
Represents a general information about a project
contexts (optional)
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)
member_permission_template (optional)
members (optional)
metadata (optional)
project_links (optional)
Data expose (api) details
api_name (optional)
count_url (optional)
String Data URL. Returns data count
data_url (optional)
String Data URL. URL to use for data consuming
description (optional)
info_url (optional)
String Info URL. Returns api details with available columns list
date (optional)
execution_id (optional)
project_id (optional)
result (optional)
status (optional)
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)
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)
metadata (optional)
user_agreements (optional)
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
Represent Element of project
created_by (optional)
creation_date (optional)
Date create_date format: date-time
id (optional)
label (optional)
update_date (optional)
Date update_date format: date-time
updated_by (optional)
date (optional)
execution_id (optional)
project_id (optional)
result (optional)
status (optional)
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)
connector_count (optional)
contains_depot_data (optional)
contains_permission_template (optional)
dashboard_count (optional)
data_block_count (optional)
data_block_expositions (optional)
depot_count (optional)
depot_files_folder_path (optional)
entity_count (optional)
expiration_date (optional)
export_date (optional)
hd_element_count (optional)
members (optional)
project_folder_path (optional)
source_metadata (optional)
valid (optional)
valid_file_extension (optional)
valid_version (optional)
version (optional)
Represents all options of a project export
data_exposition (optional)
elements (optional)
file_name (optional)
metadata (optional)
user_agreements (optional)
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)
file_path (optional)
link (optional)
Represents all options of a project import
data_exposition (optional)
depot_snapshot_path (optional)
String The depot snapshot path
elements (optional)
folder_path (optional)
import_permission_template (optional)
membership (optional)
metadata (optional)
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
date (optional)
execution_id (optional)
project_id (optional)
result (optional)
status (optional)
RUNNING
FINISHED
CANCELLED
FAILED
user (optional)
admin (optional)
imported_is_group (optional)
imported_member_id (optional)
target_is_group (optional)
target_member_id (optional)
Represents a navigation link related to this project
label (optional)
link_url (optional)
active (optional)
admin (optional)
is_group (optional)
member_id (optional)
groups (optional)
users (optional)
label (optional)
url (optional)
Project Data expose (api)
apis (optional)
project_description (optional)
project_id (optional)
Long Project id format: int64
project_label (optional)
Represents informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
NONE
EXPIRATION_DATE
external_emails (optional)
header_visible (optional)
internal_groups (optional)
internal_users (optional)
label (optional)
link (optional)
multiple_link (optional)
publication_mode (optional)
EXTERNAL
INTERNAL
Represents a configuration informations of a range chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a range chart (display informations)
argument_axis (optional)
export (optional)
export_file_name (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
series (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
type (optional)
rangeBar
rangeArea
value_axis (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a range chart value axis
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
dash_style (optional)
dash
dot
Solid
longDash
inverted (optional)
label (optional)
position (optional)
right
left
top
bottom
range_value1_field (optional)
range_value2_field (optional)
show_label (optional)
show_point (optional)
title (optional)
type (optional)
discrete
continuous
logarithmic
value_type (optional)
numeric
string
date
visual_range (optional)
Represents a configuration informations of a Range chart serie
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
name (optional)
range_value1_field (optional)
range_value2_field (optional)
separated_axis (optional)
grammar (optional)
id (optional)
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)
high (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
high (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
high (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
high (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
lib (optional)
negative_value (optional)
positive_value (optional)
semantic_rule (optional)
high (optional)
ignore_case (optional)
lib (optional)
low (optional)
negative_value (optional)
operator (optional)
positive_value (optional)
values_list (optional)
data_blocks (optional)
entities (optional)
creation_date (optional)
display_name (optional)
has_sub_directories (optional)
is_directory (optional)
items (optional)
name (optional)
size (optional)
temp (optional)
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)
value (optional)
value_column_id (optional)
value_column_id2 (optional)
value_list (optional)
Represents an Amazon S3 connector
access_key
bucket
end_point
id (optional)
Long Connector ID format: int64
metadata
proxy_host
proxy_port
Integer HTTP Proxy port format: int32
secret_key
Represents a SFTP connector
credentials (optional)
host
id (optional)
Long Connector ID format: int64
metadata
password (optional)
port
ssh_access (optional)
ssh_access_key (optional)
ssh_secret_phrase (optional)
username (optional)
Represents a configuration informations of a sankey chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a sankey chart (display informations)
alignment (optional)
top
center
bottom
export (optional)
export_file_name (optional)
label (optional)
legend (optional)
link (optional)
node (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
source_field (optional)
target_field (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
weight_field (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a Sankey chart Node
font_color (optional)
use_node_colors (optional)
visible (optional)
Represents a configuration informations of a Sankey chart Node
color_mode (optional)
discrete
source
target
gradient
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
Represents a configuration informations of a scatter chart value axis
aggregation_interval (optional)
argument_type (optional)
String The argument value type
numeric
string
date
column (optional)
custom_position (optional)
Double The custom position format: double
format (optional)
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)
inverted (optional)
label (optional)
minor_grid (optional)
position (optional)
right
left
top
bottom
tick_interval (optional)
title (optional)
type (optional)
discrete
continuous
logarithmic
Represents a configuration informations of a scatter chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a scatter chart (display informations)
argument_axis (optional)
export (optional)
export_file_name (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
rotated (optional)
scroll (optional)
serie_template (optional)
serie_template_field (optional)
serie_template_title (optional)
series (optional)
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)
NONE
SIMPLE
COMPLETE
Represents a configuration informations of a scatter chart value axis
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
column (optional)
custom_position (optional)
Double The custom position format: double
dash_style (optional)
dash
dot
Solid
longDash
inverted (optional)
label (optional)
point_size (optional)
Integer The serie type size format: int32
position (optional)
right
left
top
bottom
show_label (optional)
show_point (optional)
symbol (optional)
circle
cross
polygon
square
triangleDown
triangleUp
title (optional)
type (optional)
discrete
continuous
logarithmic
value_type (optional)
numeric
string
date
visual_range (optional)
Represents a configuration informations of a scatter chart serie
aggregation (optional)
AVG
COUNT
MAX
MIN
SUM
color (optional)
name (optional)
point_size (optional)
Integer The serie type size format: int32
separated_axis (optional)
symbol (optional)
circle
cross
polygon
square
triangleDown
triangleUp
value_field (optional)
id (optional)
position_in_text (optional)
position_in_text_nb (optional)
position_in_text_type (optional)
relative_rules (optional)
relative_rules_operator (optional)
rule (optional)
description (optional)
id (optional)
label (optional)
position_in_text (optional)
position_in_text_nb (optional)
position_in_text_type (optional)
relative_rules (optional)
relative_rules_operator (optional)
rule (optional)
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)
semantic_context (optional)
type (optional)
uca_id (optional)
value (optional)
value_column_id (optional)
value_column_id2 (optional)
value_list (optional)
id (optional)
ign_case (optional)
operator (optional)
search_in (optional)
search_in_mode (optional)
search_interval (optional)
search_interval_nb (optional)
type (optional)
value (optional)
Represents a configuration informations of a simple grid
global (optional)
groups (optional)
Represents a global (general) configuration informations of a simple grid (display informations)
allow_column_reordering (optional)
allow_column_resizing (optional)
column_resizing_mode (optional)
nextColumn
widget
columns (optional)
export_panel_enabled (optional)
group_panel_visible (optional)
header_filter_visible (optional)
hover_state_enabled (optional)
key_expr (optional)
String Key expr (for tree mode)
parent_id_expr (optional)
String ParentId Expr (for tree mode)
row_alternation_enabled (optional)
row_filter_visible (optional)
search_panel_visible (optional)
show_column_lines (optional)
show_row_lines (optional)
sorting_enabled (optional)
title (optional)
tree_mode (optional)
word_wrap_enabled (optional)
column_uuid (optional)
order (optional)
Represents a configuration informations of a dashboard centering
column_uuid (optional)
ignore_case (optional)
Boolean Ignore case (for string type)
operator (optional)
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
numeric
date
uuid (optional)
value (optional)
columns (optional)
datablock_id (optional)
grammar (optional)
label (optional)
source_id (optional)
source_uuid (optional)
centering_modes (optional)
centerings (optional)
grammar (optional)
secret_phrase (optional)
ssh_key
username
code (optional)
text (optional)
count_columns (optional)
data (optional)
summary (optional)
summary_columns (optional)
total_count (optional)
Represents a configuration informations of a timeline
global (optional)
groups (optional)
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)
study_bar (optional)
study_bar_color (optional)
study_zone (optional)
study_zone_color (optional)
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
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)
Represents a displaying theme of a timeline (visibility, colors...)
background_color (optional)
closed_by_default (optional)
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)
study_zone_color (optional)
vertical_line (optional)
Boolean Is the vertical line visible
visible (optional)
Represents the details about a tag
code (optional)
color (optional)
id (optional)
position (optional)
Represents all details about a tag
code (optional)
color (optional)
id (optional)
Long The id. If null, it's about a new tag format: int64
display_name (optional)
dstsavings (optional)
id (optional)
raw_offset (optional)
config (optional)
dash_element_id (optional)
id (optional)
label (optional)
sources (optional)
Represents a configuration informations of a chart title
font (optional)
subtitle (optional)
text (optional)
Represents a configuration informations of a tree map chart
global (optional)
groups (optional)
Represents a global (general) configuration informations of a treemap chart (display informations)
colorizer_type (optional)
discrete
grouped
range
gradient
end_color (optional)
export (optional)
export_file_name (optional)
group1 (optional)
group2 (optional)
group3 (optional)
interact_with_group (optional)
legend (optional)
palette (optional)
bright
harmony_light
pastel
Soft
soft_pastel
vintage
violet
carmine
dark_moon
dark_violet
green_mist
soft_blue
material
office
range_values (optional)
rotated (optional)
scroll (optional)
start_color (optional)
title (optional)
tooltip_columns (optional)
array[String] The list of source column Ids will be visible in the chart point tooltip
value (optional)
zoom_mode (optional)
NONE
SIMPLE
COMPLETE
v1 (optional)
v2 (optional)
v1 (optional)
v2 (optional)
v3 (optional)
absolute (optional)
authority (optional)
fragment (optional)
host (optional)
opaque (optional)
path (optional)
port (optional)
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)
authority (optional)
content (optional)
default_port (optional)
file (optional)
host (optional)
path (optional)
port (optional)
protocol (optional)
query (optional)
ref (optional)
user_info (optional)
Represents an update configuration informations of a bar line chart
global (optional)
groups (optional)
Represents an update descriptive informations about an existing chart
Represents a configuration and additional informations of a chart group
config (optional)
id (optional)
Long The group Id format: int64
Represents an update configuration informations of a dashboard
elements (optional)
global (optional)
Represents an update descriptive informations about an existing dashboard
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)
type (optional)
MAP
TIMELINE
CHART
GRID
MEDIA
HTML_EDITOR
uuid (optional)
Represents an update configuration informations of a funnel chart
global (optional)
groups (optional)
Represents an update configuration informations of a bar gauge chart
global (optional)
groups (optional)
Represents an update configuration informations of a circular gauge chart
global (optional)
groups (optional)
Represents an update configuration informations of a linear gauge chart
global (optional)
groups (optional)
Represents an update descriptive informations about an existing grid
Represents a configuration and additional informations of a grid group
config (optional)
id (optional)
Long The group Id format: int64
Represents an update configuration informations of a hd source
desc (optional)
grammar (optional)
icon_id (optional)
Long The icon Id format: int64
label (optional)
Represents an update configuration informations of a image media
global_config (optional)
groups (optional)
Represents an update configuration informations of a indicator chart
global (optional)
groups (optional)
Represents an update configuration informations of a map
global (optional)
groups (optional)
Represents an update descriptive informations about an existing map
Represents an update configuration informations of a map group
config (optional)
id (optional)
Long The group Id format: int64
Represents an update descriptive informations about an existing media
Represents a configuration and additional informations of a media group
config (optional)
id (optional)
Long The group Id format: int64
Represents an update general descriptive informations about an existing resource (validity, labels, icon, tags...)
active (optional)
code (optional)
description (optional)
duplicated (optional)
icon_id (optional)
Long The icon Id. An icon must be existed format: int64
imported (optional)
licence_type (optional)
short_label (optional)
tags (optional)
Represents an update configuration informations of a pdf media
global_config (optional)
groups (optional)
Represents an update configuration informations of a pie chart
global (optional)
groups (optional)
Represents an update configuration informations of a pivot grid
global (optional)
groups (optional)
Represents a update descriptive information about a project
contexts (optional)
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)
member_permission_template (optional)
members (optional)
metadata (optional)
navigation_links (optional)
Represents an update informations of a dashboard publication
expiration_date (optional)
Date Expiration date format: date-time
expiration_mode (optional)
NONE
EXPIRATION_DATE
external_emails (optional)
header_visible (optional)
internal_groups (optional)
internal_users (optional)
label (optional)
link (optional)
multiple_link (optional)
publication_mode (optional)
EXTERNAL
INTERNAL
Represents an update configuration informations of a range chart
global (optional)
groups (optional)
Represents an update configuration informations of a sankey chart
global (optional)
groups (optional)
Represents an update configuration informations of a scatter chart
global (optional)
groups (optional)
Represents an update configuration informations of a simple grid
global (optional)
groups (optional)
Represents an update configuration informations of a timeline
global (optional)
groups (optional)
Represents an update descriptive informations about an existing timeline
Represents a configuration informations of a timeline group
config (optional)
id (optional)
Long The group Id format: int64
Represents an update configuration informations of a treemap chart
global (optional)
groups (optional)
id (optional)
last_access (optional)
start (optional)
args (optional)
code (optional)
DEFAULT
CODE_DUPLICATED
CODE_NOT_VALID
VALUE_REQUIRED
field (optional)
message (optional)
Represents a configuration informations of a gauge chart value indicator
color (optional)
type (optional)
circle
rhombus
rangeBar
triangleMarker
textCloud
Represents a configuration informations of a chart visual range
start_value (optional)
Double Start value format: double
Represents an XML depot
additional_params (optional)
charset
code (optional)
connector_id (optional)
Long Depot connector ID format: int64
current_version_mask
headers (optional)
headers_referencing_mode
String Depot headers referencing mode
LABEL
POSITION
id (optional)
Long Depot ID format: int64
ignore_surrounding_spaces (optional)
Boolean XML depot ignore surrounding spaces
infer_schema (optional)
metadata
new_line_tag (optional)
parsing_mode
PERMISSIVE
DROPMALFORMED
FAILFAST
path (optional)
treat_empty_values_as_nulls (optional)
Boolean XML depot treat empty values as nulls