Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The contents of the Feedback are explained here: Feedback Interface

Access Token & URL

Info

You can see here how to get an access token and the URL: Access Token

Feedback API:

Code Block
curl '<HOST OF URL>/chat-gen2/feedback?startDate=2024-05-03' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>' 

Format the .csv

You may find that the downloaded content does not split properly when using the ‘Text to Columns’ function in Excel. This is due to the content of some cells being too large to split.

To get around this:

  1. From the ‘Data’ tab in Excel, select ‘Get Data’ and select your .csv file.

  2. In the Preview select Delimiter = Semicolon

  3. Then ‘Transform data’ and in ‘Advanced Editor’ add the section QuoteStyle=QuoteStyle.Csv to ignore the quoted line breaks:

...

Author

Tom Hobbs