Skip to main content
JSON Manual Created Edited

Select

Input URI

{base url} + view/SELECT



Active Methods

GET



Response Examples

Return Selected Node and Element ID list

{
    "SELECT": {
        "NODE_LIST": [
            67,
            130,
            171,
            172,
            173,
            178,
            179
        ],
        "ELEM_LIST": [
            92,
            93,
            99,
            106,
            235,
            308,
            313,
            314,
            315,
            316,
            317,
            323,
            324,
            325,
            335,
            336,
            337,
            338,
            339,
            340
        ]
    }
}
0
Was this article helpful?