Exporting HighQ sites

Hi

I'm exporting HighQ sites to our SharePoint environment. Is there any way that I can export Q&A items as well as files?

Regards

Morten

  • 0
    Thomson Reuters Thomson Reuters staff member

    Hi,

    We're looking into it.

    Thank you.

  • 0
    Thomson Reuters Thomson Reuters staff member
    in reply to Rakesh .

    Hi Morten,

    1) You can obtain the Q&A by using the Export option. Please refer to the attached screenshot for guidance.

    2) Kindly ensure that you select the necessary checkboxes to organize the files within a folder. The attached screenshot provides further clarification.


    Please reach out to us, if you have any further questions.

    Thank you.

  • Thanks Rakesh

    But then we have to manually create them. My question was if I can get them through code/Api like i can get the ordinary files.

    Morten

  • 0
    Thomson Reuters Thomson Reuters staff member
    in reply to Morten Fahrnholz

    Hi Morten,

    Q&A- Unfortunately, specific endpoints for this feature are not available within the HighQ documentation on the developer portal.

    Files-

    1) To retrieve files located within a specific folder, you can use the following endpoint:api/{version}/files?q="folderid=12345". For further information, please refer to the "Get Files" section on the developer portal.

    Developer portal link: https://developers.thomsonreuters.com/pages/api-reference/bf5a65d2-7bbd-4164-9596-eb6591c4cb1b#tag/document-resource-apis/get/%7Bversion%7D/files

    Please find below attached snapshot for your reference.

    2) To access the list of folders within a particular site, please utilize the endpoint: /{version}/sites/{siteid}/folders. More detailed instructions can be found under the "/{version}/sites/{siteid}/folders" section on the developer portal.


    Developer portal link:  https://developers.thomsonreuters.com/pages/api-reference/bf5a65d2-7bbd-4164-9596-eb6591c4cb1b#tag/site-resource-apis/get/%7Bversion%7D/sites/%7Bsiteid%7D/folders

    Please find below attached snapshot for your reference.




    Thank you.