- Print
- DarkLight
- PDF
Get list of Survey Line Strings
Operation is used to get a list of Survey Line Strings. Available from product version 2024.3.
Survey Line Strings can be filtered by giving filtering parameters at HTTP querystring (see parameters).
Token issued for API consumer.
Offset to start returning results.
Limit number of results returned. Set to -1 to use maximum limit set in the environment. Default limit will be used if parameter is not specified. Special value -1 is available from product version 3.2.18.
Filters list by selected object field value. Supports structured queries via +__+ delimiter. Supports ending keywords via +__+ delimiter:
- For string fields: istartswith, startswith, iendswith, endswith, contains, icontains, isnull
- For numerics: gt, lt, gte, lte, isnull
- For spatial fields: contains, isnull, within, intersects, disjoint, touches, overlaps, covers, coveredby Examples:
+++usage_state__txt__istartswith=in+++
,+++plan__state__txt__startswith=In+++
,+++creation_date__gte=2019-01-02T15:32:01+++
,+++location__within=POLYGON ((641503.89 6944059.81, 641406.52 6943933.87, 641369.48 6943772.48, 641474.25 6943704.74, 641873.78 6943735.96, 641848.38 6943975.15, 641607.08 6944167.76, 641653.11 6944102.15, 641503.89 6944059.81))+++
Supports exclusive queries by field value using a not-operator preceeding the field lookup: Examples:+++not__type__txt__istartswith=Tie+++
,+++not__id=1390+++
Selects the object field to order the returned objects by. Can be used to sort in reverse order with '-' prefix. Can have several ordering rules separated by comma. Can be used only for object own fields and does not supports structured queries. Example: orderby=creator,-creation_date
Coordinate system to transform location to.
Example: srs=epsg:4326
A result response object
{
"Next": "http://testserver/api/v2/survey-line-strings/?limit=10&offset=10",
"Previous": null,
"Results": [
{
"code": "2111",
"convertCode": {
"code": "2110",
"codeType": "",
"description": "Cable route begins",
"geometryType": {
"groupname": "SURVEY_GEOM_TYPE",
"id": 521,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_GEOM_TYPE/",
"numValue": 2,
"orderno": 2,
"txt": "Line",
"txtValue": ""
},
"id": 1,
"idText": "KARTOITETTU",
"listUrl": "http://keycore.example.fi/api/v2/convert-codes",
"objectType": 1001,
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"specificType": 1001,
"typeFieldId": "810"
},
"id": 23781,
"length": 1411.79,
"location": "SRID=3067;LINESTRING Z (440108.2345358517 6718072.808745892 0, 442225.1571307772 6717897.495076658 0, 444347.0799328478 6717739.062695649 0)",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "https://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2021-04-22T12:30:15Z",
"zCoord": "123.552"
},
{
"code": "2111",
"convertCode": null,
"id": 23801,
"length": 20350.71,
"location": "SRID=3067;LINESTRING Z (478008.7406 7239477.5365 0, 478003.4746 7239486.4885 0, 477995.4586 7239499.9436 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111\t2\t7241179.31911\t3483354.96564\t114.849\n9\t1\t2111\t3\t7241178.1556\t3483370.5469\t114.031\n9\t1\t2111\t4\t7241178.70476\t3483392.56676\t113.465\n9\t1\t2111\t5\t7241177.85634\t3483416.43835\t112.843\n9\t1\t2111\t6\t7241177.14301\t3483433.84035\t112.512\n9\t1\t2111\t7\t7241176.2636\t3483450.17791\t111.779\n9\t1\t2111\t8\t7241174.20174\t3483461.63051\t112.178\n9\t1\t2111\t9\t7241173.83156\t3483472.18376\t110.835\n9\t1\t2111\t10\t7241172.86809\t3483501.31747\t109.474\n9\t1\t2111\t11\t7241172.40883\t3483526.7677\t108.875\n9\t1\t2111\t12\t7241170.46291\t3483573.20637\t108.525\n9\t1\t2111\t13\t7241169.53247\t3483597.19601\t108.494\n9",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2016-09-01T12:17:48Z",
"zCoord": "105.838"
},
{
"code": "2111",
"convertCode": null,
"id": 23821,
"length": 5619.92,
"location": "SRID=3067;LINESTRING Z (480324.5819 7285492.5469 0, 480325.9509 7285500.9989 0, 480325.9209 7285502.5379 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111\t2\t7241179.31911\t3483354.96564\t114.849\n9\t1\t2111\t3\t7241178.1556\t3483370.5469\t114",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2016-09-01T12:17:49Z",
"zCoord": "138.518"
},
{
"code": "2111",
"convertCode": null,
"id": 23841,
"length": 10820.73,
"location": "SRID=3067;LINESTRING Z (482030.7616 7275385.4065 0, 482032.2226 7275389.7205 0, 482032.8776 7275396.9615 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111\t2\t7241179.31911\t3483354.96564\t114.849\n9",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2016-09-01T12:17:51Z",
"zCoord": "117.962"
},
{
"code": "2111",
"convertCode": null,
"id": 23861,
"length": 5147.08,
"location": "SRID=3067;LINESTRING Z (474718.9567 7237189.0361 0, 474723.9297 7237186.633 0, 474741.3357 7237176.491 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2018-04-25T11:01:40Z",
"zCoord": "115.584"
},
{
"code": "2111",
"convertCode": null,
"id": 23881,
"length": 8669.7,
"location": "SRID=3067;LINESTRING Z (463660.287 7266942.2046 0, 463666.63 7266943.0366 0, 463676.658 7266943.6456 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.098\n9\t1\t2111\t2\t7241179.31911",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2016-09-01T12:18:33Z",
"zCoord": "91.719"
},
{
"code": "2111",
"convertCode": null,
"id": 23901,
"length": 357.09,
"location": "SRID=3067;LINESTRING Z (469709.5092 7264759.3009 0, 469707.2661 7264749.5099 0, 469706.9891 7264747.1489 0)",
"operator": null,
"surveyFile": {
"combinePoint": true,
"combinePointNumber": true,
"coordinateOrder": null,
"createdBy": "test.user",
"createdDate": "2016-09-01T12:17:34Z",
"fileName": "testi_01092016.txt",
"hashCode": "f4dc74cd67464caef81a467f8a49cce8b4680415",
"heightAccuracy": null,
"historyDate": null,
"id": 5721,
"identification": "testi_01092016.txt",
"inputSrs": "EPSG:3067",
"kindCode": null,
"listUrl": "http://keycore.example.fi/api/v2/survey-files/",
"locationAccuracy": {
"availability_end_ts": null,
"availability_start_ts": null,
"available": true,
"groupname": "LOCATION_ACCURACY",
"id": 7981,
"list_url": "http://keycore.example.fi/api/v2/txt_constants/groupname/LOCATION_ACCURACY/",
"logical_txt": "1.0m",
"num_value": 1.0,
"num_value2": null,
"num_value3": null,
"num_value4": 3.0,
"txt": "1.0m"
},
"mapper": "test.user",
"mappingConfig": {
"id": 1,
"label": "T3 PIH",
"listUrl": "http://keycore.example.fi/api/v2/mapping-configs",
"separator": ""
},
"mappingMethod": null,
"name": "",
"operator": {
"groupname": "SURVEY_DATA_OPERATOR",
"id": 621,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/SURVEY_DATA_OPERATOR/",
"numValue": 1,
"orderno": 1,
"txt": "Sonera",
"txtValue": ""
},
"procedure": {
"groupname": "PROCEDURE",
"id": 101,
"listUrl": "http://keycore.example.fi/api/v2/survey-constants/groupname/PROCEDURE/",
"numValue": 2,
"orderno": 2,
"txt": "Create geometries",
"txtValue": ""
},
"processed": false,
"rawText": "9\t1\t2111\t1\t7241180.18549\t3483344.50444\t115.877",
"srid": 294914,
"surveyAmount": null,
"updatedBy": "test.user",
"updatedDate": "2016-09-01T12:17:34Z"
},
"updatedBy": "test.user",
"updatedTs": "2016-09-01T12:19:05Z",
"zCoord": "107.472"
}
],
"Total": 505
}
URL to next page of Survey Line Strings list. Null if No next page exist
URL to previous page of Survey Line Strings list. Null if No previous page exist
List of Survey Line Strings
Survey Line String
Code
Convert code string
Convert code type
Convert code description
Geometry Type
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
Primary key
Convert code text
Convert code object type
Operator
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
Convert code specific type
Convert code type id
Unique identifier of survey line string
Length of the survey line string
Geographical location
Operator
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
SurveyFile
Is survey file processed to have combined point
Is survey file processed to have combined point number
Coordinate Order
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
created by user
created date
file name attached to the survey file
hash code of the file attached to the survey file
Height accuracy
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
history date of survey file
Unique id of survey file
identification of survey file
input srs of the survey file
Kind Code
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
Location accuracy
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Mapper of the survey file
Primary key
Mapping config label
Mapping config separator
Mapping method
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
name of survey file
Operator
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
Plan
District Heating Consumer Point Duct Diameter
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
District Heating Consumer Point Duct Diameter
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Construction
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Excavation
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
District Heating Consumer Point Limiter
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Piping
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Agreed Delivery Date. Activated on request by customer.
Area Description. Activated on request by customer.
Begin Date
Contact Name. Not shown when displaying plan details in related objects. Activated on request by customer.
Contact Email Address. Activated on request by customer.
Contact Name. Activated on request by customer.
Contact phone number. Activated on request by customer.
Consumer Point Identification. Activated on request by customer.
Created by
Create Date
Customer Contact Date. Activated on request by customer.
Description
Desired Delivery Date. Activated on request by customer.
District Area
Geographical location as EWKT representation
Name of District Area
Duration. Activated on request by customer.
Expire Date
First contact person for plan. Not shown when displaying plan details in related objects. Activated on request by customer.
Unique id of plan
Implementation Date. Activated on request by customer.
Implementation Date. Activated on request by customer. Format is date with no time from product version 3.7.1.
Latest Implementation Date. Activated on request by customer. Format is date with no time from product version 3.7.1.
URL to the list of all Plans. Only shown when displaying plan details in related objects.
Geographical location. As EWKT representation
Louhi ID. Activated on request by customer.
Modifications. Not shown when displaying plan details in related objects. Activated on request by customer.
Name of Plan
Plan Network Type
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Network Owner
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Offer Accepted Date. Activated on request by customer.
Offer ID. Activated on request by customer.
URL to the plan of which the plan is part of (subplan). Available from version 3.2.24. Activated on request by customer.
Plan remark. Not shown when displaying plan details in related objects. Activated on request by customer.
Plumbing Start Date. Activated on request by customer.
Property address. Not shown when displaying plan details in related objects. Activated on request by customer.
Plan Publicity
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan state
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Sum of cost for all related objects for the plan. Not shown when displaying plan details in related objects. Activated on request by customer.
Plan type
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Updated by
Update Date
Work Activities. Activated on request by customer.
Plan Work Phase
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Work Project. Activated on request by customer.
Plan Work Type
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Work Type Main
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Plan Work Type Sub
Ending date time for availability
Beginning date time for availability
Is object deemed as available. Based on availability_start_ts and availability_end_ts values.
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Logical textual value
Numeric value
Numeric value 2
Numeric value 3
Numeric value 4
Human readable textual representation
Procedure
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
Is survey file processed or not
raw text of the file attached to the survey file
Srid of the survey file
Amount of surveys in the file
updated by user
updated date
User who last updated the survey line string
Last updated timestamp
Z-coordinate
Number of Survey Line Strings in the list
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error