get https://api.humanapi.co/v1/human/medical/narratives
Get a list of medical narratives associated with the user
Response Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The id of the resource | 
| source | String | The name of the originating service | 
| updatedAt | Date | The time the record was updated on the Human API server | 
| createdAt | Date | The time the record was created on the Human API server | 
| dateTime | Date | (optional) The date of the narrative | 
| author | String | (optional) The name of the author | 
| entries | Array[Object] | (optional) Array of entry objects (See below) | 
Entry Object
| Property | Type | Description | 
|---|---|---|
| title | String | (optional) The title of the entry | 
| text | String | (optional) The description text of the entry | 
