Links REST Endpoints

Link/Links
Use for managing links.
Create a Link
Method: post
Path: /api/link/Links/
Delete a Link
Method: delete
Path: /api/link/Links/{id}
Get a Link by ID
Method: get
Path: /api/link/Links/{id}
Get Links
Method: get
Path: /api/link/Links/
Get Links for Combo Boxes and Item Selectors
Method: get
Path: /api/link/Links/readForSelect
Update a Link
Method: put
Path: /api/link/Links/{id}