Menu

Table of Contents


1. TIM Tools Admin Center
The Admin Center provides for management of the TIM Tools suite of applications.

Overview

Getting Started

Customization

Managing Members

Working with Data


2. TUPS
The Technology Uses and Perceptions Survey provides essential information for planning technology infrastructure and support and identifying the perceptions and PD needs of teachers.


3. TIM-O / TIM-LP / TIM-R
These three tools are for classroom observation, lesson plan review, and teacher reflection.

Overview

Preparation

TIM-O

TIM-R

TIM-LP


4. TIM-C
The TIM-C allows a coach and client to document the goals, activities, progress, and outcomes of a coaching cycle.


5. ARTI
The ARTI tool provides a framework for teachers to design and conduct their own action research projects.


6. Report Tool
The Report Tool allows a school or district to create TIM-LP, TIM-O, TIM-R, or TUPS reports.


7. Survey Tool
The Survey Tool allows a school or district to create internal or external surveys on new topics as needed.


Need help?
Have a question?
Email us at TIM@fcit.us anytime. We want to help you get the most out of your TIM Tools account!

 

 

TIM Tools 7.5 Administration Guide

Application Programming Interface

Getting Started

Only Super Administrators have access to the TIM Tools API panel. In the Admin Center, select API Access and then Getting Started.

Get started by doing the following:

1. Register your instance with the TIM Tools API Interface and receive your client credentials. Your credentials will then be displayed as shown in the redacted area of Figure 1.

2. Use the Developer Registration section of the page to register your developer(s) for a key that entitles each developer to use those client credentials. If you register multiple developers, each one will have a unique developer key.

3.Click the button at the bottom of the page to the Developer Center for further instructions, demos and sample scripts.

Figure 1. Getting Started.

NOTE: Click any of the small images on this page to view them full-size.

Developer Center Sign-In

The Developer Sign-In page will open in a new tab to facilitate copying and pasting of the client ID, client secret from your TIM Tools instance to the Developer Center. Developers use their registered email address and personal developer key to sign in here.

Figure 2. Signing in.

Developer Home

The developer homepage includes an overview and links to the API Inspector and Code Examples. You can also navigate (and sign out) using the links in the top menubar.

Figure 3. The developer homepage.

TIM-Tools API Inspector

The API Inspector provides an opportunity to enter client credentials and inspect the JSON returned from all endpoints. The inspector endpoint returns are limited to 5 records. Enter the API ID and API Secret into the text boxes and then click the Validate API Credentials button. The button will turn green upon validation.

Upon successful validation, the user can now click any of the six Get buttons to see what the JSON returned for sample records look like for the TIM-LP, TIM-O, TIM-R, TUPS, and Survey Tool.

Figure 4. The API Inspector.

Code Examples

Code examples for connecting to API Endpoints are provided in both PHP and JavaScript. The JavaScript code can be used without libraries and across most browsers. A Power BI connection file is also offered as a start to developing your Microsoft Power BI reports.

Figure 5. Code Examples.