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

Path Parameters

rec_id
string<uuid>
required

Query Parameters

version
integer | null

The version of the Persona report to retrieve

Response

Successful Response