Can SKY Add-ins be created for School K12 environments?

I have been unable to find documentation on "Add-in Extension Points" for School K12 environments.  Do they exist and can a SKY Add-in be created for K12?  If so, could someone point me to the documentation.  If they do not exist, is there a plan to offer Add-ins for K12 and is there a schedule for when they would be available?  Or perhaps is there some other way to do Add-ins for K12 schools?

Thanks.


 

Comments

  • Extension points - SKY API

    image.png
    • Contact card tile (Academics>student>Contact Card)
    • Conduct tab tile
    • View communications tab
    • Billing Current Bill tile
    • Billing Payment Plan tile
    • NOT LISTED: Enrollment Management Home Page Tile

    Billing Current Bill tile

    A custom tile on the Current Bill page of the payer portal. The context object contains the following properties:

    Property

    Description

    userIds

    The user IDs of the students that the payer is responsible for.

    schoolYear

    The active school year.

    Example of Billing Current Bill tile extension point

    Billing Payment Plan tile

    A custom tile on the Billing Payment Plan page of the parent (payer) portal. The context object contains the following properties:

    Property

    Description

    userId

    The user ID of the current student.

    schoolYear

    The active school year.

    Example of Billing Payment Plan tile extension point

    Conduct tab tile

    A custom tile on the Conduct tab of user profiles. The context object contains the following property:

    Property

    Description

    user_id

    The user ID of the current user.

    Example of Conduct tab extension point

    Contact card tile

    A custom tile on the Contact Card tab of user profiles. The context object contains the following properties:

    Property

    Description

    user_id

    The user ID of the current user.

    school_year

    The active school year.

    Example of Contact card tab extension point

    View communications tab

    A custom tab on the View communications section of user profiles. The context object contains the following property:

    Property

    Description

    userID

    The user ID of the current user.

    Example of a custom tab on the View communication page:

    Example of View communications tab extension point

Categories