User Tools

Site Tools


exams_integration_restful_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exams_integration_restful_api [2020/08/26 06:37] ghacheyexams_integration_restful_api [2021/02/02 02:10] (current) – external edit 127.0.0.1
Line 9: Line 9:
 </Exams> </Exams>
 </code> </code>
 +
 +Production example at [[http://rmisat.com/api/exams]]
  
 Get the various tests for an exam from URI **/api/exams/misat/tests** Get the various tests for an exam from URI **/api/exams/misat/tests**
Line 33: Line 35:
 </Tests> </Tests>
 </code> </code>
 +
 +Production example at [[http://rmisat.com/api/exams/misat/tests]]
  
 Get the actual data for the tests for an exam from URI **/api/exams/misat/tests/m10/2016-17** Get the actual data for the tests for an exam from URI **/api/exams/misat/tests/m10/2016-17**
Line 134: Line 138:
       <Gender>Female</Gender>       <Gender>Female</Gender>
       <SpEd>No</SpEd>       <SpEd>No</SpEd>
-      <Teacher TeacherID="" TeacherName=""></Teacher>+      <Teacher TeacherID=""> 
 +        <Name>The teacher</Name> 
 +      </Teacher>
       <Accomodation>Yes</Accomodation>       <Accomodation>Yes</Accomodation>
       <TotalItemsCorrect>59</TotalItemsCorrect>       <TotalItemsCorrect>59</TotalItemsCorrect>
       <PassingNonPassing>Passing</PassingNonPassing>       <PassingNonPassing>Passing</PassingNonPassing>
       <OverallScore AchievementLevelID="3" />       <OverallScore AchievementLevelID="3" />
-      <School SchoolID="SCH001"/>+      <School SchoolID="SCH001"
 +        <Name>Name of school</Name> 
 +      </School>
       <Results>       <Results>
         <Result AchievementLevelID="3" BenchmarkID="Mth.1.1"/>         <Result AchievementLevelID="3" BenchmarkID="Mth.1.1"/>
Line 164: Line 172:
       <Gender>Female</Gender>       <Gender>Female</Gender>
       <SpEd>No</SpEd>       <SpEd>No</SpEd>
-      <Teacher TeacherID="" TeacherName=""></Teacher>+      <Teacher TeacherID=""  
 +        <Name>The teacher</Name> 
 +      </Teacher>
       <Accomodation>Yes</Accomodation>       <Accomodation>Yes</Accomodation>
       <TotalItemsCorrect>59</TotalItemsCorrect>       <TotalItemsCorrect>59</TotalItemsCorrect>
       <PassingNonPassing>Passing</PassingNonPassing>       <PassingNonPassing>Passing</PassingNonPassing>
       <OverallScore AchievementLevelID="3" />       <OverallScore AchievementLevelID="3" />
-      <School SchoolID="SCH001"/>+      <School SchoolID="SCH001"
 +        <Name>Name of school</Name> 
 +      </School>
       <Results>       <Results>
         <Result AchievementLevelID="1" BenchmarkID="Mth.1.1"/>         <Result AchievementLevelID="1" BenchmarkID="Mth.1.1"/>
Line 196: Line 208:
 </code> </code>
  
- +Production example at [[http://rmisat.com/api/exams/misat/tests/M10/2016-17]]
-Work has begun on this. Refer to below links but a login is required. +
- +
-http://rmisat.com/api/exams  +
- +
-http://rmisat.com/api/exams/misat +
- +
-Could you please review if the format in this link is acceptable to you?  +
-http://rmisat.com/api/exams/misat/m03/2018 +
- +
-The developer said that this would need an encoder to view as the pictures Hendrick has sent you.+
  
  
  
exams_integration_restful_api.1598423874.txt.gz · Last modified: 2021/02/02 02:10 (external edit)