cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/managers/{id}?apiKey='
{ "guid": "<string>", "name": "<string>", "logo": "<string>", "isFeatured": true, "latestIssueDate": "2023-11-07T05:31:56Z", "issueType": "<string>", "managerCounsel": "<string>", "createdDate": "2023-11-07T05:31:56Z", "reportCount": 123, "links": { "self": "<string>", "reports": "<string>", "web": "<string>" } }
Retrieve a single manager by GUID or ObjectId.
API key passed as query parameter
Manager GUID or ObjectId
Successful response
Show child attributes