I am trying to access the smartsheet API. They have a sample code provided in curl to access it.
To access your Sheet list, construct an HTTPS request using your favorite programming or scripting language. Here is an example using the curl from a linux command line:
curl https://api.smartsheet.com/1.0/sheets \
-H "Authorization: Bearer 0da6cf0d-848c-4266-9b47-cd32a6151b1f" \
-H "Assume-User: john.doe%40smartsheet.com"
How do I do that in vb.net or from a html form?
This is a rather large subject but at it’s most simple you could try this…
and then…
I’m unfamiliar with the smartsheet API but you can use this as a start point.
If you are using a Proxy you will need to add…
and specify the proxy when you make the request…