Forum Discussion

petermanser's avatar
11 years ago

REST API Threading doesn't work for reviews

Hi there.

 

I want to retrieve a threaded list of Reviews (Message with a Rating object). I found the documentation to this feature: Understanding linear and threaded sorting in REST API.

 

But when I try calling this route ("threaded"), I get an error:

https://community.client.ch/restapi/vc/threads/id/123/messages/threaded?restapi.format_detail=full_list_element

 

<response status="error">
    <error code="100">
        <message>Ein unerwarteter Fehler ist aufgetreten.</message>
    </error>
</response>

 

When I call "linear", I get a linear list of reviews, as expected. (but of course, no comments/replies)

https://community.client.ch/restapi/vc/threads/id/123/messages/linear?restapi.format_detail=full_list_element

 

 

Any ideas? Bug?

 

Thanks for your help!

2 Replies

  • HaidongG's avatar
    HaidongG
    Lithium Alumni (Retired)
    11 years ago

    hi petermanser ,

     

    it took a second for me to find out what is "Ein unerwarteter Fehler ist aufgetreten". :smileyvery-happy:

     

    I recommend you to open a ticket with the support team or your lithium contact, who can help you to take a look of the log file and find out the exact error message, it could be a bug.

  • hi HaidongG 

     

    thank you for your help. I'll check it with our contact and we'll post the findings here.

     

    Cheers.