Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • CCCTC creates API account for the authorized college user, configured with the appropriate roles, MIS code, and OAuth details.

  • CCCTC provides the college with the API account credentials via secure process.

  • CCCTC provides the college with Postman collection files customized with the Fraud Data API schema and queries (optional).

  • CCCTC provides support for Fraud Report staging table and College Adaptor schema update.

  • CCCTC provides GraphQL API and schema documentation, integration recommendations, and supporting resources.

CCCTC Provides API Account & Credentials to College

The ES engineer will create an API account for the approved user during the implementation process and passes their credentials via secure process such as PrivNote. The credentials passed include the account username and password, configured with the appropriate role(s) and college MIS Code, to ensure the user access is restricted to their college or district.

Integrate with the Fraud Data API

...

Or they can simply use Postman and the files configured for the Fraud Data API that are provided, to educate themselves on the GraphQL API or visualize the data structure

Integrate / Update College Adaptor & Fraud Staging Table

In our current flow of bi-directional fraud reporting, the CCCTC enables a college to submit (via the Fraud Data API) a fraud report and have it broadcast to other colleges (those colleges that the student also applied to). For the colleges that have the College Adaptor installed and the fraud-staging-table config enabled, the fraud report is pushed into that college’s sis staging table.

For colleges that don't have the College Adaptor installed (or the fraud-staging-table config disabled), we are unable to share the fraud report with them in this way. Instead It is expected that the college will use the Fraud Data API to retrieve the fraud reports associated with their college (by misCode).

Advantages of Using Postman

...