GET api/Auscultations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SharedAuscultationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| ConsultationId | globally unique identifier |
Required |
|
| OwnerId | globally unique identifier |
Required |
|
| OwnerUsername | string |
Required |
|
| PatientWeight | decimal number |
Required |
|
| PatientAge | integer |
None. |
|
| PatientHeight | decimal number |
Required |
|
| Reason | string |
None. |
|
| Medications | string |
None. |
|
| Description | 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. |
|
| B1MMaxPoints | string |
None. |
|
| B1TMaxPoints | string |
None. |
|
| B2AMaxPoints | string |
None. |
|
| B2PMaxPoints | string |
None. |
|
| PressionPiedPoints | string |
None. |
|
| PressionMaxPoints | string |
None. |
|
| PressionIncisurePoints | string |
None. |
|
| Signal | Collection of byte |
None. |
|
| PulmonarySymptoms | Collection of PulmonarySymptom |
None. |
|
| Souffles | Collection of Souffles |
None. |
|
| FoyerId | globally unique identifier |
Required |
|
| AuscultationPositionId | globally unique identifier |
Required |
|
| Comments | Collection of CommentViewModel |
None. |
|
| ShareWith | Collection of SharedWithUserViewModel |
Required |
|
| CreationDate | date |
Required |
|
| LastUpdateDate | date |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "243906db-c796-4555-8c9b-49cadc5590a2",
"ConsultationId": "3e39846a-32c9-47cf-94d4-1304c90874b6",
"OwnerId": "107b8aee-5a7d-46b4-9ab9-d4adcd6e4e2c",
"OwnerUsername": "sample string 4",
"PatientWeight": 5.0,
"PatientAge": 6,
"PatientHeight": 7.0,
"Reason": "sample string 8",
"Medications": "sample string 9",
"Description": "sample string 10",
"Diagnostics": "sample string 11",
"ComplementaryExams": "sample string 12",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 13",
"QPoints": "sample string 14",
"RPoints": "sample string 15",
"SPoints": "sample string 16",
"TPoints": "sample string 17",
"B1MMaxPoints": "sample string 18",
"B1TMaxPoints": "sample string 19",
"B2AMaxPoints": "sample string 20",
"B2PMaxPoints": "sample string 21",
"PressionPiedPoints": "sample string 22",
"PressionMaxPoints": "sample string 23",
"PressionIncisurePoints": "sample string 24",
"Signal": "QEA=",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "7ae39979-d29b-43e0-a47b-71dfd8e30cad",
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "7ae39979-d29b-43e0-a47b-71dfd8e30cad",
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "26a9e96c-5385-413e-a69c-2726eacaf7a1",
"CreationDate": "2026-06-02T17:05:24.741192+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.741192+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "26a9e96c-5385-413e-a69c-2726eacaf7a1",
"CreationDate": "2026-06-02T17:05:24.741192+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.741192+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "48add436-1f7e-4acc-bc28-8edaec63a156",
"AuscultationPositionId": "c5c0de3a-8973-4911-97e2-ed063441ad39",
"Comments": [
{
"Id": "f9f18a1d-b386-4303-8864-1525877402e6",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "700ae56a-953c-4cfe-8a41-614b5c36bd8d",
"AuscultationId": "6b930a21-49f8-4533-8337-ed15ab7dc460",
"OwnerUserName": "sample string 5"
},
{
"Id": "f9f18a1d-b386-4303-8864-1525877402e6",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "700ae56a-953c-4cfe-8a41-614b5c36bd8d",
"AuscultationId": "6b930a21-49f8-4533-8337-ed15ab7dc460",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "a602208f-b204-43a6-a39c-c96a4c53c312",
"UserName": "sample string 2"
},
{
"Id": "a602208f-b204-43a6-a39c-c96a4c53c312",
"UserName": "sample string 2"
}
],
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00"
},
{
"Id": "243906db-c796-4555-8c9b-49cadc5590a2",
"ConsultationId": "3e39846a-32c9-47cf-94d4-1304c90874b6",
"OwnerId": "107b8aee-5a7d-46b4-9ab9-d4adcd6e4e2c",
"OwnerUsername": "sample string 4",
"PatientWeight": 5.0,
"PatientAge": 6,
"PatientHeight": 7.0,
"Reason": "sample string 8",
"Medications": "sample string 9",
"Description": "sample string 10",
"Diagnostics": "sample string 11",
"ComplementaryExams": "sample string 12",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 13",
"QPoints": "sample string 14",
"RPoints": "sample string 15",
"SPoints": "sample string 16",
"TPoints": "sample string 17",
"B1MMaxPoints": "sample string 18",
"B1TMaxPoints": "sample string 19",
"B2AMaxPoints": "sample string 20",
"B2PMaxPoints": "sample string 21",
"PressionPiedPoints": "sample string 22",
"PressionMaxPoints": "sample string 23",
"PressionIncisurePoints": "sample string 24",
"Signal": "QEA=",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "7ae39979-d29b-43e0-a47b-71dfd8e30cad",
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "7ae39979-d29b-43e0-a47b-71dfd8e30cad",
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "26a9e96c-5385-413e-a69c-2726eacaf7a1",
"CreationDate": "2026-06-02T17:05:24.741192+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.741192+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "26a9e96c-5385-413e-a69c-2726eacaf7a1",
"CreationDate": "2026-06-02T17:05:24.741192+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.741192+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "48add436-1f7e-4acc-bc28-8edaec63a156",
"AuscultationPositionId": "c5c0de3a-8973-4911-97e2-ed063441ad39",
"Comments": [
{
"Id": "f9f18a1d-b386-4303-8864-1525877402e6",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "700ae56a-953c-4cfe-8a41-614b5c36bd8d",
"AuscultationId": "6b930a21-49f8-4533-8337-ed15ab7dc460",
"OwnerUserName": "sample string 5"
},
{
"Id": "f9f18a1d-b386-4303-8864-1525877402e6",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "700ae56a-953c-4cfe-8a41-614b5c36bd8d",
"AuscultationId": "6b930a21-49f8-4533-8337-ed15ab7dc460",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "a602208f-b204-43a6-a39c-c96a4c53c312",
"UserName": "sample string 2"
},
{
"Id": "a602208f-b204-43a6-a39c-c96a4c53c312",
"UserName": "sample string 2"
}
],
"CreationDate": "2026-06-02T17:05:24.7567307+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.7567307+02:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.