Download form file attachment using c# httpClient

Hello We have attachment in forms using FILE/SIGNATURE URL. How can I download attachments from the Url sent to webhooks? We received file Url? https://sureinc.formstack.com/admin/download/file/10254052647 Does that require API auth? Thanks

I need to consume an API in my FormStack form

I have a FormStack form where I need to call an third party vendor API to get some information before submitting the form, does formstack allows you to have server side logic?
ANSWERED

Form ID?

"https://www.formstack.com/api/v2/form/id/submission.json" I am currently using API developer resources to retrieve form submissions. I am on the trial version, I can't seem to find the form ID anywhere. How can I retrieve the form ID? please let me know.
ANSWERED

Editing an existing submission

Once a submission is collected from an end user, can they later re-open it and edit it? Might this be possible with the API?

How can i find client_id?

The application's client id

Node.js formPost API Returns Error

When I try to follow the Node.js example in the documentation, I get this error: "`formPost` does not appear to be a valid operation on this API." When I try to install the API from OpenAPI, I get this error: "Sorry, this OpenAPI definition does not have any operation paths to generate an SDK for." I'd appreciate any help with this.
ANSWERED

Pull PDF via API

Is there a way to download a PDF of a form Submission via API?

CORS error

Is there some way to authorize my domain to be able to post submissions via the API without getting a CORS error?

Calculating working weeks between two dates

Hello. I have a start date and end date on my form. How can I calculate the number of weeks between two dates - but it must only be based on a 5 day week. So 11th April to 28th April should equal a value of 2.8 (weeks). I have zero knowledge of Java so I’m hoping I can copy and paste a solution? Thanks in advance !

Getting SCIM Token from API section in Formstack

In the Formstack Api Authentication section, there is a tip to create SCIM Token: https://www.formstack.com/admin/apiKey/main, but unfortunately there is no option in the setting menu to create one. Could someone help me to create SCIM Token or correct me if I make mistakes through the process?