Skip to main content

NIM

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

Vendor

Anthology

Product

CampusNexus Engage (now Anthology Reach)

Integration Type

REST

Links

github-mark.png

Table

Key

Read

Create

Update

Delete

Agencies

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Agency Branches

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Agency Types

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Buildings

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Campus Groups

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Countries

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Counties

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Employer Groups

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Employer Group Members

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Ethnicities

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Genders

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Gender Pronouns

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Industries

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Locations

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Nationalities

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Residency Types

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Residency Type Status Code Associations

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Residency Status Codes

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Rooms

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

School Status Details

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Staff

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Staff Groups

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Staff Group Fund Source Permissions

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Staff Group Refresh Rules

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Students

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student Advisors

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student Agency Branches

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student Groups

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student Group Members

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student Residency Details

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Student School Status History

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Suffixes

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

System School Status Details

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Titles

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

USA States

Id

GreenCheckMark.png
RedCheckmark.png
RedCheckmark.png
RedCheckmark.png

Referencing Table

Foreign Key

Parent table

Primary Key

  1. The purpose of this is to provide steps on generating and using key based authentication for Student Rest APIs.

    AnthologyCampusNexus01.png
    AnthologyCampusNexus02.png
  2. From the Admin Portal go to Location > Settings > System > Application API Keys

  3. Create New API Key

  4. Copy the Calling Application Name and Application Key

  5. Encode to Base 64 using https://www.base64encode.org/ in the following format

    {"CallingAppName":"<CALLINGAPPNAMEHERE>","KeyValue":"<APPLICATIONKEYHERE>"}
    AnthologyCampusNexus03.png
  6. Use the Base64 value in NIM as the Client Key. Below is it's example usage in Postman for testing

    AnthologyCampusNexus04.png