GET api/Auscultations/{id}?dateFrom={dateFrom}&userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom | integer |
Required |
|
| id | globally unique identifier |
Required |
|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SharedWIthMeAuscultationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| ConsultationId | globally unique identifier |
Required |
|
| OwnerId | globally unique identifier |
Required |
|
| PatientWeight | decimal number |
Required |
|
| PatientHeight | decimal number |
Required |
|
| PatientAge | integer |
None. |
|
| Reason | string |
None. |
|
| Medications | string |
None. |
|
| Diagnostics | string |
None. |
|
| ComplementaryExams | string |
None. |
|
| Type | AuscultationType |
Required |
|
| AnalyseType | AnalyseType |
Required |
|
| ECGType | ECGType |
Required |
|
| Rythm | Rythm |
None. |
|
| PPoints | string |
None. |
|
| QPoints | string |
None. |
|
| RPoints | string |
None. |
|
| SPoints | string |
None. |
|
| TPoints | string |
None. |
|
| CreationDate | date |
None. |
|
| LastUpdateDate | date |
None. |
|
| Signal | Collection of byte |
None. |
|
| Description | string |
None. |
|
| PulmonarySymptoms | Collection of PulmonarySymptom |
None. |
|
| Souffles | Collection of Souffles |
None. |
|
| FoyerId | globally unique identifier |
Required |
|
| AuscultationPositionId | globally unique identifier |
Required |
|
| Comments | Collection of Comment |
None. |
|
| ShareWith | Collection of SharedWithUserViewModel |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8f3a7df4-72d5-4c72-9f1f-adfc616a90f1",
"ConsultationId": "2d24a764-d5fd-4bd5-b887-439cd8c33da1",
"OwnerId": "b99def3c-5657-4283-bc15-504b2b91e728",
"PatientWeight": 4.0,
"PatientHeight": 5.0,
"PatientAge": 6,
"Reason": "sample string 7",
"Medications": "sample string 8",
"Diagnostics": "sample string 9",
"ComplementaryExams": "sample string 10",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 11",
"QPoints": "sample string 12",
"RPoints": "sample string 13",
"SPoints": "sample string 14",
"TPoints": "sample string 15",
"CreationDate": "2026-04-07T11:04:34.58541+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.58541+02:00",
"Signal": "QEA=",
"Description": "sample string 18",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "9ae18082-785e-4ddc-80fa-b2c82d2378f2",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "9ae18082-785e-4ddc-80fa-b2c82d2378f2",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "3dc46a00-91e7-4833-9d9f-78c9591f6040",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "3dc46a00-91e7-4833-9d9f-78c9591f6040",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "d20d850a-9c18-4543-9e22-ad72d3620436",
"AuscultationPositionId": "4ac47b74-d010-4f79-8c79-6edf974a6207",
"Comments": [
{
"Subject": "sample string 1",
"Message": "sample string 2",
"OwnerId": "ca9c4486-de02-4b36-8a41-cdd2768b2d58",
"OwnerCareGiverId": "d2a20825-2bf7-457f-a81f-c355b450c113",
"AuscultationId": "ec0781bb-98fb-4e11-8cd7-c6bbbbceb95e",
"SharedAuscultationId": "94ce489c-a5be-4011-be2e-8369096f71f7",
"Id": "2eac1128-310f-48a5-aa2e-1f78c283e946",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Subject": "sample string 1",
"Message": "sample string 2",
"OwnerId": "ca9c4486-de02-4b36-8a41-cdd2768b2d58",
"OwnerCareGiverId": "d2a20825-2bf7-457f-a81f-c355b450c113",
"AuscultationId": "ec0781bb-98fb-4e11-8cd7-c6bbbbceb95e",
"SharedAuscultationId": "94ce489c-a5be-4011-be2e-8369096f71f7",
"Id": "2eac1128-310f-48a5-aa2e-1f78c283e946",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"ShareWith": [
{
"Id": "c2edba77-cda4-4716-98aa-5729f91d96a9",
"UserName": "sample string 2"
},
{
"Id": "c2edba77-cda4-4716-98aa-5729f91d96a9",
"UserName": "sample string 2"
}
]
},
{
"Id": "8f3a7df4-72d5-4c72-9f1f-adfc616a90f1",
"ConsultationId": "2d24a764-d5fd-4bd5-b887-439cd8c33da1",
"OwnerId": "b99def3c-5657-4283-bc15-504b2b91e728",
"PatientWeight": 4.0,
"PatientHeight": 5.0,
"PatientAge": 6,
"Reason": "sample string 7",
"Medications": "sample string 8",
"Diagnostics": "sample string 9",
"ComplementaryExams": "sample string 10",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 11",
"QPoints": "sample string 12",
"RPoints": "sample string 13",
"SPoints": "sample string 14",
"TPoints": "sample string 15",
"CreationDate": "2026-04-07T11:04:34.58541+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.58541+02:00",
"Signal": "QEA=",
"Description": "sample string 18",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "9ae18082-785e-4ddc-80fa-b2c82d2378f2",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "9ae18082-785e-4ddc-80fa-b2c82d2378f2",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "3dc46a00-91e7-4833-9d9f-78c9591f6040",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "3dc46a00-91e7-4833-9d9f-78c9591f6040",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "d20d850a-9c18-4543-9e22-ad72d3620436",
"AuscultationPositionId": "4ac47b74-d010-4f79-8c79-6edf974a6207",
"Comments": [
{
"Subject": "sample string 1",
"Message": "sample string 2",
"OwnerId": "ca9c4486-de02-4b36-8a41-cdd2768b2d58",
"OwnerCareGiverId": "d2a20825-2bf7-457f-a81f-c355b450c113",
"AuscultationId": "ec0781bb-98fb-4e11-8cd7-c6bbbbceb95e",
"SharedAuscultationId": "94ce489c-a5be-4011-be2e-8369096f71f7",
"Id": "2eac1128-310f-48a5-aa2e-1f78c283e946",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Subject": "sample string 1",
"Message": "sample string 2",
"OwnerId": "ca9c4486-de02-4b36-8a41-cdd2768b2d58",
"OwnerCareGiverId": "d2a20825-2bf7-457f-a81f-c355b450c113",
"AuscultationId": "ec0781bb-98fb-4e11-8cd7-c6bbbbceb95e",
"SharedAuscultationId": "94ce489c-a5be-4011-be2e-8369096f71f7",
"Id": "2eac1128-310f-48a5-aa2e-1f78c283e946",
"CreationDate": "2026-04-07T11:04:34.6165917+02:00",
"LastUpdateDate": "2026-04-07T11:04:34.6165917+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"ShareWith": [
{
"Id": "c2edba77-cda4-4716-98aa-5729f91d96a9",
"UserName": "sample string 2"
},
{
"Id": "c2edba77-cda4-4716-98aa-5729f91d96a9",
"UserName": "sample string 2"
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.