GET api/v2/samples/methods/{sampleMethodId}/infos
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleMethodId | integer |
Required |
Response
SampleMethodInfoDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Info | InfoBasic | ||
| MeasurementUnit | MeasurementUnitBasic | ||
| DisplayValue | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Info": {
"InfoTypeId": 1,
"InfoType": {
"Id": 1,
"Identification": "sample string 2"
},
"Active": true,
"MeasurementUnit": {
"Description": "sample string 1",
"MeasurementUnitCategoryId": 1,
"Category": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"ForceScale": 1,
"ForceSignifDigits": 1,
"ReadOnlyValue": true,
"EquipmentTypeId": 1,
"AccountTypeId": 1,
"AllowAnyValue": true,
"AllowText": true,
"ConsumableTypeId": 1,
"ConsumableType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
},
"Options": [
{
"Id": 1,
"InfoId": 1,
"InfoTypeId": 1,
"InfoType": {
"Id": 1,
"Identification": "sample string 2"
},
"MeasurementUnit": {
"Description": "sample string 1",
"MeasurementUnitCategoryId": 1,
"Category": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"ForceScale": 1,
"ForceSignifDigits": 1,
"DisplayValue": "sample string 2",
"ValueText": "sample string 3",
"ValueInteger": 1,
"ValueFloat": 1.1,
"ValueDateTime": "2026-02-02T21:07:52.8811876Z",
"ValueBoolean": true,
"ValueAccountId": 1,
"ValueFileId": 1,
"ValueEquipmentId": 1,
"DependentInfoId": 1,
"Inherited": true,
"ValueConsumableMovementId": 1,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:07:52.8811876Z"
},
{
"Id": 1,
"InfoId": 1,
"InfoTypeId": 1,
"InfoType": {
"Id": 1,
"Identification": "sample string 2"
},
"MeasurementUnit": {
"Description": "sample string 1",
"MeasurementUnitCategoryId": 1,
"Category": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"ForceScale": 1,
"ForceSignifDigits": 1,
"DisplayValue": "sample string 2",
"ValueText": "sample string 3",
"ValueInteger": 1,
"ValueFloat": 1.1,
"ValueDateTime": "2026-02-02T21:07:52.8811876Z",
"ValueBoolean": true,
"ValueAccountId": 1,
"ValueFileId": 1,
"ValueEquipmentId": 1,
"DependentInfoId": 1,
"Inherited": true,
"ValueConsumableMovementId": 1,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:07:52.8811876Z"
}
],
"DLLFileId": 1,
"Custom01": "sample string 6",
"Custom02": "sample string 7",
"Custom03": "sample string 8",
"Custom04": "sample string 9",
"Id": 10,
"Identification": "sample string 11"
},
"MeasurementUnit": {
"Description": "sample string 1",
"MeasurementUnitCategoryId": 1,
"Category": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"DisplayValue": "sample string 2"
}
text/html
Sample:
{"Id":1,"Info":{"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"Active":true,"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"ReadOnlyValue":true,"EquipmentTypeId":1,"AccountTypeId":1,"AllowAnyValue":true,"AllowText":true,"ConsumableTypeId":1,"ConsumableType":{"Id":1,"Identification":"sample string 2","Active":true},"Options":[{"Id":1,"InfoId":1,"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2","ValueText":"sample string 3","ValueInteger":1,"ValueFloat":1.1,"ValueDateTime":"2026-02-02T21:07:52.8811876Z","ValueBoolean":true,"ValueAccountId":1,"ValueFileId":1,"ValueEquipmentId":1,"DependentInfoId":1,"Inherited":true,"ValueConsumableMovementId":1,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:07:52.8811876Z"},{"Id":1,"InfoId":1,"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2","ValueText":"sample string 3","ValueInteger":1,"ValueFloat":1.1,"ValueDateTime":"2026-02-02T21:07:52.8811876Z","ValueBoolean":true,"ValueAccountId":1,"ValueFileId":1,"ValueEquipmentId":1,"DependentInfoId":1,"Inherited":true,"ValueConsumableMovementId":1,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:07:52.8811876Z"}],"DLLFileId":1,"Custom01":"sample string 6","Custom02":"sample string 7","Custom03":"sample string 8","Custom04":"sample string 9","Id":10,"Identification":"sample string 11"},"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"DisplayValue":"sample string 2"}