-
Notifications
You must be signed in to change notification settings - Fork 2
Misc
Joshua Heng edited this page Nov 10, 2019
·
7 revisions
GET request to https://appgateway.fireflysolutions.co.uk/appgateway/school/{ School Code }
- School Code - Code for the Firefly instance provided by the school. Needed to login to the app. Typically all capital letters.
<?xml version="1.0" encoding="utf-8"?>
<response exists="true" enabled="true">
<name>{ School Name }</name>
<address ssl="{ SSL }">{ Host }</address>
<installationId>{ Installation ID }</installationId>
</response>
- School Name - Name of the school
- SSL - Whether the host supports SSL
- Host - The host / base API endpoint
- Installation ID - The ID of the installation
GET request to /login/api/version
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<version firefly6="{ Using Firefly 6 }">
<majorVersion>{ Major Version }</majorVersion>
<minorVersion>{ Minor Version }</minorVersion>
<incrementVersion>{ Increment Version }</incrementVersion>
</version>
- Using Firefly 6 - Whether the instance uses Firefly version 6
- Major Version - The major version of the instance (i.e. X.x.x)
- Minor Version - The minor version of the instance (i.e. x.X.x)
- Increment Version - The increment version of the instance (i.e. x.x.X )