GET api/v2/MapaLabsSamples/{mapaLabsSampleId}/Infos
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mapaLabsSampleId | integer |
Required |
Response
Collection of SampleInfoInsertName | Description | Type | Additional information |
---|---|---|---|
InfoId | integer | ||
ValueEquipmentId | integer | ||
ValueAccountId | integer | ||
ValueConsumableMovementId | integer | ||
DisplayValue | string | ||
ValueFileId | integer | ||
Attribute | string | ||
InfoGroupId | integer | ||
Inherit | boolean | ||
Inherited | boolean | ||
RequiredValue | boolean |
Response Format
application/json, text/json
Sample:
[ { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "Inherit": true, "Inherited": true, "RequiredValue": true }, { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "Inherit": true, "Inherited": true, "RequiredValue": true } ]
text/html
Sample:
[{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"Inherit":true,"Inherited":true,"RequiredValue":true},{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"Inherit":true,"Inherited":true,"RequiredValue":true}]