-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
1
-
- links to
[JSDSERVER-8693] Extend Insight REST API to allow users to upload files
Support reference count | New: 1 |
Labels | New: ril |
Remote Link | New: This issue links to "Internal ticket (Web Link)" [ 977887 ] |
UIS | Original: 0 | New: 1 |
UIS | Original: 1 | New: 0 |
UIS | Original: 0 | New: 1 |
UIS | Original: 1 | New: 0 |
UIS | New: 1 |
Comment |
[ In my case - this API is very useful for imports automation.
I used non-public API for imports automation. For upload file used next endpoint: {noformat} rest/insight/1.0/file/upload {noformat} Also, will be beautiful, have a public API that can change file for usage. I use PUT request to endpoint for change import source file: {noformat} /rest/insight/1.0/importsource {noformat} with JSON in data. After this, I can start import with Public API. https://insight-javadoc.riada.io/insight-javadoc-8.6/insight-rest/#object In this request, I wanted to open API for upload and change import source. ] |
Description |
Original:
In Insight, user can upload their own files for imports but it needs to be done via
Insight Object Schemas > Object Schema Configuration > > Configure > File !Files.png|thumbnail! It would be beneficial if a REST API could do this. |
New:
In Insight, user can upload their own files for imports but it needs to be done manually via
Insight Object Schemas > Object Schema Configuration > > Configure > File !Files.png|thumbnail! It would be beneficial if a REST API could do this. |