curl --location --request GET '/entities/Medias/'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"appointment": "http://example.com",
"task": "http://example.com",
"call": "http://example.com",
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"call_id": "01234567-abcd-dcba-ffff-000000000000",
"data": {},
"description": "string",
"error_code": 1,
"status": 1,
"type": 1,
"revision": 1,
"audio_id": "01234567-abcd-dcba-ffff-000000000000",
"transcription_file_id": "01234567-abcd-dcba-ffff-000000000000",
"transcription_id": "string",
"transcription_language": "string",
"transcription_summary": "string",
"get_transcription_viewer_token": "string"
}
}