Documentation
  • Introduction
  • The Platform
    • Create Application
    • View Builder
    • Report Builder
    • UI Templates
    • Client Policies
    • Client Script
    • Properties
    • Scripting Console
    • Routes
    • Server Policies
    • Server Scrips
    • Scheduled Jobs
    • Data Aggregation
    • Fields
    • Field Dropdowns
    • Collections
    • Sample Application
    • Debugging
  • Reference
    • Introduction
    • API
    • Functions
    • Errors
  • SOFOS EDU-TECH
    • Introduction
    • Reports
    • API
  • PELATIS ITSM
    • Introduction
  • Apps
    • USER MANAGEMENT APP
    • Order Management
      • Client
        • OrderManagement
        • AllOrders
        • ProductManagement
          • ProductTable
          • ProductForm
      • Server Scripts
        • Order
        • Product
      • API
        • Orders
        • Products
Powered by GitBook
On this page
  • Reports (SOFOS)
  • Get Fee Defaulters
  • Get Daily Fee Collection
  • Get Fee Summary
  • Get Student Concession
  • Get Daily Leave Report
  • Get Daily Unique SMS Sent
  • Get Daily Rollbacks
  • Get Class Details
  • Get Monthly Class Attendance
  • Get Student Attendance
  • Get Student Information
  • Get Teacher Information
  • Get Teacher's Attendance
  • Get Student Grade Book

Was this helpful?

  1. SOFOS EDU-TECH

Reports

Reports (SOFOS)

Get Fee Defaulters

The above command returns JSON structured like this:

This endpoint retrieves all fee defaulters for a given range.

HTTP Request

GET https://*.obto.co/getfeedefaultersv2.bto

Query Parameters

Parameter

Mandatory

Description

start_month

true

Start month of the range.

end_month

true

End month of the range

fee_head

false

Tuition Fee

HTTP Response

Get Daily Fee Collection

This endpoint retrieves daily fee collection for a given date range.

HTTP Request

POST https://*.obto.co/getdailyfeecollectionheadwise.bto

URL Parameters

Parameter

Mandatory

Description

from

true

Start date.

to

true

End date

payment_type

true

Payment type (cash, cheque, card, neft, all)

Get Fee Summary

This endpoint fetches fee summary, monthwise or fee head wise.

HTTP Request

GET https://*.obto.co/feesummary.bto?type=TYPE

URL Parameters

Parameter

Description

type

month

Get Student Concession

This endpoint retrieves current consession for a student

HTTP Request

POST https://*.obto.co/o/recs/fee_concession?stream=true&

URL Parameters

Parameter

Mandatory

Description

name.value

true

Student ID

Get Daily Leave Report

This endpoint fetches all the leave requests for a given date.

HTTP Request

GET https://*.obto.co/o/recs/leave_request?stream=true&oquery=created_on=today

URL Parameters

Parameter

Description

ID

The ID of the kitten to delete

Get Daily Unique SMS Sent

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/

URL Parameters

Parameter

Description

ID

The ID of the kitten to delete

Get Daily Rollbacks

The above command returns JSON structured like this:

This endpoint fetches daily rollbacked reciepts.

HTTP Request

GET https://*.obto.co/

URL Parameters

Parameter

Description

ID

The ID of the kitten to delete

Get Class Details

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/classbycategory.bto

URL Parameters

Parameter

Description

None

Blank

Get Monthly Class Attendance

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/attendancebyclassbymonth/:class/:start/:end

URL Parameters

Parameter

Description

class

Class Name

start

Start Date

end

End Date

Get Student Attendance

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/o/recs/attendance?stream=true&oquery=created=today

URL Parameters

Parameter

Description

class

Class Name

start

Start Date

end

End Date

Get Student Information

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/o/recs/registration?stream=true&oquery=sequence=

URL Parameters

Parameter

Description

sequence

Student's Admission No#

Get Teacher Information

The above command returns JSON structured like this:

This endpoint deletes a specific kitten.

HTTP Request

GET https://*.obto.co/o/recs/pltf_user?stream=true&oquery=active=true,roles=*teacher

URL Parameters

Parameter

Description

roles

Role that needs to be searched

Get Teacher's Attendance

This endpoint fetches Teacher's Attendance.

HTTP Request

GET https://*.obto.co/o/recs/teacher_attendance?stream=true&oquery=created_on=today,name.value=Teacher's User ID

URL Parameters

Parameter

Description

name.value

User ID

created_on

Date

Get Student Grade Book

This endpoint fetches Student grade book for a term.

HTTP Request

GET https://*.obto.co/o/recs/result?stream=true&oquery=session=2018-19,term=halfyear,admission_no=STUDENT ADMISSION NO

URL Parameters

Parameter

Description

session

Current Session

term

halfyear,finalyear

admission_no

Student's Admission No#

PreviousIntroductionNextAPI

Last updated 4 years ago

Was this helpful?