Link Groups REST Endpoints

Link/Link Groups
Use for managing link groups.
Create a Link Group
Method: post
Path: /api/link/LinkGroups/
Delete a Link Group
Method: delete
Path: /api/link/LinkGroups/{id}
Get a Link Group
Method: get
Path: /api/link/LinkGroups/{id}
Get Link Groups for Tree Grids
Method: get
Path: /api/link/LinkGroups/readForTree
Get Link Groups for Tree Grids or Form Grids
Method: get
Path: /api/link/LinkGroups/
Move Link Groups to a Different Parent
Method: put
Path: /api/link/LinkGroups/updateMove
Move or Copy Links to a Different Group
Method: put
Path: /api/link/LinkGroups/updateLinks
Update a Link Group
Method: put
Path: /api/link/LinkGroups/{id}