Replies: 2 comments 1 reply
-
Hey, I assume you are talking about the regular attachment field and its answer. Many commands have also the possibility of a comment or attachment. That is similar but slightly different. To attach, one must do the following:
You can use a test instance of REMS and see what the web application does. If you open the dev console from the browser, and the network tab, you can have a look at what it sends. These can be saved as a curl command etc. too. Let me know if you can't get it to work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
YESSSS!! Thanks again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a form which has a field of type attachment. I have been unable to figure out how to use the API to upload a file to this field. I've tried post_api_applications_save_draft and post_api_applications_add_attachment without success and would appreciate any guidance with which API service to use, and how to specify a call with e.g. curl or Python
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions