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


Common to all API Calls


The URL host for all calls is - https://rest.triand.com

All API calls require a valid JWT token in the Authorization header which can be obtained in the below section titled "Security Credentials".

An Application Firewall validates all REST calls for exact parameter names and data types.

All REST calls to /Access are HTTP POST calls with any parameters being passed as Content-Type: application/json.

Using CURL this looks like:

curl -X POST https://rest.triand.com/Access/studentApplication  \
    -H "Authorization: Bearer eyJ....really long string...ItCJA" \
    -H "Accept: application/json" \
    -H "Content-Type: application/json" \
    -d '&#123 "stateid": "123456789" &#125'

Using Javascript fetch this looks like:

All REST calls return at least the following two fields:

FieldBusiness Rule / RegexDescription
actionOkbooleanDid the action complete successfully
error[string]Array of strings, first string is error return