GET api/v2/QCTests/{QCTestId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| QCTestId | integer |
Required |
Response
QCTestDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUser | UserBasic | ||
| EditionDateTime | date | ||
| Id | integer | ||
| Number | integer | ||
| Year | integer | ||
| ControlNumber | string | ||
| TaskCountLimit | integer | ||
| TaskCount | integer | ||
| QCRoutineBatchId | integer | ||
| QCRoutineBatch | QCRoutineBatchBasic | ||
| Equipment | EquipmentBasic | ||
| Started | date | ||
| Expires | date | ||
| AllRequiredControlSamplesPublished | boolean |
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": "2026-03-18T19:43:31.0194173Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"ServiceArea": {
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-03-18T19:43:31.0194173Z",
"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-03-18T19:43:31.0194173Z",
"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-03-18T19:43:31.0194173Z",
"Id": 1,
"Number": 2,
"Year": 3,
"ControlNumber": "sample string 4",
"TaskCountLimit": 1,
"TaskCount": 1,
"QCRoutineBatchId": 1,
"QCRoutineBatch": {
"Id": 1,
"Identification": "sample string 2",
"TaskCountLimit": 1,
"Expires": 1.1,
"Active": true,
"QCRoutine": {
"Id": 1,
"Identification": "sample string 2",
"UnrestrictedAccessServiceArea": true,
"UnrestrictedAccessServiceCenter": true,
"Active": true
},
"EquipmentType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
}
},
"Equipment": {
"EquipmentType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
},
"Active": true,
"AvailableSchedule": true,
"Id": 3,
"Identification": "sample string 4"
},
"Started": "2026-03-18T19:43:31.0244185Z",
"Expires": "2026-03-18T19:43:31.0244185Z",
"AllRequiredControlSamplesPublished": true
}
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":"2026-03-18T19:43:31.0194173Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-03-18T19:43:31.0194173Z","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-03-18T19:43:31.0194173Z","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-03-18T19:43:31.0194173Z","Id":1,"Number":2,"Year":3,"ControlNumber":"sample string 4","TaskCountLimit":1,"TaskCount":1,"QCRoutineBatchId":1,"QCRoutineBatch":{"Id":1,"Identification":"sample string 2","TaskCountLimit":1,"Expires":1.1,"Active":true,"QCRoutine":{"Id":1,"Identification":"sample string 2","UnrestrictedAccessServiceArea":true,"UnrestrictedAccessServiceCenter":true,"Active":true},"EquipmentType":{"Id":1,"Identification":"sample string 2","Active":true}},"Equipment":{"EquipmentType":{"Id":1,"Identification":"sample string 2","Active":true},"Active":true,"AvailableSchedule":true,"Id":3,"Identification":"sample string 4"},"Started":"2026-03-18T19:43:31.0244185Z","Expires":"2026-03-18T19:43:31.0244185Z","AllRequiredControlSamplesPublished":true}