When obtaining a shared link via an API call, the unique ID that is returned as part of the shared link URL is 15 characters, based on my initial experimentation. Is that a fixed length?
I am trying to parse out that unique ID, and the easiest way in VBA is simply to extract so many characters out of the req.responsetext. If it could change somewhat randomly, then I need to look at a more complex handling of JSON messaging.
I did not find anything in the documentation, but I may not be looking for the right keyword.