cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/trend-reports/{id}?apiKey='
{ "guid": "<string>", "title": "<string>", "intro": "<string>", "summary": "<string>", "publishedDate": "2023-11-07T05:31:56Z", "isFeatured": true, "images": { "header": "<string>", "thumbnail": "<string>" }, "author": { "id": "<string>", "name": "<string>" }, "preview": {}, "links": { "self": "<string>", "web": "<string>" } }
Retrieve a single trend report by GUID or ObjectId.
API key passed as query parameter
Trend report GUID or ObjectId
Successful response
Show child attributes