cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/entities/{id}?apiKey='
{ "guid": "<string>", "name": "<string>", "logo": "<string>", "type": "<string>", "createdDate": "2023-11-07T05:31:56Z", "links": { "self": "<string>" } }
Retrieve a single entity by GUID or ObjectId.
API key passed as query parameter
Entity GUID or ObjectId
Successful response
Show child attributes