ACCESS API
Account Management
Account Owners
Arkansas Civics Test
Community Service Learning
Data Services Agreements
Online Testing
Private Schools
Home Schools
Smart Core
Student Transcripts
Advanced Searching
OneRoster API
Student Data API
Student Match
POST - https://rest.triand.com/Access/studentMatch
Required Parameters: (JSON)
CURL Example:
Javascript fetch Example:
A sample response is listed below.
There are two response fields that are important to note:
- matchId - If this is set, it indicates a successful match was found. Definitely use this as the student State-ID.
- searchIds - When values are present, it indicates potential matches that were found using a loose search.
The stateids above are keys into the students hash in the response.
Each student object contains the following fields:
- reason - A description of why the student was matched (probabilistic-match, or simple-search).
- stateid - The State-ID of the student.
- firstName - The first name of the student.
- lastName - The last name of the student.
- middleName - The middle name of the student.
- uiSearch - Catalog information related to the student.
- guardians - An array of guardian objects, each containing contact information.
- securityQuestions - An array of security questions that can be used for verification.