cURL
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>" } }
Retrieve the first-look section for a report.
API key passed as query parameter
Report GUID or ObjectId
Successful response
Show child attributes