GET product/getProductTests?productCode={productCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productCode

string

Required

Body Parameters

None.

Response Information

Resource Description

CourseTest
NameDescriptionTypeAdditional information
add

Collection of CourseTestList

None.

upd

Collection of CourseTestList

None.

del

Collection of string

None.

ludt

string

None.

Response Formats

application/json, text/json

Sample:
{
  "add": [
    {
      "TestCode": "sample string 1",
      "TestName": "sample string 2",
      "TestTypeCode": "sample string 3",
      "TestTypeName": "sample string 4",
      "TestCategoryCode": "sample string 5",
      "DifficultyLevel": "sample string 6",
      "TestDirections": "sample string 7",
      "TestStartDate": "2026-07-27T15:39:31.4683779+05:30",
      "TestEndDate": "2026-07-27T15:39:31.4683779+05:30",
      "PaperCode": "sample string 8",
      "PaperName": "sample string 9",
      "PaperTotalDuration": "sample string 10",
      "PaperTotalQuestion": 1,
      "PaperTotalMarks": 11.0,
      "Instructions": "sample string 12",
      "PaperQuestionCode": "sample string 13",
      "PQMarks": "sample string 14",
      "SubjectiveTestHtml": "sample string 15",
      "IsTextSolution": true,
      "IsAVSolution": true,
      "IsPPTSolution": true,
      "QuestionUpdate": true
    },
    {
      "TestCode": "sample string 1",
      "TestName": "sample string 2",
      "TestTypeCode": "sample string 3",
      "TestTypeName": "sample string 4",
      "TestCategoryCode": "sample string 5",
      "DifficultyLevel": "sample string 6",
      "TestDirections": "sample string 7",
      "TestStartDate": "2026-07-27T15:39:31.4683779+05:30",
      "TestEndDate": "2026-07-27T15:39:31.4683779+05:30",
      "PaperCode": "sample string 8",
      "PaperName": "sample string 9",
      "PaperTotalDuration": "sample string 10",
      "PaperTotalQuestion": 1,
      "PaperTotalMarks": 11.0,
      "Instructions": "sample string 12",
      "PaperQuestionCode": "sample string 13",
      "PQMarks": "sample string 14",
      "SubjectiveTestHtml": "sample string 15",
      "IsTextSolution": true,
      "IsAVSolution": true,
      "IsPPTSolution": true,
      "QuestionUpdate": true
    }
  ],
  "upd": [
    {
      "TestCode": "sample string 1",
      "TestName": "sample string 2",
      "TestTypeCode": "sample string 3",
      "TestTypeName": "sample string 4",
      "TestCategoryCode": "sample string 5",
      "DifficultyLevel": "sample string 6",
      "TestDirections": "sample string 7",
      "TestStartDate": "2026-07-27T15:39:31.4683779+05:30",
      "TestEndDate": "2026-07-27T15:39:31.4683779+05:30",
      "PaperCode": "sample string 8",
      "PaperName": "sample string 9",
      "PaperTotalDuration": "sample string 10",
      "PaperTotalQuestion": 1,
      "PaperTotalMarks": 11.0,
      "Instructions": "sample string 12",
      "PaperQuestionCode": "sample string 13",
      "PQMarks": "sample string 14",
      "SubjectiveTestHtml": "sample string 15",
      "IsTextSolution": true,
      "IsAVSolution": true,
      "IsPPTSolution": true,
      "QuestionUpdate": true
    },
    {
      "TestCode": "sample string 1",
      "TestName": "sample string 2",
      "TestTypeCode": "sample string 3",
      "TestTypeName": "sample string 4",
      "TestCategoryCode": "sample string 5",
      "DifficultyLevel": "sample string 6",
      "TestDirections": "sample string 7",
      "TestStartDate": "2026-07-27T15:39:31.4683779+05:30",
      "TestEndDate": "2026-07-27T15:39:31.4683779+05:30",
      "PaperCode": "sample string 8",
      "PaperName": "sample string 9",
      "PaperTotalDuration": "sample string 10",
      "PaperTotalQuestion": 1,
      "PaperTotalMarks": 11.0,
      "Instructions": "sample string 12",
      "PaperQuestionCode": "sample string 13",
      "PQMarks": "sample string 14",
      "SubjectiveTestHtml": "sample string 15",
      "IsTextSolution": true,
      "IsAVSolution": true,
      "IsPPTSolution": true,
      "QuestionUpdate": true
    }
  ],
  "del": [
    "sample string 1",
    "sample string 2"
  ],
  "ludt": "sample string 1"
}

application/xml, text/xml

Sample:
<ProductEntity.CourseTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <add>
    <ProductEntity.CourseTestList>
      <DifficultyLevel>sample string 6</DifficultyLevel>
      <Instructions>sample string 12</Instructions>
      <IsAVSolution>true</IsAVSolution>
      <IsPPTSolution>true</IsPPTSolution>
      <IsTextSolution>true</IsTextSolution>
      <PQMarks>sample string 14</PQMarks>
      <PaperCode>sample string 8</PaperCode>
      <PaperName>sample string 9</PaperName>
      <PaperQuestionCode>sample string 13</PaperQuestionCode>
      <PaperTotalDuration>sample string 10</PaperTotalDuration>
      <PaperTotalMarks>11</PaperTotalMarks>
      <PaperTotalQuestion>1</PaperTotalQuestion>
      <QuestionUpdate>true</QuestionUpdate>
      <SubjectiveTestHtml>sample string 15</SubjectiveTestHtml>
      <TestCategoryCode>sample string 5</TestCategoryCode>
      <TestCode>sample string 1</TestCode>
      <TestDirections>sample string 7</TestDirections>
      <TestEndDate>2026-07-27T15:39:31.4683779+05:30</TestEndDate>
      <TestName>sample string 2</TestName>
      <TestStartDate>2026-07-27T15:39:31.4683779+05:30</TestStartDate>
      <TestTypeCode>sample string 3</TestTypeCode>
      <TestTypeName>sample string 4</TestTypeName>
    </ProductEntity.CourseTestList>
    <ProductEntity.CourseTestList>
      <DifficultyLevel>sample string 6</DifficultyLevel>
      <Instructions>sample string 12</Instructions>
      <IsAVSolution>true</IsAVSolution>
      <IsPPTSolution>true</IsPPTSolution>
      <IsTextSolution>true</IsTextSolution>
      <PQMarks>sample string 14</PQMarks>
      <PaperCode>sample string 8</PaperCode>
      <PaperName>sample string 9</PaperName>
      <PaperQuestionCode>sample string 13</PaperQuestionCode>
      <PaperTotalDuration>sample string 10</PaperTotalDuration>
      <PaperTotalMarks>11</PaperTotalMarks>
      <PaperTotalQuestion>1</PaperTotalQuestion>
      <QuestionUpdate>true</QuestionUpdate>
      <SubjectiveTestHtml>sample string 15</SubjectiveTestHtml>
      <TestCategoryCode>sample string 5</TestCategoryCode>
      <TestCode>sample string 1</TestCode>
      <TestDirections>sample string 7</TestDirections>
      <TestEndDate>2026-07-27T15:39:31.4683779+05:30</TestEndDate>
      <TestName>sample string 2</TestName>
      <TestStartDate>2026-07-27T15:39:31.4683779+05:30</TestStartDate>
      <TestTypeCode>sample string 3</TestTypeCode>
      <TestTypeName>sample string 4</TestTypeName>
    </ProductEntity.CourseTestList>
  </add>
  <del xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </del>
  <ludt>sample string 1</ludt>
  <upd>
    <ProductEntity.CourseTestList>
      <DifficultyLevel>sample string 6</DifficultyLevel>
      <Instructions>sample string 12</Instructions>
      <IsAVSolution>true</IsAVSolution>
      <IsPPTSolution>true</IsPPTSolution>
      <IsTextSolution>true</IsTextSolution>
      <PQMarks>sample string 14</PQMarks>
      <PaperCode>sample string 8</PaperCode>
      <PaperName>sample string 9</PaperName>
      <PaperQuestionCode>sample string 13</PaperQuestionCode>
      <PaperTotalDuration>sample string 10</PaperTotalDuration>
      <PaperTotalMarks>11</PaperTotalMarks>
      <PaperTotalQuestion>1</PaperTotalQuestion>
      <QuestionUpdate>true</QuestionUpdate>
      <SubjectiveTestHtml>sample string 15</SubjectiveTestHtml>
      <TestCategoryCode>sample string 5</TestCategoryCode>
      <TestCode>sample string 1</TestCode>
      <TestDirections>sample string 7</TestDirections>
      <TestEndDate>2026-07-27T15:39:31.4683779+05:30</TestEndDate>
      <TestName>sample string 2</TestName>
      <TestStartDate>2026-07-27T15:39:31.4683779+05:30</TestStartDate>
      <TestTypeCode>sample string 3</TestTypeCode>
      <TestTypeName>sample string 4</TestTypeName>
    </ProductEntity.CourseTestList>
    <ProductEntity.CourseTestList>
      <DifficultyLevel>sample string 6</DifficultyLevel>
      <Instructions>sample string 12</Instructions>
      <IsAVSolution>true</IsAVSolution>
      <IsPPTSolution>true</IsPPTSolution>
      <IsTextSolution>true</IsTextSolution>
      <PQMarks>sample string 14</PQMarks>
      <PaperCode>sample string 8</PaperCode>
      <PaperName>sample string 9</PaperName>
      <PaperQuestionCode>sample string 13</PaperQuestionCode>
      <PaperTotalDuration>sample string 10</PaperTotalDuration>
      <PaperTotalMarks>11</PaperTotalMarks>
      <PaperTotalQuestion>1</PaperTotalQuestion>
      <QuestionUpdate>true</QuestionUpdate>
      <SubjectiveTestHtml>sample string 15</SubjectiveTestHtml>
      <TestCategoryCode>sample string 5</TestCategoryCode>
      <TestCode>sample string 1</TestCode>
      <TestDirections>sample string 7</TestDirections>
      <TestEndDate>2026-07-27T15:39:31.4683779+05:30</TestEndDate>
      <TestName>sample string 2</TestName>
      <TestStartDate>2026-07-27T15:39:31.4683779+05:30</TestStartDate>
      <TestTypeCode>sample string 3</TestTypeCode>
      <TestTypeName>sample string 4</TestTypeName>
    </ProductEntity.CourseTestList>
  </upd>
</ProductEntity.CourseTest>