RoutesWhat's going where..
Routes
| Name | Method | Pattern | Controller | Action |
|---|---|---|---|---|
| root | get | / | public | index |
| publicindex | get | /public/index | public | index |
| tos | get | /public/tou | public | tou |
| privacy | get | /public/privacy | public | privacy |
| setspanish | get | /public/setspanish | public | setspanish |
| setenglish | get | /public/setenglish | public | setenglish |
| publiccourses | get | /public/courses | public | courses |
| publicfaq | get | /public/faq | public | faq |
| publicdemo | get | /public/demos | public | demos |
| showdemo | get | /demos/show/[key] | demos | show |
| publicdemobyid | get | /public/demos/[key] | public | demos |
| publiclinks | get | /public/links | public | links |
| publicsearch | post | /public/search | public | search |
| about | get | /public/about/[key] | public | show |
| public | get | /public | public | index |
| timeout | get | /public/timeout | public | timeout |
| coursesWotd | get | /public/wotd | public | wotd |
| learnmore | get | /public/learnmore | public | learnmore |
| notfound | get | /public/notfound | public | notfound |
| publichelprequest | get | /public/helprequest | support | new |
| forgotlogin | get | /support/forgotlogin | support | forgotlogin |
| sendlogin | post | /support/sendlogin | support | sendlogin |
| supportIndex | get | /support | support | index |
| supportIndex | post | /support | support | create |
| newSupport | get | /support/new | support | new |
| editSupport | get | /support/[key]/edit | support | edit |
| support | get | /support/[key] | support | show |
| support | patch | /support/[key] | support | update |
| support | put | /support/[key] | support | update |
| support | delete | /support/[key] | support | delete |
| helpIndex | get | /help | help | index |
| helpIndex | post | /help | help | create |
| newHelp | get | /help/new | help | new |
| editHelp | get | /help/[key]/edit | help | edit |
| help | get | /help/[key] | help | show |
| help | patch | /help/[key] | help | update |
| help | put | /help/[key] | help | update |
| help | delete | /help/[key] | help | delete |
| showStory | get | /stories/[key]/show | stories | show |
| newStory | get | /stories/new | stories | new |
| createStory | post | /stories/create | stories | create |
| launchvlt | post | /public/launchvlt | public | launchvlt |
| login | get | /login | login | index |
| processlogin | post | /login/process | login | process |
| logout | get | /login/logout | login | logout |
get | /login/confirm/[key] | login | confirm | |
post | /login/confirmlogin | login | confirmlogin | |
get | /login/invalidkey | login | invalidkey | |
get | /login/invalidtoken | login | invalidtoken | |
| regcomplete | get | /register/regcomplete | register | regcomplete |
| registerIndex | get | /register | register | index |
| registerIndex | post | /register | register | create |
| newRegister | get | /register/new | register | new |
| editRegister | get | /register/[key]/edit | register | edit |
| register | get | /register/[key] | register | show |
| register | patch | /register/[key] | register | update |
| register | put | /register/[key] | register | update |
| register | delete | /register/[key] | register | delete |
| messagesUpdate | post | /messages/update | messages | update |
| messages | get | /messages | messages | index |
| emailConfirmation | get | /users/emailconfirmation | users | emailconfirmation |
| sendConfirmation | get | /users/sendconfirmation/[key] | users | sendconfirmation |
| profile | get | /users/profile | users | profile |
| extend | get | /users/extend | users | extend |
| updatepassword | post | /users/updatepassword | users | updatepassword |
| updateemail | post | /users/updateemail | users | updateemail |
| userMonitor | get | /users/monitors | users | monitors |
| createMonitor | post | /users/createmonitor | users | createmonitor |
| deleteMonitor | post | /users/deletemonitor | users | deletemonitor |
| submitSurvey | post | /users/submitsurvey | users | submitsurvey |
| commanders | get | /users/commanders | users | commanders |
| acceptcommander | post | /users/acceptcommander | users | acceptcommander |
| rejectcommander | post | /users/rejectcommander | users | rejectcommander |
| deletecommander | post | /users/deletecommander | users | deletecommander |
| commanderrequest | post | /users/commanderrequest | users | commanderrequest |
| myrecruiters | get | /users/myrecruiters | users | myrecruiters |
| recruiterdetails | get | /monitors/recruiter/[key] | monitors | recruiter |
| userDenied | get | /users/denied | users | denied |
| users | get | /users | users | index |
| users | post | /users | users | create |
| newUser | get | /users/new | users | new |
| editUser | get | /users/[key]/edit | users | edit |
| user | get | /users/[key] | users | show |
| user | patch | /users/[key] | users | update |
| user | put | /users/[key] | users | update |
| user | delete | /users/[key] | users | delete |
| coursesPetersonsload | get | /courses/petersons/[key]/load | courses.petersons | load |
| coursesPeterson | get | /courses/petersons/[key] | courses.petersons | show |
| coursesCollegeoptionsload | get | /courses/collegeoptions/[key]/load | courses.collegeoptions | load |
| coursesCollegeoption | get | /courses/collegeoptions/[key] | courses.collegeoptions | show |
| coursesCofvideos | get | /courses/cofguide/video/[key] | courses.cofguide | video |
| coursesCofimages | get | /courses/cofguide/image/[key] | courses.cofguide | image |
| coursesCofguide | get | /courses/cofguide/index | courses.cofguide | index |
| coursesCofshow | get | /courses/cofguide/[key]/show | courses.cofguide | show |
| coursesPlanningguide | get | /courses/cofguide/planningguide | courses.cofguide | planningguide |
| coursesSpg | get | /courses/cofstudentguide/index | courses.cofstudentguide | index |
| coursesVq | get | /courses/vocabquizzes/index | courses.vocabquizzes | index |
| coursesVocabquizzes | get | /courses/vocabquizzes | courses.vocabquizzes | index |
| coursesVocabquizzes | post | /courses/vocabquizzes | courses.vocabquizzes | create |
| newCoursesVocabquiz | get | /courses/vocabquizzes/new | courses.vocabquizzes | new |
| coursesVocabquiz | get | /courses/vocabquizzes/[key] | courses.vocabquizzes | show |
| coursesArmygamesload | get | /courses/armygames/[key]/load | courses.armygames | load |
| coursesArmygames | get | /courses/armygames | courses.armygames | index |
| coursesArmygame | get | /courses/armygames/[key] | courses.armygames | show |
| newTutor | post | /tutors/new | tutors | new |
| tutors | get | /tutors | tutors | index |
| accesserror | get | /courses/accesserror | courses | accesserror |
| courseresults | get | /courses/results/[key] | courses | results |
| coursesIndex | get | /courses/index | courses | index |
| coursesList | get | /courses/list | courses | list |
| ess | get | /ess/index | ess | index |
| ess | post | /ess/index | ess | index |
| contactess | post | /ess/contactess | ess | contactess |
| contactmrb | post | /ess/contactmrb | ess | contactmrb |
| monitorinfo | get | /monitors/monitorinfo | monitors | monitorinfo |
| updategroup | post | /monitors/updategroup | monitors | updategroup |
| updategroupmembers | post | /monitors/updategroupmembers | monitors | updategroupmembers |
| mobileresults | get | /mobileanalytics/results | mobileanalytics | results |
| mobileaccess | get | /mobileanalytics/courses | mobileanalytics | courses |
| mobilelogins | get | /mobileanalytics/logins | mobileanalytics | logins |
| restoreuser | post | /monitors/restore | monitors | restore |
| summarygroup | get | /monitors/summarygroup/[key] | monitors | summarygroup |
| summarygroup | post | /monitors/summarygroup/[key] | monitors | summarygroup |
| addgroup | post | /addgroup | monitors | addgroup |
| editgroup | post | /monitors/editGroup/[key] | monitors | editgroup |
| editgroup | get | /monitors/editGroup/[key] | monitors | editgroup |
| deletegroup | post | /monitors/deletegroup/[key] | monitors | deletegroup |
| summaryindividual | get | /monitors/summaryIndividual/[key] | monitors | summaryIndividual |
| summary | post | /summary | monitors | summary |
| monitorDelete | post | /monitor-delete | monitors | delete |
| monitorShow | get | /monitors/show/[key] | monitors | show |
| monitorIndex | get | /monitors/students | monitors | students |
| monitorRecruiter | get | /monitors/recruiter/[key] | monitors | recruiter |
| fsStudent | get | /monitors/myfuturesoldiers | monitors | myfuturesoldiers |
| fsSearch | post | /monitors/myfuturesoldiers | monitors | myfuturesoldiers |
| fsAddStudent | post | /monitors/addfstp | monitors | addfstp |
| fsDelStudent | post | /monitors/delfstp | monitors | delfstp |
| fsRestore | post | /monitors/restorefstp | monitors | restorefstp |
| monitorsActreport | get | /monitors/reports/act | monitors.reports | act |
| monitorsSatreport | get | /monitors/reports/sat | monitors.reports | sat |
| monitorsMvreport | get | /monitors/reports/mathverbal | monitors.reports | mathverval |
| monitorsMvreportrec | get | /monitors/reports/mathverbalrecruiter | monitors.reports | mathverbalrecruiter |
| monitorsGtmreport | get | /monitors/reports/gtm | monitors.reports | gtm |
| monitorsGtmreportrec | get | /monitors/reports/gtmrecruiter | monitors.reports | gtmrecruiter |
| monitorsStationreport | get | /monitors/reports/station | monitors.reports | station |
| monitorsSatpractice | get | /monitors/reports/satpractice | monitors.reports | satpractice |
| monitorsActpractice | get | /monitors/reports/actpractice | monitors.reports | actpractice |
| monitorsMcatpractice | get | /monitors/reports/mcatpractice | monitors.reports | mcatpractice |
| monitorsDatpractice | get | /monitors/reports/datpractice | monitors.reports | datpractice |
| monitorsNursingpractice | get | /monitors/reports/nursingpractice | monitors.reports | nursingpractice |
| monitorsSciencepractice | get | /monitors/reports/sciencepractice | monitors.reports | sciencepractice |
| monitorsMathpractice | get | /monitors/reports/mathpractice | monitors.reports | mathpractice |
| monitorsSocialsciencepractice | get | /monitors/reports/socialsciencepractice | monitors.reports | socialsciencepractice |
| monitorsTechpractice | get | /monitors/reports/techpractice | monitors.reports | techpractice |
| monitorsEngpractice | get | /monitors/reports/engpractice | monitors.reports | engpractice |
| monitorsCoursereport | post | /monitors/reports/all | monitors.reports | all |
| apiV1Bounce | post | /api/v1/ses/bounce | api.v1.ses | bounce |
| apiV1Bouncealias | post | /api/v1/bounce/index | api.v1.ses | bounce |
| apiV1Delivered | post | /api/v1/ses/delivered | api.v1.ses | delivered |
| apiV1Complaint | post | /api/v1/ses/complaint | api.v1.ses | complaint |
| apiV1Addclick | get | /api/v1/tools/addclick | api.v1.tools | addclick |
| apiV1Rsids | get | /api/v1/tools/rsids | api.v1.tools | rsids |
| apiV1Moreinfo | get | /api/v1/tools/moreinfo/[key] | api.v1.tools | moreinfo |
| apiV1Search | post | /api/v1/help/search | api.v1.help | search |
| apiV1Help | get | /api/v1/help/help/[key] | api.v1.help | help |
| apiV1Faq | get | /api/v1/help/faq/[key] | api.v1.help | faq |
| apiV1Content | get | /api/v1/help/content/[key] | api.v1.help | content |
| apiV1Getlogin | get | /api/v1/tools/getlogin | api.v1.tools | getlogin |
| apiV1Authtoken | post | /api/v1/auth/checkAuthToken | api.v1.auth | checkAuthToken |
| apiV1Studentguide | get | /api/v1/tools/studentguide/[key] | api.v1.tools | studentguide |
| apiV1Getgroup | get | /api/v1/tools/getgroup/[key] | api.v1.tools | getgroup |
| apiV2 | get | /api/v2/user/me | api.v2.user | me |
| apiV2 | post | /api/v2/user/cancel | api.v2.user | cancel |
| apiV2 | post | /api/v2/user/revoke | api.v2.user | revoke |
| apiV2 | post | /api/v2/token/index | api.v2.token | index |
| apiV2 | post | /api/v2/token/refresh | api.v2.token | refresh |
| analyticscallback | get | /analytics/callback | analytics | callback |
| frequencies | get | /analytics/frequencies | analytics | frequencies |
| importfrequencies | post | /analytics/importfrequencies | analytics | importfrequencies |
| processreport | post | /analytics/processreport | analytics | processreport |
| processytreport | post | /analytics/processytreport | analytics | processytreport |
| analyticsIndex | get | /analytics/import | analytics | import |
| analyticsReport | get | /analytics/report | analytics | report |
| analyticsShow | get | /analytics/show/[key] | analytics | show |
| tablesFaqs | get | /tables/faqs | tables.faqs | index |
| tablesFaqs | post | /tables/faqs | tables.faqs | create |
| newTablesFaq | get | /tables/faqs/new | tables.faqs | new |
| editTablesFaq | get | /tables/faqs/[key]/edit | tables.faqs | edit |
| tablesFaq | get | /tables/faqs/[key] | tables.faqs | show |
| tablesFaq | patch | /tables/faqs/[key] | tables.faqs | update |
| tablesFaq | put | /tables/faqs/[key] | tables.faqs | update |
| tablesFaq | delete | /tables/faqs/[key] | tables.faqs | delete |
| tablesArmylinks | get | /tables/armylinks | tables.armylinks | index |
| tablesArmylinks | post | /tables/armylinks | tables.armylinks | create |
| newTablesArmylink | get | /tables/armylinks/new | tables.armylinks | new |
| editTablesArmylink | get | /tables/armylinks/[key]/edit | tables.armylinks | edit |
| tablesArmylink | get | /tables/armylinks/[key] | tables.armylinks | show |
| tablesArmylink | patch | /tables/armylinks/[key] | tables.armylinks | update |
| tablesArmylink | put | /tables/armylinks/[key] | tables.armylinks | update |
| tablesArmylink | delete | /tables/armylinks/[key] | tables.armylinks | delete |
| tablesExtlinks | get | /tables/extlinks | tables.extlinks | index |
| tablesExtlinks | post | /tables/extlinks | tables.extlinks | create |
| newTablesExtlink | get | /tables/extlinks/new | tables.extlinks | new |
| editTablesExtlink | get | /tables/extlinks/[key]/edit | tables.extlinks | edit |
| tablesExtlink | get | /tables/extlinks/[key] | tables.extlinks | show |
| tablesExtlink | patch | /tables/extlinks/[key] | tables.extlinks | update |
| tablesExtlink | put | /tables/extlinks/[key] | tables.extlinks | update |
| tablesExtlink | delete | /tables/extlinks/[key] | tables.extlinks | delete |
| tablesCoursedescriptions | get | /tables/coursedescriptions | tables.coursedescriptions | index |
| tablesCoursedescriptions | post | /tables/coursedescriptions | tables.coursedescriptions | create |
| newTablesCoursedescription | get | /tables/coursedescriptions/new | tables.coursedescriptions | new |
| editTablesCoursedescription | get | /tables/coursedescriptions/[key]/edit | tables.coursedescriptions | edit |
| tablesCoursedescription | get | /tables/coursedescriptions/[key] | tables.coursedescriptions | show |
| tablesCoursedescription | patch | /tables/coursedescriptions/[key] | tables.coursedescriptions | update |
| tablesCoursedescription | put | /tables/coursedescriptions/[key] | tables.coursedescriptions | update |
| tablesCoursedescription | delete | /tables/coursedescriptions/[key] | tables.coursedescriptions | delete |
| tablesSitepages | get | /tables/sitepages | tables.sitepages | index |
| tablesSitepages | post | /tables/sitepages | tables.sitepages | create |
| newTablesSitepage | get | /tables/sitepages/new | tables.sitepages | new |
| editTablesSitepage | get | /tables/sitepages/[key]/edit | tables.sitepages | edit |
| tablesSitepage | get | /tables/sitepages/[key] | tables.sitepages | show |
| tablesSitepage | patch | /tables/sitepages/[key] | tables.sitepages | update |
| tablesSitepage | put | /tables/sitepages/[key] | tables.sitepages | update |
| tablesSitepage | delete | /tables/sitepages/[key] | tables.sitepages | delete |
| tablesLabels | get | /tables/labels | tables.labels | index |
| tablesLabels | post | /tables/labels | tables.labels | create |
| newTablesLabel | get | /tables/labels/new | tables.labels | new |
| editTablesLabel | get | /tables/labels/[key]/edit | tables.labels | edit |
| tablesLabel | get | /tables/labels/[key] | tables.labels | show |
| tablesLabel | patch | /tables/labels/[key] | tables.labels | update |
| tablesLabel | put | /tables/labels/[key] | tables.labels | update |
| tablesLabel | delete | /tables/labels/[key] | tables.labels | delete |
| tablesHelptopics | get | /tables/helptopics | tables.helptopics | index |
| tablesHelptopics | post | /tables/helptopics | tables.helptopics | create |
| newTablesHelptopic | get | /tables/helptopics/new | tables.helptopics | new |
| editTablesHelptopic | get | /tables/helptopics/[key]/edit | tables.helptopics | edit |
| tablesHelptopic | get | /tables/helptopics/[key] | tables.helptopics | show |
| tablesHelptopic | patch | /tables/helptopics/[key] | tables.helptopics | update |
| tablesHelptopic | put | /tables/helptopics/[key] | tables.helptopics | update |
| tablesHelptopic | delete | /tables/helptopics/[key] | tables.helptopics | delete |
| tablesDemos | get | /tables/demos | tables.demos | index |
| tablesDemos | post | /tables/demos | tables.demos | create |
| newTablesDemo | get | /tables/demos/new | tables.demos | new |
| editTablesDemo | get | /tables/demos/[key]/edit | tables.demos | edit |
| tablesDemo | get | /tables/demos/[key] | tables.demos | show |
| tablesDemo | patch | /tables/demos/[key] | tables.demos | update |
| tablesDemo | put | /tables/demos/[key] | tables.demos | update |
| tablesDemo | delete | /tables/demos/[key] | tables.demos | delete |
| tablesCarousels | get | /tables/carousels | tables.carousels | index |
| tablesCarousels | post | /tables/carousels | tables.carousels | create |
| newTablesCarousel | get | /tables/carousels/new | tables.carousels | new |
| editTablesCarousel | get | /tables/carousels/[key]/edit | tables.carousels | edit |
| tablesCarousel | get | /tables/carousels/[key] | tables.carousels | show |
| tablesCarousel | patch | /tables/carousels/[key] | tables.carousels | update |
| tablesCarousel | put | /tables/carousels/[key] | tables.carousels | update |
| tablesCarousel | delete | /tables/carousels/[key] | tables.carousels | delete |
| tablesDocuments | get | /tables/documents | tables.documents | index |
| tablesDocuments | post | /tables/documents | tables.documents | create |
| newTablesDocument | get | /tables/documents/new | tables.documents | new |
| editTablesDocument | get | /tables/documents/[key]/edit | tables.documents | edit |
| tablesDocument | get | /tables/documents/[key] | tables.documents | show |
| tablesDocument | patch | /tables/documents/[key] | tables.documents | update |
| tablesDocument | put | /tables/documents/[key] | tables.documents | update |
| tablesDocument | delete | /tables/documents/[key] | tables.documents | delete |
| tablesContentlinks | get | /tables/contentlinks | tables.contentlinks | index |
| tablesContentlinks | post | /tables/contentlinks | tables.contentlinks | create |
| newTablesContentlink | get | /tables/contentlinks/new | tables.contentlinks | new |
| editTablesContentlink | get | /tables/contentlinks/[key]/edit | tables.contentlinks | edit |
| tablesContentlink | get | /tables/contentlinks/[key] | tables.contentlinks | show |
| tablesContentlink | patch | /tables/contentlinks/[key] | tables.contentlinks | update |
| tablesContentlink | put | /tables/contentlinks/[key] | tables.contentlinks | update |
| tablesContentlink | delete | /tables/contentlinks/[key] | tables.contentlinks | delete |
| tablesPetersonscourses | get | /tables/petersonscourses | tables.petersonscourses | index |
| tablesPetersonscourses | post | /tables/petersonscourses | tables.petersonscourses | create |
| newTablesPetersonscourse | get | /tables/petersonscourses/new | tables.petersonscourses | new |
| editTablesPetersonscourse | get | /tables/petersonscourses/[key]/edit | tables.petersonscourses | edit |
| tablesPetersonscourse | get | /tables/petersonscourses/[key] | tables.petersonscourses | show |
| tablesPetersonscourse | patch | /tables/petersonscourses/[key] | tables.petersonscourses | update |
| tablesPetersonscourse | put | /tables/petersonscourses/[key] | tables.petersonscourses | update |
| tablesPetersonscourse | delete | /tables/petersonscourses/[key] | tables.petersonscourses | delete |
| tablesCofpages | get | /tables/cofpages | tables.cofpages | index |
| tablesCofpages | post | /tables/cofpages | tables.cofpages | create |
| newTablesCofpage | get | /tables/cofpages/new | tables.cofpages | new |
| editTablesCofpage | get | /tables/cofpages/[key]/edit | tables.cofpages | edit |
| tablesCofpage | get | /tables/cofpages/[key] | tables.cofpages | show |
| tablesCofpage | patch | /tables/cofpages/[key] | tables.cofpages | update |
| tablesCofpage | put | /tables/cofpages/[key] | tables.cofpages | update |
| tablesCofpage | delete | /tables/cofpages/[key] | tables.cofpages | delete |
| tablesHelprequestcategories | get | /tables/helprequestcategories | tables.helprequestcategories | index |
| tablesHelprequestcategories | post | /tables/helprequestcategories | tables.helprequestcategories | create |
| newTablesHelprequestcategory | get | /tables/helprequestcategories/new | tables.helprequestcategories | new |
| editTablesHelprequestcategory | get | /tables/helprequestcategories/[key]/edit | tables.helprequestcategories | edit |
| tablesHelprequestcategory | get | /tables/helprequestcategories/[key] | tables.helprequestcategories | show |
| tablesHelprequestcategory | patch | /tables/helprequestcategories/[key] | tables.helprequestcategories | update |
| tablesHelprequestcategory | put | /tables/helprequestcategories/[key] | tables.helprequestcategories | update |
| tablesHelprequestcategory | delete | /tables/helprequestcategories/[key] | tables.helprequestcategories | delete |
| tablesUsertypes | get | /tables/usertypes | tables.usertypes | index |
| tablesUsertypes | post | /tables/usertypes | tables.usertypes | create |
| newTablesUsertype | get | /tables/usertypes/new | tables.usertypes | new |
| editTablesUsertype | get | /tables/usertypes/[key]/edit | tables.usertypes | edit |
| tablesUsertype | get | /tables/usertypes/[key] | tables.usertypes | show |
| tablesUsertype | patch | /tables/usertypes/[key] | tables.usertypes | update |
| tablesUsertype | put | /tables/usertypes/[key] | tables.usertypes | update |
| tablesUsertype | delete | /tables/usertypes/[key] | tables.usertypes | delete |
| tablesReferralsources | get | /tables/referralsources | tables.referralsources | index |
| tablesReferralsources | post | /tables/referralsources | tables.referralsources | create |
| newTablesReferralsource | get | /tables/referralsources/new | tables.referralsources | new |
| editTablesReferralsource | get | /tables/referralsources/[key]/edit | tables.referralsources | edit |
| tablesReferralsource | get | /tables/referralsources/[key] | tables.referralsources | show |
| tablesReferralsource | patch | /tables/referralsources/[key] | tables.referralsources | update |
| tablesReferralsource | put | /tables/referralsources/[key] | tables.referralsources | update |
| tablesReferralsource | delete | /tables/referralsources/[key] | tables.referralsources | delete |
| tablesRecruitertypes | get | /tables/recruitertypes | tables.recruitertypes | index |
| tablesRecruitertypes | post | /tables/recruitertypes | tables.recruitertypes | create |
| newTablesRecruitertype | get | /tables/recruitertypes/new | tables.recruitertypes | new |
| editTablesRecruitertype | get | /tables/recruitertypes/[key]/edit | tables.recruitertypes | edit |
| tablesRecruitertype | get | /tables/recruitertypes/[key] | tables.recruitertypes | show |
| tablesRecruitertype | patch | /tables/recruitertypes/[key] | tables.recruitertypes | update |
| tablesRecruitertype | put | /tables/recruitertypes/[key] | tables.recruitertypes | update |
| tablesRecruitertype | delete | /tables/recruitertypes/[key] | tables.recruitertypes | delete |
| tablesGrades | get | /tables/grades | tables.grades | index |
| tablesGrades | post | /tables/grades | tables.grades | create |
| newTablesGrade | get | /tables/grades/new | tables.grades | new |
| editTablesGrade | get | /tables/grades/[key]/edit | tables.grades | edit |
| tablesGrade | get | /tables/grades/[key] | tables.grades | show |
| tablesGrade | patch | /tables/grades/[key] | tables.grades | update |
| tablesGrade | put | /tables/grades/[key] | tables.grades | update |
| tablesGrade | delete | /tables/grades/[key] | tables.grades | delete |
| tablesEmailmessages | get | /tables/emailmessages | tables.emailmessages | index |
| tablesEmailmessages | post | /tables/emailmessages | tables.emailmessages | create |
| newTablesEmailmessage | get | /tables/emailmessages/new | tables.emailmessages | new |
| editTablesEmailmessage | get | /tables/emailmessages/[key]/edit | tables.emailmessages | edit |
| tablesEmailmessage | get | /tables/emailmessages/[key] | tables.emailmessages | show |
| tablesEmailmessage | patch | /tables/emailmessages/[key] | tables.emailmessages | update |
| tablesEmailmessage | put | /tables/emailmessages/[key] | tables.emailmessages | update |
| tablesEmailmessage | delete | /tables/emailmessages/[key] | tables.emailmessages | delete |
| tablesEducationinstitutions | get | /tables/educationinstitutions | tables.educationinstitutions | index |
| tablesEducationinstitutions | post | /tables/educationinstitutions | tables.educationinstitutions | create |
| newTablesEducationinstitution | get | /tables/educationinstitutions/new | tables.educationinstitutions | new |
| editTablesEducationinstitution | get | /tables/educationinstitutions/[key]/edit | tables.educationinstitutions | edit |
| tablesEducationinstitution | get | /tables/educationinstitutions/[key] | tables.educationinstitutions | show |
| tablesEducationinstitution | patch | /tables/educationinstitutions/[key] | tables.educationinstitutions | update |
| tablesEducationinstitution | put | /tables/educationinstitutions/[key] | tables.educationinstitutions | update |
| tablesEducationinstitution | delete | /tables/educationinstitutions/[key] | tables.educationinstitutions | delete |
| tablesEducatortypes | get | /tables/educatortypes | tables.educatortypes | index |
| tablesEducatortypes | post | /tables/educatortypes | tables.educatortypes | create |
| newTablesEducatortype | get | /tables/educatortypes/new | tables.educatortypes | new |
| editTablesEducatortype | get | /tables/educatortypes/[key]/edit | tables.educatortypes | edit |
| tablesEducatortype | get | /tables/educatortypes/[key] | tables.educatortypes | show |
| tablesEducatortype | patch | /tables/educatortypes/[key] | tables.educatortypes | update |
| tablesEducatortype | put | /tables/educatortypes/[key] | tables.educatortypes | update |
| tablesEducatortype | delete | /tables/educatortypes/[key] | tables.educatortypes | delete |
| tablesEducationspecialists | get | /tables/educationspecialists | tables.educationspecialists | index |
| tablesEducationspecialists | post | /tables/educationspecialists | tables.educationspecialists | create |
| newTablesEducationspecialist | get | /tables/educationspecialists/new | tables.educationspecialists | new |
| editTablesEducationspecialist | get | /tables/educationspecialists/[key]/edit | tables.educationspecialists | edit |
| tablesEducationspecialist | get | /tables/educationspecialists/[key] | tables.educationspecialists | show |
| tablesEducationspecialist | patch | /tables/educationspecialists/[key] | tables.educationspecialists | update |
| tablesEducationspecialist | put | /tables/educationspecialists/[key] | tables.educationspecialists | update |
| tablesEducationspecialist | delete | /tables/educationspecialists/[key] | tables.educationspecialists | delete |
| tablesUserreasons | get | /tables/userreasons | tables.userreasons | index |
| tablesUserreasons | post | /tables/userreasons | tables.userreasons | create |
| newTablesUserreason | get | /tables/userreasons/new | tables.userreasons | new |
| editTablesUserreason | get | /tables/userreasons/[key]/edit | tables.userreasons | edit |
| tablesUserreason | get | /tables/userreasons/[key] | tables.userreasons | show |
| tablesUserreason | patch | /tables/userreasons/[key] | tables.userreasons | update |
| tablesUserreason | put | /tables/userreasons/[key] | tables.userreasons | update |
| tablesUserreason | delete | /tables/userreasons/[key] | tables.userreasons | delete |
| tablesSurveyquestions | get | /tables/surveyquestions | tables.surveyquestions | index |
| tablesSurveyquestions | post | /tables/surveyquestions | tables.surveyquestions | create |
| newTablesSurveyquestion | get | /tables/surveyquestions/new | tables.surveyquestions | new |
| editTablesSurveyquestion | get | /tables/surveyquestions/[key]/edit | tables.surveyquestions | edit |
| tablesSurveyquestion | get | /tables/surveyquestions/[key] | tables.surveyquestions | show |
| tablesSurveyquestion | patch | /tables/surveyquestions/[key] | tables.surveyquestions | update |
| tablesSurveyquestion | put | /tables/surveyquestions/[key] | tables.surveyquestions | update |
| tablesSurveyquestion | delete | /tables/surveyquestions/[key] | tables.surveyquestions | delete |
| tablesSurveyratings | get | /tables/surveyratings | tables.surveyratings | index |
| tablesSurveyratings | post | /tables/surveyratings | tables.surveyratings | create |
| newTablesSurveyrating | get | /tables/surveyratings/new | tables.surveyratings | new |
| editTablesSurveyrating | get | /tables/surveyratings/[key]/edit | tables.surveyratings | edit |
| tablesSurveyrating | get | /tables/surveyratings/[key] | tables.surveyratings | show |
| tablesSurveyrating | patch | /tables/surveyratings/[key] | tables.surveyratings | update |
| tablesSurveyrating | put | /tables/surveyratings/[key] | tables.surveyratings | update |
| tablesSurveyrating | delete | /tables/surveyratings/[key] | tables.surveyratings | delete |
| tablesSurveytimes | get | /tables/surveytimes | tables.surveytimes | index |
| tablesSurveytimes | post | /tables/surveytimes | tables.surveytimes | create |
| newTablesSurveytime | get | /tables/surveytimes/new | tables.surveytimes | new |
| editTablesSurveytime | get | /tables/surveytimes/[key]/edit | tables.surveytimes | edit |
| tablesSurveytime | get | /tables/surveytimes/[key] | tables.surveytimes | show |
| tablesSurveytime | patch | /tables/surveytimes/[key] | tables.surveytimes | update |
| tablesSurveytime | put | /tables/surveytimes/[key] | tables.surveytimes | update |
| tablesSurveytime | delete | /tables/surveytimes/[key] | tables.surveytimes | delete |
| tablesCofstudentguides | get | /tables/cofstudentguides | tables.cofstudentguides | index |
| tablesCofstudentguides | post | /tables/cofstudentguides | tables.cofstudentguides | create |
| newTablesCofstudentguide | get | /tables/cofstudentguides/new | tables.cofstudentguides | new |
| editTablesCofstudentguide | get | /tables/cofstudentguides/[key]/edit | tables.cofstudentguides | edit |
| tablesCofstudentguide | get | /tables/cofstudentguides/[key] | tables.cofstudentguides | show |
| tablesCofstudentguide | patch | /tables/cofstudentguides/[key] | tables.cofstudentguides | update |
| tablesCofstudentguide | put | /tables/cofstudentguides/[key] | tables.cofstudentguides | update |
| tablesCofstudentguide | delete | /tables/cofstudentguides/[key] | tables.cofstudentguides | delete |
| tablesHolidays | get | /tables/holidays | tables.holidays | index |
| tablesHolidays | post | /tables/holidays | tables.holidays | create |
| newTablesHoliday | get | /tables/holidays/new | tables.holidays | new |
| editTablesHoliday | get | /tables/holidays/[key]/edit | tables.holidays | edit |
| tablesHoliday | get | /tables/holidays/[key] | tables.holidays | show |
| tablesHoliday | patch | /tables/holidays/[key] | tables.holidays | update |
| tablesHoliday | put | /tables/holidays/[key] | tables.holidays | update |
| tablesHoliday | delete | /tables/holidays/[key] | tables.holidays | delete |
| tablesEmailmessages | get | /tables/emailmessages | tables.emailmessages | index |
| tablesEmailmessages | post | /tables/emailmessages | tables.emailmessages | create |
| newTablesEmailmessage | get | /tables/emailmessages/new | tables.emailmessages | new |
| editTablesEmailmessage | get | /tables/emailmessages/[key]/edit | tables.emailmessages | edit |
| tablesEmailmessage | get | /tables/emailmessages/[key] | tables.emailmessages | show |
| tablesEmailmessage | patch | /tables/emailmessages/[key] | tables.emailmessages | update |
| tablesEmailmessage | put | /tables/emailmessages/[key] | tables.emailmessages | update |
| tablesEmailmessage | delete | /tables/emailmessages/[key] | tables.emailmessages | delete |
| adminUsercount | get | /admin/system/usercount | admin.system | usercount |
| adminLinkchecker | get | /admin/system/linkcheck | admin.system | linkcheck |
| adminServerinfo | get | /admin/system/serverinfo | admin.system | serverinfo |
| adminRandompassword | get | /admin/system/randompassword | admin.system | randompassword |
| adminHelprequests | get | /admin/system/helprequests | admin.system | helprequests |
| adminWelcomequeue | get | /admin/system/welcomequeue | admin.system | welcomequeue |
| adminBouncedemails | get | /admin/system/bouncedemails | admin.system | bouncedemails |
| adminDeletebounce | get | /admin/system/deletebounce/[key] | admin.system | deletebounce |
| adminBounceddomains | get | /admin/system/bounceddomains | admin.system | bounceddomains |
| adminDeletedomain | get | /admin/system/deletedomain/[key] | admin.system | deletedomain |
| adminBounceday | get | /admin/system/bouncebyday | admin.system | bouncebyday |
| adminLoginrequests | get | /admin/system/loginrequests | admin.system | loginrequests |
| adminRecruiteremails | get | /admin/recruiteremails | admin.recruiteremails | index |
| adminRecruiteremails | post | /admin/recruiteremails | admin.recruiteremails | create |
| newAdminRecruiteremail | get | /admin/recruiteremails/new | admin.recruiteremails | new |
| editAdminRecruiteremail | get | /admin/recruiteremails/[key]/edit | admin.recruiteremails | edit |
| adminRecruiteremail | get | /admin/recruiteremails/[key] | admin.recruiteremails | show |
| adminRecruiteremail | patch | /admin/recruiteremails/[key] | admin.recruiteremails | update |
| adminRecruiteremail | put | /admin/recruiteremails/[key] | admin.recruiteremails | update |
| adminRecruiteremail | delete | /admin/recruiteremails/[key] | admin.recruiteremails | delete |
| adminMessages | get | /admin/messages | admin.messages | index |
| adminMessages | post | /admin/messages | admin.messages | create |
| newAdminMessage | get | /admin/messages/new | admin.messages | new |
| editAdminMessage | get | /admin/messages/[key]/edit | admin.messages | edit |
| adminMessage | get | /admin/messages/[key] | admin.messages | show |
| adminMessage | patch | /admin/messages/[key] | admin.messages | update |
| adminMessage | put | /admin/messages/[key] | admin.messages | update |
| adminMessage | delete | /admin/messages/[key] | admin.messages | delete |
| adminStories | get | /admin/stories | admin.stories | index |
| adminStories | post | /admin/stories | admin.stories | create |
| newAdminStory | get | /admin/stories/new | admin.stories | new |
| editAdminStory | get | /admin/stories/[key]/edit | admin.stories | edit |
| adminStory | get | /admin/stories/[key] | admin.stories | show |
| adminStory | patch | /admin/stories/[key] | admin.stories | update |
| adminStory | put | /admin/stories/[key] | admin.stories | update |
| adminStory | delete | /admin/stories/[key] | admin.stories | delete |
| adminMonitorlookupg | get | /admin/monitors/index | admin.monitors | index |
| adminMonitorlookup | post | /admin/monitors/index | admin.monitors | index |
| adminMonitorlist | get | /admin/monitors/list/[key] | admin.monitors | list |
| adminMonitoraccess | get | /admin/monitors/access/[key] | admin.monitors | access |
| adminUserlookup | get | /admin/users/lookup | admin.users | lookup |
| adminUserlookup | post | /admin/users/lookup | admin.users | lookup |
| adminUseractions | get | /admin/users/actions/[key] | admin.users | actions |
| adminUserupdate | post | /admin/userupdate | admin.users | update |
| adminCourseload | post | /admin/courseload | admin.users | courseload |
| adminUsersExports | get | /admin/users/exports | admin.users.exports | index |
| adminUsersExport | get | /admin/users/exports/[key] | admin.users.exports | show |
| adminIndex | get | /admin/dashboard | admin | dashboard |
| reports | get | /reports | reports | index |
| reports | post | /reports | reports | create |
| newReport | get | /reports/new | reports | new |
| editReport | get | /reports/[key]/edit | reports | edit |
| report | get | /reports/[key] | reports | show |
| report | patch | /reports/[key] | reports | update |
| report | put | /reports/[key] | reports | update |
| report | delete | /reports/[key] | reports | delete |
| archives | get | /archives | archives | index |
| archives | post | /archives | archives | create |
| newArchive | get | /archives/new | archives | new |
| editArchive | get | /archives/[key]/edit | archives | edit |
| archive | get | /archives/[key] | archives | show |
| archive | patch | /archives/[key] | archives | update |
| archive | put | /archives/[key] | archives | update |
| archive | delete | /archives/[key] | archives | delete |
| customquery | post | /customquery/[key] | customqueries | show |
| customqueries | get | /customqueries | customqueries | index |
| customqueries | post | /customqueries | customqueries | create |
| newCustomquery | get | /customqueries/new | customqueries | new |
| editCustomquery | get | /customqueries/[key]/edit | customqueries | edit |
| customquery | get | /customqueries/[key] | customqueries | show |
| customquery | patch | /customqueries/[key] | customqueries | update |
| customquery | put | /customqueries/[key] | customqueries | update |
| customquery | delete | /customqueries/[key] | customqueries | delete |
| monitorupdate | get | /results/monitorupdate/[key] | results | monitorupdate |
| userresults | get | /results/getuserresults | results | getuserresults |
| getuserresults | get | /results/getuserresults/[key] | results | getuserresults |
| groupresults | post | /results/groupresults/[key] | results | groupresults |
| monitorupdate | post | /results/monitorupdate/[key] | results | monitorupdate |
| userupdate | post | /results/userupdate/[key] | results | userupdate |
| updtask | get | /results/courselist | results | courselist |
| taskresults | get | /results/taskresults | results | taskresults |
| mobileresults | get | /mobileanalytics/results | mobileanalytics | results |
| mobileaccess | get | /mobileanalytics/courses | mobileanalytics | courses |
| mobilelogins | get | /mobileanalytics/logins | mobileanalytics | logins |
| getmobileresults | get | /results/getmobileresults | results | getmobileresults |
| selectfile | get | /mobileanalytics/selectfile | mobileanalytics | selectfile |
| importresults | post | /mobileanalytics/importresults | mobileanalytics | importresults |
| exporttable | get | /utilities/exporttable/[key] | utilities | exporttable |
| importtable | get | /utilities/importtable/[key] | utilities | importtable |
| sendwelcome | get | /utilities/sendwelcome | utilities | sendwelcome |
| heartbeat | get | /utilities/heartbeat | utilities | heartbeat |
| m2sstatus | get | /utilities/m2sstatus | utilities | m2sstatus |
| expirepurge | get | /utilities/expirepurge | utilities | expirepurge |
| expirewarning | get | /utilities/expirewarning | utilities | expirewarning |
| idlepurge | get | /utilities/idlepurge | utilities | idlepurge |
| idlewarning | get | /utilities/idlewarning | utilities | idlewarning |
| languagedump | get | /utilities/languagedump | utilities | languagedump |
| revoketokens | get | /utilities/revoketokens | utilities | revoketokens |
| m2sstatus | get | /utilities/m2sstatus | utilities | m2sstatus |
| sandbox | get | /utilities/sandbox | utilities | sandbox |
| mobilelogins | get | /utilities/mobilelogins | utilities | mobilelogins |
| mobilecourses | get | /utilities/mobilecourses | utilities | mobilecourses |
| appLogin | get | /app/login | app | login |
| appreturncode | get | /app/returncode | app | returncode |
| appRegister | get | /app/register | app | register |
| appforgotlogin | get | /app/forgotlogin | app | forgotlogin |
| appunauth | get | /app/unauthorized | app | unauthorized |
| appFutureSoldier | get | /app/futuresoldier/[key] | app | futuresoldier |
| appregcomplete | post | /app/regcomplete | app | regcomplete |
| apicallback | get | /utilities/callback | utilities | callback |
| appLogout | get | /app/logout | app | logout |
| apphelp | get | /app/help | app | help |
Routes
| Name | Method | Pattern | Controller | Action |
|---|---|---|---|---|
| wheelsInfo | get | /wheels/info | wheels.public | info |
| wheelsRoutes | get | /wheels/routes | wheels.public | routes |
| wheelsRouteTester | post | /wheels/route-tester | wheels.public | routetester |
| wheelsPackages | get | /wheels/packages/[type] | wheels.public | packages |
| wheelsMigratorTemplates | get | /wheels/migrator/templates | wheels.public | migratortemplates |
| wheelsMigratorTemplatesCreate | post | /wheels/migrator/templates | wheels.public | migratortemplatescreate |
| wheelsMigratorSQL | get | /wheels/migrator/sql/[version] | wheels.public | migratorsql |
| wheelsMigratorCommand | post | /wheels/migrator/[command]/[version] | wheels.public | migratorcommand |
| wheelsMigrator | get | /wheels/migrator | wheels.public | migrator |
| wheelsTests | get | /wheels/tests/[type] | wheels.public | tests |
| wheelsDocs | get | /wheels/docs | wheels.public | docs |
| wheelsCli | get | /wheels/cli | wheels.public | cli |
| wheelsPluginEntry | get | /wheels/plugins/[name] | wheels.public | pluginentry |
| wheelsPluginPost | post | /wheels/plugins/[name] | wheels.public | pluginentry |
| wheelsPlugins | get | /wheels/plugins | wheels.public | plugins |
| wheelsBuild | get | /wheels/build | wheels.public | build |
| wheelsLegacy | get | /wheels/wheels/[view] | wheels.public | legacy |
| wheelsRoot | get | /wheels | wheels.public | index |