Kokomo Integration

Modified on Wed, Sep 17 at 10:26 AM

Overview

The integration with Kokomo includes a task in Core > Scheduler and an API that can be set up in Core > API.


Kokomo Export


Overview

This task exports data for Kokomo. It will create one csv file: Kokomo.csv.


Options

The export can be configured to save locally, be sent in an email, or have the files sent to another machine using (S)FTP.

Individual schools can be selected to be included.


Output

Kokomo

Column

firstName

lastName

email

roleName

siteName

address

dob
middleName
personalEmail
phone
employeeId
title
status
accessType
authType
receivesNotifications
additionalField1
additionalField2
additionalField3
additionalField4
additionalField5




Attendance API


Overview

This API has endpoints for getting attendance codes and tardy attendance codes and allows posting student attendance records.

The JSON for posting attendance records must look like this:

[
   {
      "Student_ID":"1004128",
      "Date":"9/15/2025",
      "Attendance_Code":"T",
      "Tardy_Time":"09:30AM"
   }
]


Endpoints

Endpoint for posting attendance: /restApi/attendance/

Endpoint for getting attendance codes: /restApi/attendance/attendanceCodes

Endpoint for getting tardy attendance codes: /restApi/attendance/tardyCodes




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article