Versions Compared

Key

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

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFFFFF

A primary function of the API is to facilitate the process of automating the submission of suspected or identified fraudulent admission applications to the CCCTC for use in combatting systemwide fraud.

...

Submitting a Fraud Report

The schema defines the process for submitting fraud information to the CCCTC as the FraudReportSubmit operation. Specifications for this GraphQL-based operation are documented in the Apollo sandbox.

...

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#FFFFFF

Testing: While the purpose of this API is strictly for the reporting and sharing of information related to fraudulent applications and bad actors, any valid AppID or CCCID can be used for testing purposes. In addition to testing the API, these data will support the Tech Centers testing of the internal workflows to identify other applications that may be associated with the individual(s) reported to be fraudulent. 

Panel
bgColor#FFF0B3

(blue star)Using Postman to Submit a Fraud Report

To support non-technical users that may not have the programming experience to build and submit a web request from a schema, Postman can be used for submitting fraud reports. Please visit Submitting Fraud Reports Using Postman for instructions and screen shots.

...

...

Receiving Fraud Notifications to a Staging Table

An objective of the fraud data project is to leverage SuperGlue and the College Adaptor to implement more automated processes for bi-directional sharing of fraud information between colleges. In the early phase, CCCTC is able to broadcast notifications of reported bad actors to any other colleges that have also received applications from the same CCCID.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

Update Your College Adaptor for the Fraud Data API - Please see the Fraud Data API Implementation Process page for integration details.

...

...

Querying Fraud Report Data

Colleges that have not yet integrated with the SuperGlue College Adaptor may query fraud data information for an authorized MIS code directly using the Fraud Data API. The schema specifies this operation as the FraudReportQuery type query, which is an interface for retrieving a FraudReport object consisting of a 10-field payload response for an individual student and/or application.

...

Panel
panelIconId0b602188-3068-459a-af34-8f1e8dab2e4d
panelIcon:apollo-graphql-logo:
panelIconText:apollo-graphql-logo:
bgColor#F4F5F7

Below is an example of the FraudReportQuery:withRecipientMisCode operation configured in the Apollo sandbox.

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#FFFFFF

Reminder: The purpose of the Fraud Data API is to provide colleges the ability to integrate GraphQL functionality into their internal systems in order to streamline their own fraud reporting processes.

...