GET api/v2/MapaLabsSamples/{mapaLabsSampleId}/Analyses

Request

URI Parameters

NameDescriptionTypeAdditional information
mapaLabsSampleId

integer

Required

Response

Collection of MapaLabsSampleAnalysis
NameDescriptionTypeAdditional 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"}}]