...
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
micro_pipe_id | int | Optional: ID des Mikrorohres | ab Version 2024.3.0 |
segment_ids | array | Optional: Liste von IDs von Mikrorohr-Segmenten | ab Version 2024.3.0 |
exclude_broken_pipes | int | Optional: Schließt als defekt markierte Mikrorohre aus | ab Version 2024.3.0 |
Rückgabewert
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Segmentes | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Segmentes | ab Version 2024.3.0 |
number | int | Reihenfolgen-Nummer des Mikrorohr-Segmentes | ab Version 2024.3.0 |
length | int | Länge des Mikrorohr-Segmentes | ab Version 2024.3.0 |
is_section_start | boolean | Flag, ob das Mikrorohr-Segment den Startpunkt einer Mikrorohr-Strecke kennzeichnet | ab Version 2024.3.0 |
cable_id | int | ID des zugewiesenen Kabels | ab Version 2024.3.0 |
cable_title | string | Titel des zugewiesenen Kabels | ab Version 2024.3.0 |
micro_pipe_id | int | ID des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_title | string | Titel des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_group_id | int | ID des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
micro_pipe_group_title | string | Titel des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
left_connector_id | int | ID des Mikrorohr-Verbinders links | ab Version 2024.3.0 |
left_branching_point_id | int | ID der Abzweigstelle links | ab Version 2024.3.0 |
right_connector_id | int | ID des Mikrorohr-Verbinders rechts | ab Version 2024.3.0 |
right_branching_point_id | int | ID der Abzweigstelle rechts | ab Version 2024.3.0 |
...
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"method":"cable.micro_pipe_segment.get_ending_micro_pipe_segments",
"params":{
"apikey":"24174j3tqj",
"id":4,
"micro_pipe_id": 4
},
"version":"2.0",
"id": 1
} |
...
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Segmentes | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Segmentes | ab Version 2024.3.0 |
number | int | Reihenfolgen-Nummer des Mikrorohr-Segmentes | ab Version 2024.3.0 |
length | int | Länge des Mikrorohr-Segmentes | ab Version 2024.3.0 |
is_section_start | boolean | Flag, ob das Mikrorohr-Segment den Startpunkt einer Mikrorohr-Strecke kennzeichnet | ab Version 2024.3.0 |
cable_id | int | ID des zugewiesenen Kabels | ab Version 2024.3.0 |
cable_title | string | Titel des zugewiesenen Kabels | ab Version 2024.3.0 |
micro_pipe_id | int | ID des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_title | string | Titel des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_group_id | int | ID des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
micro_pipe_group_title | string | Titel des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
left_connector_id | int | ID des Mikrorohr-Verbinders links | ab Version 2024.3.0 |
left_branching_point_id | int | ID der Abzweigstelle links | ab Version 2024.3.0 |
right_connector_id | int | ID des Mikrorohr-Verbinders rechts | ab Version 2024.3.0 |
right_branching_point_id | int | ID der Abzweigstelle rechts | ab Version 2024.3.0 |
...
cable.micro_pipe_segment.trace_by_micro_pipe_segment
Beschreibung
Gibt die Verbindungen einer Mikrorohr-Strecke anhand eines Mikrorohr-Segmentes aus.
...
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"method":"cable.micro_pipe_segment.trace_by_micro_pipe_segment",
"params":{
"apikey":"24174j3tqj",
"segment_id":4
},
"version":"2.0",
"id": 1
} |
...