GET api/v2/infos/{infoId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| infoId | integer |
Required |
Response
InfoDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentType | EquipmentTypeBasic | ||
| AccountType | AccountTypeBasic | ||
| EditionUser | UserBasic | ||
| EditionDateTime | date | ||
| InfoTypeId | integer | ||
| InfoType | InfoTypeBasic | ||
| Active | boolean | ||
| MeasurementUnit | MeasurementUnitBasic | ||
| ForceScale | integer | ||
| ForceSignifDigits | integer | ||
| ReadOnlyValue | boolean | ||
| EquipmentTypeId | integer | ||
| AccountTypeId | integer | ||
| AllowAnyValue | boolean | ||
| AllowText | boolean | ||
| ConsumableTypeId | integer | ||
| ConsumableType | ConsumableTypeIdentification | ||
| Options | Collection of InfoOptionBasic | ||
| DLLFileId | integer | ||
| Custom01 | string | ||
| Custom02 | string | ||
| Custom03 | string | ||
| Custom04 | string | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"EquipmentType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
},
"AccountType": {
"Active": true,
"RequireRegistryNumber": true,
"AccountTypeRegistryTypeId": 1,
"Id": 3,
"Identification": "sample string 4"
},
"EditionUser": {
"Active": true,
"CultureId": "sample string 2",
"Login": "sample string 3",
"Email": "sample string 4",
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:13:05.031458Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"ServiceArea": {
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:13:05.031458Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"ExtraTime": 1,
"ExternalServiceArea": true,
"Active": true,
"Id": 3,
"Identification": "sample string 4"
},
"Account": {
"Complement": "sample string 1",
"ReferenceKey": "sample string 2",
"AccountType": {
"Active": true,
"RequireRegistryNumber": true,
"AccountTypeRegistryTypeId": 1,
"Id": 3,
"Identification": "sample string 4"
},
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:13:05.031458Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Active": true,
"RelatedAccountRequired": true,
"RegistryNumber": "sample string 5",
"CultureId": "sample string 6",
"Id": 7,
"Identification": "sample string 8"
},
"SignatureCertFileId": 1,
"LicenseGroup": {
"Id": 1,
"Identification": "sample string 2",
"UserReadOnlyAccessCount": 3,
"UserEditableAccessCount": 4
},
"ReadOnlyAccess": true,
"Reserved": true,
"ServiceAreaId": 1,
"ExternalUser": "sample string 5",
"Id": 6,
"Identification": "sample string 7"
},
"EditionDateTime": "2026-02-02T21:13:05.031458Z",
"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:13:05.031458Z",
"ValueBoolean": true,
"ValueAccountId": 1,
"ValueFileId": 1,
"ValueEquipmentId": 1,
"DependentInfoId": 1,
"Inherited": true,
"ValueConsumableMovementId": 1,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:13:05.031458Z"
},
{
"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:13:05.031458Z",
"ValueBoolean": true,
"ValueAccountId": 1,
"ValueFileId": 1,
"ValueEquipmentId": 1,
"DependentInfoId": 1,
"Inherited": true,
"ValueConsumableMovementId": 1,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:13:05.031458Z"
}
],
"DLLFileId": 1,
"Custom01": "sample string 6",
"Custom02": "sample string 7",
"Custom03": "sample string 8",
"Custom04": "sample string 9",
"Id": 10,
"Identification": "sample string 11"
}
text/html
Sample:
{"EquipmentType":{"Id":1,"Identification":"sample string 2","Active":true},"AccountType":{"Active":true,"RequireRegistryNumber":true,"AccountTypeRegistryTypeId":1,"Id":3,"Identification":"sample string 4"},"EditionUser":{"Active":true,"CultureId":"sample string 2","Login":"sample string 3","Email":"sample string 4","ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:13:05.031458Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:13:05.031458Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ExtraTime":1,"ExternalServiceArea":true,"Active":true,"Id":3,"Identification":"sample string 4"},"Account":{"Complement":"sample string 1","ReferenceKey":"sample string 2","AccountType":{"Active":true,"RequireRegistryNumber":true,"AccountTypeRegistryTypeId":1,"Id":3,"Identification":"sample string 4"},"PriceList":{"Active":true,"Expire":"2026-02-02T21:13:05.031458Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Active":true,"RelatedAccountRequired":true,"RegistryNumber":"sample string 5","CultureId":"sample string 6","Id":7,"Identification":"sample string 8"},"SignatureCertFileId":1,"LicenseGroup":{"Id":1,"Identification":"sample string 2","UserReadOnlyAccessCount":3,"UserEditableAccessCount":4},"ReadOnlyAccess":true,"Reserved":true,"ServiceAreaId":1,"ExternalUser":"sample string 5","Id":6,"Identification":"sample string 7"},"EditionDateTime":"2026-02-02T21:13:05.031458Z","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:13:05.031458Z","ValueBoolean":true,"ValueAccountId":1,"ValueFileId":1,"ValueEquipmentId":1,"DependentInfoId":1,"Inherited":true,"ValueConsumableMovementId":1,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:13:05.031458Z"},{"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:13:05.031458Z","ValueBoolean":true,"ValueAccountId":1,"ValueFileId":1,"ValueEquipmentId":1,"DependentInfoId":1,"Inherited":true,"ValueConsumableMovementId":1,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:13:05.031458Z"}],"DLLFileId":1,"Custom01":"sample string 6","Custom02":"sample string 7","Custom03":"sample string 8","Custom04":"sample string 9","Id":10,"Identification":"sample string 11"}