Get Link Groups for Tree Grids

get

/api/link/LinkGroups/readForTree

Gets link groups in a format suitable for tree grids.

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 : linkLinkGroupsReadForTree
Type: object
Show Source
Nested Schema : data
Type: array
List of LinkGroups
Show Source
Example:
[
    {
        "LinkGroupID":"2",
        "LinkGroupName":"Public",
        "leaf":true,
        "iconCls":"x-tree-icon-parent"
    },
    {
        "LinkGroupID":"3",
        "LinkGroupName":"Operators",
        "leaf":true,
        "iconCls":"x-tree-icon-parent"
    },
    {
        "LinkGroupID":"4",
        "LinkGroupName":"Admin",
        "leaf":true,
        "iconCls":"x-tree-icon-parent"
    }
]
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