Links REST Endpoints
Links/Links
Use for managing links.
- Create a Link
- Method: postPath:
/api/link/Links/
- Delete a Link
- Method: deletePath:
/api/link/Links/{id}
- Get a Link by ID
- Method: getPath:
/api/link/Links/{id}
- Get Links
- Method: getPath:
/api/link/Links/
- Get Links for Combo Boxes and Item Selectors
- Method: getPath:
/api/link/Links/readForSelect
- Update a Link
- Method: putPath:
/api/link/Links/{id}