Skip to main content
GET
/
reports
/
{id}
/
first-look
Get report first-look
curl --request GET \
  --url 'https://www.thereviewport.com/api/reports/{id}/first-look?apiKey='
{
  "guid": "<string>",
  "title": "<string>",
  "firstLook": "<string>",
  "links": {
    "self": "<string>",
    "web": "<string>",
    "embed": "<string>"
  }
}

Authorizations

apiKey
string
query
required

API key passed as query parameter

Path Parameters

id
string
required

Report GUID or ObjectId

Response

Successful response

guid
string
title
string
firstLook
string