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


Overview


The ACCESS API is a subsection of the Triand REST API. Usage of the ACCESS API requires specific security credentials. The API calls supported by the ACCESS API:

URLMethodDescription
/Session/powChallengeGETGet the Proof-of-Work Challenge
/Session/loginPOSTValidate Super Admin Credentials, issue JWT
/Session/refreshPOSTValidate Super Admin Credentials, issue JWT
/Access/studentApplicationPOSTReturn eSchool data for State-ID
/Access/studentPdfUrlPOSTCreate PDF for State-ID
/Access/studentMatchPOSTGiven student profile, return State-IDs w/security questions
/Access/studentIdAssignPOSTGiven student profile, assign State-ID
/Access/studentSendPOSTSend Transcript to College
/Access/adminStateIdsPOSTGet State-IDs APSCN-ID can access
/Access/adminEmailNoticeListPOSTManage emails that receive notices
/Access/adminActivityLogPOSTGet API activity for the last 30 days
/Access/adminPrivateSchoolsPOSTList Private Schools for State
/Access/dashboardStudentsInformationPOSTGet catalog information for list of student State-IDs
/Access/dashboardDueForGraduationSummaryByDistrictLeaPOSTGet summary of students due for graduation by district LEA
/Access/dashboardDueForGraduationForDistrictLeaPOSTGet student state ids due for graduation for a district LEA

The following sections describe each API call in detail.

  • Exploring with Postman
  • Common to all API Calls
  • Log-In, Security JWT
  • Student Match
  • Student Assign State-ID
  • Student Get Application Data
  • Student Get Transcript PDF
  • Student Send Transcript to College
  • Get State-IDs for Administrator
  • Manage Notice Emails
  • Get API Activity Log
  • List Private Schools
  • Dashboard: Students Information
  • Dashboard: Due for Graduation Summary by District LEA
  • Dashboard: Due for Graduation for District LEA