GET api/v2/MapaLabsSamples/{mapaLabsSampleId}/Analyses
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mapaLabsSampleId | integer |
Required |
Response
Collection of MapaLabsSampleAnalysisName | Description | Type | Additional information |
---|---|---|---|
Info | InfoIdentification | ||
MeasurementUnit | MeasurementUnitIdentification | ||
Method | MethodIdentification | ||
AnalysisGroup | AnalysisGroupIdentification |
Response Format
application/json, text/json
Sample:
[ { "Info": { "Id": 1, "Identification": "sample string 2" }, "MeasurementUnit": { "Id": 1, "Identification": "sample string 2" }, "Method": { "Id": 1, "Identification": "sample string 2" }, "AnalysisGroup": { "Id": 1, "Identification": "sample string 2" } }, { "Info": { "Id": 1, "Identification": "sample string 2" }, "MeasurementUnit": { "Id": 1, "Identification": "sample string 2" }, "Method": { "Id": 1, "Identification": "sample string 2" }, "AnalysisGroup": { "Id": 1, "Identification": "sample string 2" } } ]
text/html
Sample:
[{"Info":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Id":1,"Identification":"sample string 2"},"Method":{"Id":1,"Identification":"sample string 2"},"AnalysisGroup":{"Id":1,"Identification":"sample string 2"}},{"Info":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Id":1,"Identification":"sample string 2"},"Method":{"Id":1,"Identification":"sample string 2"},"AnalysisGroup":{"Id":1,"Identification":"sample string 2"}}]