Forum Discussion
SuzieH
5 years agoKhoros Alumni (Retired)
HI jeffshurtliff This definitely worked for me when I tested the calls originally. I'll see if I can get some devs or a PM to comment here.
Sign in to react to this post
- jeffshurtliff5 years agoBossSign in to react to this post
- SuzieH5 years agoKhoros Alumni (Retired)
jeffshurtliff I haven't heard anything, but I had thought there was an active ticket already looking on this. AshishKe can you give an update on on the issues with archiving a message via the API?
Sign in to react to this post- NarendraG5 years agoKhoros Alumni (Retired)
jeffshurtliff The issue is in the request made.
Body should be a json array, for example -
[{"messageId" : "174"}]and an optional "suggestedUrl" can be passed like -
Although it is a JSON array, it can only take one element for now, it was designed keeping the future bulk archive in the mind. For now only one thread id can be sent for archiving in one POST request.
Sign in to react to this post