GET classroomAPI/Portal/getDNAQuizForJobs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DNAJobSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| JTQ_ID | integer |
None. |
|
| QUIZ_ID_FK | integer |
None. |
|
| JT_JobTitle | string |
None. |
|
| JT_JobNumber | integer |
None. |
|
| Title | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"JTQ_ID": 1,
"QUIZ_ID_FK": 1,
"JT_JobTitle": "sample string 2",
"JT_JobNumber": 1,
"Title": "sample string 3"
},
{
"JTQ_ID": 1,
"QUIZ_ID_FK": 1,
"JT_JobTitle": "sample string 2",
"JT_JobNumber": 1,
"Title": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDNAJobSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
<DNAJobSummary>
<JTQ_ID>1</JTQ_ID>
<JT_JobNumber>1</JT_JobNumber>
<JT_JobTitle>sample string 2</JT_JobTitle>
<QUIZ_ID_FK>1</QUIZ_ID_FK>
<Title>sample string 3</Title>
</DNAJobSummary>
<DNAJobSummary>
<JTQ_ID>1</JTQ_ID>
<JT_JobNumber>1</JT_JobNumber>
<JT_JobTitle>sample string 2</JT_JobTitle>
<QUIZ_ID_FK>1</QUIZ_ID_FK>
<Title>sample string 3</Title>
</DNAJobSummary>
</ArrayOfDNAJobSummary>