Accusoft will be performing a system upgrade from February 2-6, 2023. As a result, certain external services will be temporarily unavailable during that time.
For more detailed information, Click Here.
Why am I receiving a 500 error when making a Viewing Session PUT request?
This issue can occur if you forget to prefix the {viewingSessionId} portion of the URL with u, or if you simply request an invalid {viewingSessionId} in the call.
{viewingSessionId}
u
For example, the PUT call should look like the following:
PUT /ViewingSession/u{viewingSessionId}/SourceFile
For more information on syntax and other API calls related to Viewing sessions, please see:
https://help.accusoft.com/PrizmDoc/latest/HTML/webframe.html#pas-viewing-sessions.html