Get Links and Link Groups Under a Specific Node

get

/api/link/LinkNavigation/readForTree

Gets links and link groups under a specific node.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : linkNavigationRead
Type: object
Show Source
Nested Schema : data
Type: array
List of LinkGroup
Show Source
Example:
[
    {
        "id":"4",
        "LinkGroupID":"4",
        "text":"Admin",
        "expanded":false
    },
    {
        "id":"3",
        "LinkGroupID":"3",
        "text":"Operators",
        "expanded":false
    },
    {
        "id":"2",
        "LinkGroupID":"2",
        "text":"Public",
        "expanded":false
    }
]
Nested Schema : items
Type: object

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top