Skip to main content
GET
/
insight
/
public
/
{rec_id}
/
qa-report
Get Shared Qa Report
curl --request GET \
  --url https://api.example.com/insight/public/{rec_id}/qa-report
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

rec_id
string<uuid>
required

Query Parameters

version
integer | null

The version of the QA report to retrieve

Response

Successful Response