cURL
curl --request POST \ --url http://localhost:3000/users/{userId}/resources/read \ --header 'Content-Type: application/json' \ --data ' { "uri": "<string>", "serverName": "<string>" } '
{ "uri": "<string>", "name": "<string>", "description": "<string>", "mimeType": "<string>", "content": {}, "type": "<string>", "metadata": {}, "serverName": "<string>" }
Reads the content of a specific resource
Resource content