Versions Compared

Key

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

...

An option for colleges that have not yet implemented the SuperGlue College Adaptor, districts have the API facilitates the ability to query the fraud table directly through the API, with using a CCCID,with an AppID, or with their an authorized MIS code(withRecipientMisCode). A successful response is returned if the CCCID used in the query matches any other application(s) submitted to their the authorized MIS code. The process for querying the API directly is described in the Querying Fraud Data via APIsection of this guide.

Note

Authorized access to via the API is restricted to individual MIS code(s). Account credentials identifying the specific college’s MIS code are provided by the CCCTC during the implementation process.

...

the college- or district’s MIS code, which is set as a default attribute in the API account. Multi-college district accounts will also have a default MIS code, but may also be authorized for additional MIS codes related to colleges in their district. API accounts are created and provided by the CCCTC during the implementation process.

...

The Fraud Data APISchema

The schema is one of the most important concepts when working with a GraphQL API. It specifies the capabilities of the API, the shape of the available data, and the specific queries and mutation functions that can be used to read, write, and make web requests from a GraphQL server.

...