For Developers

Integration State

An Integration State describes the state of an Integration.

The values of this enum are of type string.

Values

ValueDescription
requestedA district has requested an integration with a developer.
inactiveThe developer has accepted the invitation, but the data for this integration is still being prepared.
activeThe integration is live.
disabledThe integration has been disabled. Users cannot sign in or make API requests.
pausedThe sync has been paused by the developer or district. Users can still make API requests.
scheduledThe data has been prepared, but the integration start date is still in the future.
pendingCurrently unused.
errorCurrently unused.
You should not see pending or error currently, but we might make use of them in the future.