GET api/v2/daqs/{daqId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
daqId | integer |
Required |
Response
DAQDetailName | Description | Type | Additional information |
---|---|---|---|
EditionUser | UserBasic | ||
EditionDateTime | date | ||
Config | string | ||
Hash | string | ||
ParserFileId | integer | ||
DAQType | DAQTypeBasic | ||
RealTime | boolean | ||
Active | boolean | ||
Host | string | ||
Equipment | EquipmentBasic | ||
DAQDataSourceId | integer | ||
DAQDataSource | DAQDataSourceBasic | ||
DataAcquisition | boolean | ||
Id | integer | ||
Identification | string |
Response Format
application/json, text/json
Sample:
{ "EditionUser": { "Active": true, "CultureId": "sample string 2", "Login": "sample string 3", "Email": "sample string 4", "ServiceCenter": { "Active": true, "PriceList": { "Active": true, "Expire": "2025-08-04T18:40:07.934091Z", "ConsiderServiceCenterPriceListFromSampleOrWork": true, "Id": 3, "Identification": "sample string 4" }, "Id": 2, "Identification": "sample string 3" }, "ServiceArea": { "ServiceCenter": { "Active": true, "PriceList": { "Active": true, "Expire": "2025-08-04T18:40:07.934091Z", "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": "2025-08-04T18:40:07.934091Z", "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": "2025-08-04T18:40:07.934091Z", "Config": "sample string 1", "Hash": "sample string 2", "ParserFileId": 1, "DAQType": { "Id": 1, "Identification": "sample string 2", "Configs": [ { "Config": "sample string 1", "Value": "sample string 2" }, { "Config": "sample string 1", "Value": "sample string 2" } ] }, "RealTime": true, "Active": true, "Host": "sample string 5", "Equipment": { "EquipmentType": { "Id": 1, "Identification": "sample string 2", "Active": true }, "Active": true, "AvailableSchedule": true, "Id": 3, "Identification": "sample string 4" }, "DAQDataSourceId": 6, "DAQDataSource": { "Id": 1, "Identification": "sample string 2" }, "DataAcquisition": true, "Id": 7, "Identification": "sample string 8" }
text/html
Sample:
{"EditionUser":{"Active":true,"CultureId":"sample string 2","Login":"sample string 3","Email":"sample string 4","ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:40:07.934091Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:40:07.934091Z","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":"2025-08-04T18:40:07.934091Z","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":"2025-08-04T18:40:07.934091Z","Config":"sample string 1","Hash":"sample string 2","ParserFileId":1,"DAQType":{"Id":1,"Identification":"sample string 2","Configs":[{"Config":"sample string 1","Value":"sample string 2"},{"Config":"sample string 1","Value":"sample string 2"}]},"RealTime":true,"Active":true,"Host":"sample string 5","Equipment":{"EquipmentType":{"Id":1,"Identification":"sample string 2","Active":true},"Active":true,"AvailableSchedule":true,"Id":3,"Identification":"sample string 4"},"DAQDataSourceId":6,"DAQDataSource":{"Id":1,"Identification":"sample string 2"},"DataAcquisition":true,"Id":7,"Identification":"sample string 8"}