cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/managers/{id}/reports?apiKey='
{ "meta": { "page": 123, "pageSize": 123, "total": 123, "totalPages": 123, "hasNextPage": true }, "manager": { "guid": "<string>", "name": "<string>" }, "results": [ { "guid": "<string>", "title": "<string>", "summary": "<string>", "publishedDate": "2023-11-07T05:31:56Z", "region": "<string>", "issueType": "<string>", "issueVersion": "<string>", "isFeatured": true, "images": { "header": "<string>", "thumbnail": "<string>" }, "manager": { "guid": "<string>", "name": "<string>", "logo": "<string>" }, "issuer": { "guid": "<string>", "name": "<string>", "logo": "<string>" }, "tags": [ { "id": "<string>", "label": "<string>", "slug": "<string>" } ], "links": { "self": "<string>", "web": "<string>", "embed": "<string>" } } ] }
Retrieve a paginated list of reports by a specific manager.
API key passed as query parameter
Manager GUID or ObjectId
Page number (1-indexed)
x >= 1
Number of items per page
1 <= x <= 100
Successful response
Show child attributes