Not a member?
       
                  
Back to API Page

[EXPAND ALL]   [COLLAPSE ALL]

Show/Hide  <AUTH_USERNAME></AUTH_USERNAME>
Show/Hide  <AUTH_PASSWORD></AUTH_PASSWORD>
Show/Hide  <SCHOOLCODE></SCHOOLCODE>


<TERM>
Show/Hide  <TERMID></TERMID>
Show/Hide  <TERMNAME></TERMNAME>
</TERM>

<FIELD>
Show/Hide  <TERMID></TERMID>
Show/Hide  <FIELDNUM></FIELDNUM>
Show/Hide  <FIELDNAME></FIELDNAME>
Show/Hide  <FIELDICON></FIELDICON>
</FIELD>

<COURSE>
Show/Hide  <TERMID></TERMID>
Show/Hide  <FIELDNUM></FIELDNUM>
Show/Hide  <COURSENUM></COURSENUM>
Show/Hide  <COURSENAME></COURSENAME>
Show/Hide  <COURSEINFO></COURSEINFO>
</COURSE>

<SECTION>
Show/Hide  <TERMID></TERMID>
Show/Hide  <FIELDNUM></FIELDNUM>
Show/Hide  <COURSENUM></COURSENUM>
Show/Hide  <SECTIONNUM></SECTIONNUM>
Show/Hide  <UNIQUENUM></UNIQUENUM>
Show/Hide  <INSTRUCTOR></INSTRUCTOR>
Show/Hide  <CREDITS></CREDITS>
Show/Hide  <ISLAB></ISLAB>
Show/Hide  <ISONLINE></ISONLINE>
Show/Hide  <ISEVENING></ISEVENING>
Show/Hide  <SECTIONINFO></SECTIONINFO>
<MEETING>
Show/Hide  <DAYS></DAYS>
Show/Hide  <TIMESTART></TIMESTART>
Show/Hide  <TIMEEND></TIMEEND>
Show/Hide  <BUILDING></BUILDING>
Show/Hide  <ROOM></ROOM>
</MEETING>
</SECTION>

If your database is set up such that it would be easier for you to represent the values all under one structure, you can use this format instead. Mixing formats is not recommended, but would work.
<TERM>
Show/Hide  <TERMID></TERMID>
Show/Hide  <TERMNAME></TERMNAME>
<FIELD>
Show/Hide  <FIELDNUM></FIELDNUM>
Show/Hide  <FIELDNAME></FIELDNAME>
Show/Hide  <FIELDICON></FIELDICON>
<COURSE>
Show/Hide  <COURSENUM></COURSENUM>
Show/Hide  <COURSENAME></COURSENAME>
Show/Hide  <COURSEINFO></COURSEINFO>
<SECTION>
Show/Hide  <SECTIONNUM></SECTIONNUM>
Show/Hide  <UNIQUENUM></UNIQUENUM>
Show/Hide  <INSTRUCTOR></INSTRUCTOR>
Show/Hide  <CREDITS></CREDITS>
Show/Hide  <ISLAB></ISLAB>
Show/Hide  <ISONLINE></ISONLINE>
Show/Hide  <ISEVENING></ISEVENING>
Show/Hide  <SECTIONINFO></SECTIONINFO>
<MEETING>
Show/Hide  <DAYS></DAYS>
Show/Hide  <TIMESTART></TIMESTART>
Show/Hide  <TIMEEND></TIMEEND>
Show/Hide  <BUILDING></BUILDING>
Show/Hide  <ROOM></ROOM>
</MEETING>
</SECTION>
</COURSE>
</FIELD>
</TERM>

If you want to set the field icons manually in a seperate part of the file, but you generate the rest of the fields automatically, you may find it useful to use this structure to set the icons:
<ICON>
Show/Hide  <FIELDNUM></FIELDNUM>
Show/Hide  <FIELDICON></FIELDICON>
</ICON>


[EXPAND ALL]   [COLLAPSE ALL]

Back to API Page