In the POST https://dynalist.io/api/v1/doc/read
, I’d love for the Id
to be passed back.
Hoping this might be simple on your end?
Interesting. Can I ask why you need the id
to be passed back? I’m guessing the callback is somewhere else and doesn’t know about the document id?
See here:
- https://gist.github.com/StachuDotNet/199323971aff03729149fc9f4855a2a6#file-dynalist-fs-L69-L90 function I’m calling, where my work-around is (just passing back Id in fn call)
- https://gist.github.com/StachuDotNet/199323971aff03729149fc9f4855a2a6#file-usage-fs-L35-L38 usage
My scenario is one in which I’m fetching multiple documents in parallel, by documentId
s.
I want to later correspond these fetched documents to the documentId
s I fetched them with.
I’ve created a really simple work-around for this, (shown in sample).
Either way - a non-blocker for me, but I think it’s pretty standard to return identifiers in API responses, no?
Sounds pretty reasonable - I’ll add it in soon.
1 Like
It’s now added, closing this.