Anthology CampusNexus
Anthology CampusNexus is a suite of higher education solutions that support the entire learner lifecycle. It is built using Microsoft Dynamics 365, Microsoft Azure, and Microsoft Power BI, and is designed to harness the collective power of world-class technologies and decades of higher education expertise. CampusNexus Engage (now Anthology Reach) is an intelligent CRM platform that allows higher ed institutions to respond to students’ needs and experiences across multiple integrated communications channels. CampusNexus Student is a comprehensive student information system that manages the entire life-cycle of the student from lead to graduation. CampusNexus Finance & HCM is a financial management and human capital management solution that provides a unified view of the institution’s financial and human resources data. CampusNexus Occupation Insight is a data analytics solution that provides insights into the job market and helps institutions align their programs with the needs of the workforce. CampusNexus solutions are scalable and can be customized to meet the diverse and ever-changing needs of higher education institutions.
About
Table | Key | Read | Create | Update | Delete |
---|---|---|---|---|---|
Agencies | Id | ||||
Agency Branches | Id | ||||
Agency Types | Id | ||||
Buildings | Id | ||||
Campus Groups | Id | ||||
Countries | Id | ||||
Counties | Id | ||||
Employer Groups | Id | ||||
Employer Group Members | Id | ||||
Ethnicities | Id | ||||
Genders | Id | ||||
Gender Pronouns | Id | ||||
Industries | Id | ||||
Locations | Id | ||||
Nationalities | Id | ||||
Residency Types | Id | ||||
Residency Type Status Code Associations | Id | ||||
Residency Status Codes | Id | ||||
Rooms | Id | ||||
School Status Details | Id | ||||
Staff | Id | ||||
Staff Groups | Id | ||||
Staff Group Fund Source Permissions | Id | ||||
Staff Group Refresh Rules | Id | ||||
Students | Id | ||||
Student Advisors | Id | ||||
Student Agency Branches | Id | ||||
Student Groups | Id | ||||
Student Group Members | Id | ||||
Student Residency Details | Id | ||||
Student School Status History | Id | ||||
Suffixes | Id | ||||
System School Status Details | Id | ||||
Titles | Id | ||||
USA States | Id |
Referencing Table | Foreign Key | Parent table | Primary Key |
---|---|---|---|
The purpose of this is to provide steps on generating and using key based authentication for Student Rest APIs.
From the Admin Portal go to Location > Settings > System > Application API Keys
Create New API Key
Copy the Calling Application Name and Application Key
Encode to Base 64 using https://www.base64encode.org/ in the following format
{"CallingAppName":"<CALLINGAPPNAMEHERE>","KeyValue":"<APPLICATIONKEYHERE>"}
Use the Base64 value in NIM as the Client Key. Below is it's example usage in Postman for testing