Clipboard Entries REST Endpoints
Product Lifecycle Management/Clipboard Entries
The Clipboard Entries resource lets you copy, drag and drop, and paste content from the clipboard.
- Add multiple entries to clipboard
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/clipboardEntries - Delete one entry from the clipboard
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/clipboardEntries/{ClipboardEntryId} - Get all entries from the clipboard
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/clipboardEntries - Get one entry from the clipboard
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/clipboardEntries/{ClipboardEntryId}