cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/reports/{id}?apiKey='
{ "guid": "<string>", "title": "<string>", "summary": "<string>", "preview": {}, "publishedDate": "2023-11-07T05:31:56Z", "region": "<string>", "issueType": "<string>", "issueVersion": "<string>", "isFeatured": true, "images": { "header": "<string>", "thumbnail": "<string>" }, "manager": { "id": "<string>", "guid": "<string>", "name": "<string>", "logo": "<string>" }, "issuer": { "id": "<string>", "guid": "<string>", "name": "<string>", "logo": "<string>" }, "retentionHolder": {}, "tags": [ { "id": "<string>", "label": "<string>", "slug": "<string>" } ], "sourceDoc": {}, "content": { "highlights": "<string>", "keyConsiderations": "<string>", "firstLook": "<string>", "body": "<string>" }, "links": { "self": "<string>", "web": "<string>", "embed": "<string>" } }
Retrieve a single report by GUID or ObjectId.
API key passed as query parameter
Report GUID or ObjectId
Include full body content
Successful response
Show child attributes