Forum Discussion

Anonymous's avatar
Anonymous
6 years ago
Solved

Where is the actual URL in a V1 response?

I get returned the href for another API call .... I'm looking for a url I can use to link. What I get in all areas of the message object are values like:   href: "/threads/id/9168" Canonical url ...
  • MattV's avatar
    6 years ago

    You need to add ?restapi.response_style=view parameter, and then you will get a view_href property returned for the thread.

  • Anonymous's avatar
    Anonymous
    6 years ago

    MattV Which parameter? I already have a ?restapi.response_format=json parameter. Thanks.

     

    Any idea where the documentation for this is?