GET OfflineDTSetup/getBatchTestDetails?CenterCode={CenterCode}&BatchCode={BatchCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CenterCode | string |
Required |
|
| BatchCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TestDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| TestId | integer |
None. |
|
| Testname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TestId": 1,
"Testname": "sample string 2"
},
{
"TestId": 1,
"Testname": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfOfflineDTSetupEntity.TestDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<OfflineDTSetupEntity.TestDetails>
<TestId>1</TestId>
<Testname>sample string 2</Testname>
</OfflineDTSetupEntity.TestDetails>
<OfflineDTSetupEntity.TestDetails>
<TestId>1</TestId>
<Testname>sample string 2</Testname>
</OfflineDTSetupEntity.TestDetails>
</ArrayOfOfflineDTSetupEntity.TestDetails>