Forum Discussion

Inactive User's avatar
Inactive User
5 years ago

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
    5 years ago

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

  • Inactive User's avatar
    Inactive User
    5 years ago

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

     

    Any idea where the documentation for this is?