edfi / resources
The Ed-Fi ODS / API enables applications to read and write education data stored in an Ed-Fi ODS through a secure REST interface. *** > *Note: Consumers of ODS / API information should sanitize all data for display and storage. The ODS / API provides reasonable safeguards against cross-site script
Installs: 28 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/edfi/resources
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
This package is not auto-updated.
Last update: 2025-11-17 13:53:23 UTC
README
The Ed-Fi ODS / API enables applications to read and write education data stored in an Ed-Fi ODS through a secure REST interface.
Note: Consumers of ODS / API information should sanitize all data for display and storage. The ODS / API provides reasonable safeguards against cross-site scripting attacks and other malicious content, but the platform does not and cannot guarantee that the data it contains is free of all potentially harmful content.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
}
],
"require": {
"GIT_USER_ID/GIT_REPO_ID": "*@dev"
}
}
Then run composer install
Manual Installation
Download the files and include autoload.php:
<?php require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
Getting Started
Please follow the installation procedure and then run the following:
<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure OAuth2 access token for authorization: oauth2_client_credentials $config = Resources\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); $apiInstance = new Resources\Api\AcademicWeeksApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $id = 'id_example'; // string | A resource identifier that uniquely identifies the resource. $if_match = 'if_match_example'; // string | The ETag header value used to prevent the DELETE from removing a resource modified by another consumer. try { $apiInstance->deleteAcademicWeekById($id, $if_match); } catch (Exception $e) { echo 'Exception when calling AcademicWeeksApi->deleteAcademicWeekById: ', $e->getMessage(), PHP_EOL; }
API Endpoints
All URIs are relative to https://api.ed-fi.org:443/v7.3/api/data/v3
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AcademicWeeksApi | deleteAcademicWeekById | DELETE /ed-fi/academicWeeks/{id} | Deletes an existing resource using the resource identifier. |
| AcademicWeeksApi | deletesAcademicWeeks | GET /ed-fi/academicWeeks/deletes | Retrieves deleted resources based on change version. |
| AcademicWeeksApi | getAcademicWeeks | GET /ed-fi/academicWeeks | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AcademicWeeksApi | getAcademicWeeksById | GET /ed-fi/academicWeeks/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AcademicWeeksApi | getAcademicWeeksPartitions | GET /ed-fi/academicWeeks/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AcademicWeeksApi | keyChangesAcademicWeeks | GET /ed-fi/academicWeeks/keyChanges | Retrieves resources key changes based on change version. |
| AcademicWeeksApi | postAcademicWeek | POST /ed-fi/academicWeeks | Creates or updates resources based on the natural key values of the supplied resource. |
| AcademicWeeksApi | putAcademicWeek | PUT /ed-fi/academicWeeks/{id} | Updates a resource based on the resource identifier. |
| AccountabilityRatingsApi | deleteAccountabilityRatingById | DELETE /ed-fi/accountabilityRatings/{id} | Deletes an existing resource using the resource identifier. |
| AccountabilityRatingsApi | deletesAccountabilityRatings | GET /ed-fi/accountabilityRatings/deletes | Retrieves deleted resources based on change version. |
| AccountabilityRatingsApi | getAccountabilityRatings | GET /ed-fi/accountabilityRatings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AccountabilityRatingsApi | getAccountabilityRatingsById | GET /ed-fi/accountabilityRatings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AccountabilityRatingsApi | getAccountabilityRatingsPartitions | GET /ed-fi/accountabilityRatings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AccountabilityRatingsApi | keyChangesAccountabilityRatings | GET /ed-fi/accountabilityRatings/keyChanges | Retrieves resources key changes based on change version. |
| AccountabilityRatingsApi | postAccountabilityRating | POST /ed-fi/accountabilityRatings | Creates or updates resources based on the natural key values of the supplied resource. |
| AccountabilityRatingsApi | putAccountabilityRating | PUT /ed-fi/accountabilityRatings/{id} | Updates a resource based on the resource identifier. |
| AssessmentAdministrationParticipationsApi | deleteAssessmentAdministrationParticipationById | DELETE /ed-fi/assessmentAdministrationParticipations/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentAdministrationParticipationsApi | deletesAssessmentAdministrationParticipations | GET /ed-fi/assessmentAdministrationParticipations/deletes | Retrieves deleted resources based on change version. |
| AssessmentAdministrationParticipationsApi | getAssessmentAdministrationParticipations | GET /ed-fi/assessmentAdministrationParticipations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentAdministrationParticipationsApi | getAssessmentAdministrationParticipationsById | GET /ed-fi/assessmentAdministrationParticipations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentAdministrationParticipationsApi | getAssessmentAdministrationParticipationsPartitions | GET /ed-fi/assessmentAdministrationParticipations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentAdministrationParticipationsApi | keyChangesAssessmentAdministrationParticipations | GET /ed-fi/assessmentAdministrationParticipations/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentAdministrationParticipationsApi | postAssessmentAdministrationParticipation | POST /ed-fi/assessmentAdministrationParticipations | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentAdministrationParticipationsApi | putAssessmentAdministrationParticipation | PUT /ed-fi/assessmentAdministrationParticipations/{id} | Updates a resource based on the resource identifier. |
| AssessmentAdministrationsApi | deleteAssessmentAdministrationById | DELETE /ed-fi/assessmentAdministrations/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentAdministrationsApi | deletesAssessmentAdministrations | GET /ed-fi/assessmentAdministrations/deletes | Retrieves deleted resources based on change version. |
| AssessmentAdministrationsApi | getAssessmentAdministrations | GET /ed-fi/assessmentAdministrations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentAdministrationsApi | getAssessmentAdministrationsById | GET /ed-fi/assessmentAdministrations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentAdministrationsApi | getAssessmentAdministrationsPartitions | GET /ed-fi/assessmentAdministrations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentAdministrationsApi | keyChangesAssessmentAdministrations | GET /ed-fi/assessmentAdministrations/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentAdministrationsApi | postAssessmentAdministration | POST /ed-fi/assessmentAdministrations | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentAdministrationsApi | putAssessmentAdministration | PUT /ed-fi/assessmentAdministrations/{id} | Updates a resource based on the resource identifier. |
| AssessmentBatteryPartsApi | deleteAssessmentBatteryPartById | DELETE /ed-fi/assessmentBatteryParts/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentBatteryPartsApi | deletesAssessmentBatteryParts | GET /ed-fi/assessmentBatteryParts/deletes | Retrieves deleted resources based on change version. |
| AssessmentBatteryPartsApi | getAssessmentBatteryParts | GET /ed-fi/assessmentBatteryParts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentBatteryPartsApi | getAssessmentBatteryPartsById | GET /ed-fi/assessmentBatteryParts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentBatteryPartsApi | getAssessmentBatteryPartsPartitions | GET /ed-fi/assessmentBatteryParts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentBatteryPartsApi | keyChangesAssessmentBatteryParts | GET /ed-fi/assessmentBatteryParts/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentBatteryPartsApi | postAssessmentBatteryPart | POST /ed-fi/assessmentBatteryParts | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentBatteryPartsApi | putAssessmentBatteryPart | PUT /ed-fi/assessmentBatteryParts/{id} | Updates a resource based on the resource identifier. |
| AssessmentItemsApi | deleteAssessmentItemById | DELETE /ed-fi/assessmentItems/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentItemsApi | deletesAssessmentItems | GET /ed-fi/assessmentItems/deletes | Retrieves deleted resources based on change version. |
| AssessmentItemsApi | getAssessmentItems | GET /ed-fi/assessmentItems | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentItemsApi | getAssessmentItemsById | GET /ed-fi/assessmentItems/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentItemsApi | getAssessmentItemsPartitions | GET /ed-fi/assessmentItems/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentItemsApi | keyChangesAssessmentItems | GET /ed-fi/assessmentItems/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentItemsApi | postAssessmentItem | POST /ed-fi/assessmentItems | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentItemsApi | putAssessmentItem | PUT /ed-fi/assessmentItems/{id} | Updates a resource based on the resource identifier. |
| AssessmentScoreRangeLearningStandardsApi | deleteAssessmentScoreRangeLearningStandardById | DELETE /ed-fi/assessmentScoreRangeLearningStandards/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentScoreRangeLearningStandardsApi | deletesAssessmentScoreRangeLearningStandards | GET /ed-fi/assessmentScoreRangeLearningStandards/deletes | Retrieves deleted resources based on change version. |
| AssessmentScoreRangeLearningStandardsApi | getAssessmentScoreRangeLearningStandards | GET /ed-fi/assessmentScoreRangeLearningStandards | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentScoreRangeLearningStandardsApi | getAssessmentScoreRangeLearningStandardsById | GET /ed-fi/assessmentScoreRangeLearningStandards/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentScoreRangeLearningStandardsApi | getAssessmentScoreRangeLearningStandardsPartitions | GET /ed-fi/assessmentScoreRangeLearningStandards/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentScoreRangeLearningStandardsApi | keyChangesAssessmentScoreRangeLearningStandards | GET /ed-fi/assessmentScoreRangeLearningStandards/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentScoreRangeLearningStandardsApi | postAssessmentScoreRangeLearningStandard | POST /ed-fi/assessmentScoreRangeLearningStandards | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentScoreRangeLearningStandardsApi | putAssessmentScoreRangeLearningStandard | PUT /ed-fi/assessmentScoreRangeLearningStandards/{id} | Updates a resource based on the resource identifier. |
| AssessmentsApi | deleteAssessmentById | DELETE /ed-fi/assessments/{id} | Deletes an existing resource using the resource identifier. |
| AssessmentsApi | deletesAssessments | GET /ed-fi/assessments/deletes | Retrieves deleted resources based on change version. |
| AssessmentsApi | getAssessments | GET /ed-fi/assessments | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| AssessmentsApi | getAssessmentsById | GET /ed-fi/assessments/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| AssessmentsApi | getAssessmentsPartitions | GET /ed-fi/assessments/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| AssessmentsApi | keyChangesAssessments | GET /ed-fi/assessments/keyChanges | Retrieves resources key changes based on change version. |
| AssessmentsApi | postAssessment | POST /ed-fi/assessments | Creates or updates resources based on the natural key values of the supplied resource. |
| AssessmentsApi | putAssessment | PUT /ed-fi/assessments/{id} | Updates a resource based on the resource identifier. |
| BalanceSheetDimensionsApi | deleteBalanceSheetDimensionById | DELETE /ed-fi/balanceSheetDimensions/{id} | Deletes an existing resource using the resource identifier. |
| BalanceSheetDimensionsApi | deletesBalanceSheetDimensions | GET /ed-fi/balanceSheetDimensions/deletes | Retrieves deleted resources based on change version. |
| BalanceSheetDimensionsApi | getBalanceSheetDimensions | GET /ed-fi/balanceSheetDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| BalanceSheetDimensionsApi | getBalanceSheetDimensionsById | GET /ed-fi/balanceSheetDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| BalanceSheetDimensionsApi | getBalanceSheetDimensionsPartitions | GET /ed-fi/balanceSheetDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| BalanceSheetDimensionsApi | keyChangesBalanceSheetDimensions | GET /ed-fi/balanceSheetDimensions/keyChanges | Retrieves resources key changes based on change version. |
| BalanceSheetDimensionsApi | postBalanceSheetDimension | POST /ed-fi/balanceSheetDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| BalanceSheetDimensionsApi | putBalanceSheetDimension | PUT /ed-fi/balanceSheetDimensions/{id} | Updates a resource based on the resource identifier. |
| BellSchedulesApi | deleteBellScheduleById | DELETE /ed-fi/bellSchedules/{id} | Deletes an existing resource using the resource identifier. |
| BellSchedulesApi | deletesBellSchedules | GET /ed-fi/bellSchedules/deletes | Retrieves deleted resources based on change version. |
| BellSchedulesApi | getBellSchedules | GET /ed-fi/bellSchedules | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| BellSchedulesApi | getBellSchedulesById | GET /ed-fi/bellSchedules/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| BellSchedulesApi | getBellSchedulesPartitions | GET /ed-fi/bellSchedules/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| BellSchedulesApi | keyChangesBellSchedules | GET /ed-fi/bellSchedules/keyChanges | Retrieves resources key changes based on change version. |
| BellSchedulesApi | postBellSchedule | POST /ed-fi/bellSchedules | Creates or updates resources based on the natural key values of the supplied resource. |
| BellSchedulesApi | putBellSchedule | PUT /ed-fi/bellSchedules/{id} | Updates a resource based on the resource identifier. |
| CalendarDatesApi | deleteCalendarDateById | DELETE /ed-fi/calendarDates/{id} | Deletes an existing resource using the resource identifier. |
| CalendarDatesApi | deletesCalendarDates | GET /ed-fi/calendarDates/deletes | Retrieves deleted resources based on change version. |
| CalendarDatesApi | getCalendarDates | GET /ed-fi/calendarDates | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CalendarDatesApi | getCalendarDatesById | GET /ed-fi/calendarDates/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CalendarDatesApi | getCalendarDatesPartitions | GET /ed-fi/calendarDates/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CalendarDatesApi | keyChangesCalendarDates | GET /ed-fi/calendarDates/keyChanges | Retrieves resources key changes based on change version. |
| CalendarDatesApi | postCalendarDate | POST /ed-fi/calendarDates | Creates or updates resources based on the natural key values of the supplied resource. |
| CalendarDatesApi | putCalendarDate | PUT /ed-fi/calendarDates/{id} | Updates a resource based on the resource identifier. |
| CalendarsApi | deleteCalendarById | DELETE /ed-fi/calendars/{id} | Deletes an existing resource using the resource identifier. |
| CalendarsApi | deletesCalendars | GET /ed-fi/calendars/deletes | Retrieves deleted resources based on change version. |
| CalendarsApi | getCalendars | GET /ed-fi/calendars | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CalendarsApi | getCalendarsById | GET /ed-fi/calendars/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CalendarsApi | getCalendarsPartitions | GET /ed-fi/calendars/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CalendarsApi | keyChangesCalendars | GET /ed-fi/calendars/keyChanges | Retrieves resources key changes based on change version. |
| CalendarsApi | postCalendar | POST /ed-fi/calendars | Creates or updates resources based on the natural key values of the supplied resource. |
| CalendarsApi | putCalendar | PUT /ed-fi/calendars/{id} | Updates a resource based on the resource identifier. |
| CandidateEducatorPreparationProgramAssociationsApi | deleteCandidateEducatorPreparationProgramAssociationById | DELETE /tpdm/candidateEducatorPreparationProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| CandidateEducatorPreparationProgramAssociationsApi | deletesCandidateEducatorPreparationProgramAssociations | GET /tpdm/candidateEducatorPreparationProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| CandidateEducatorPreparationProgramAssociationsApi | getCandidateEducatorPreparationProgramAssociations | GET /tpdm/candidateEducatorPreparationProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CandidateEducatorPreparationProgramAssociationsApi | getCandidateEducatorPreparationProgramAssociationsById | GET /tpdm/candidateEducatorPreparationProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CandidateEducatorPreparationProgramAssociationsApi | getCandidateEducatorPreparationProgramAssociationsPartitions | GET /tpdm/candidateEducatorPreparationProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CandidateEducatorPreparationProgramAssociationsApi | keyChangesCandidateEducatorPreparationProgramAssociations | GET /tpdm/candidateEducatorPreparationProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| CandidateEducatorPreparationProgramAssociationsApi | postCandidateEducatorPreparationProgramAssociation | POST /tpdm/candidateEducatorPreparationProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| CandidateEducatorPreparationProgramAssociationsApi | putCandidateEducatorPreparationProgramAssociation | PUT /tpdm/candidateEducatorPreparationProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| CandidatesApi | deleteCandidateById | DELETE /tpdm/candidates/{id} | Deletes an existing resource using the resource identifier. |
| CandidatesApi | deletesCandidates | GET /tpdm/candidates/deletes | Retrieves deleted resources based on change version. |
| CandidatesApi | getCandidates | GET /tpdm/candidates | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CandidatesApi | getCandidatesById | GET /tpdm/candidates/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CandidatesApi | getCandidatesPartitions | GET /tpdm/candidates/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CandidatesApi | keyChangesCandidates | GET /tpdm/candidates/keyChanges | Retrieves resources key changes based on change version. |
| CandidatesApi | postCandidate | POST /tpdm/candidates | Creates or updates resources based on the natural key values of the supplied resource. |
| CandidatesApi | putCandidate | PUT /tpdm/candidates/{id} | Updates a resource based on the resource identifier. |
| ChartOfAccountsApi | deleteChartOfAccountById | DELETE /ed-fi/chartOfAccounts/{id} | Deletes an existing resource using the resource identifier. |
| ChartOfAccountsApi | deletesChartOfAccounts | GET /ed-fi/chartOfAccounts/deletes | Retrieves deleted resources based on change version. |
| ChartOfAccountsApi | getChartOfAccounts | GET /ed-fi/chartOfAccounts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ChartOfAccountsApi | getChartOfAccountsById | GET /ed-fi/chartOfAccounts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ChartOfAccountsApi | getChartOfAccountsPartitions | GET /ed-fi/chartOfAccounts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ChartOfAccountsApi | keyChangesChartOfAccounts | GET /ed-fi/chartOfAccounts/keyChanges | Retrieves resources key changes based on change version. |
| ChartOfAccountsApi | postChartOfAccount | POST /ed-fi/chartOfAccounts | Creates or updates resources based on the natural key values of the supplied resource. |
| ChartOfAccountsApi | putChartOfAccount | PUT /ed-fi/chartOfAccounts/{id} | Updates a resource based on the resource identifier. |
| ClassPeriodsApi | deleteClassPeriodById | DELETE /ed-fi/classPeriods/{id} | Deletes an existing resource using the resource identifier. |
| ClassPeriodsApi | deletesClassPeriods | GET /ed-fi/classPeriods/deletes | Retrieves deleted resources based on change version. |
| ClassPeriodsApi | getClassPeriods | GET /ed-fi/classPeriods | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ClassPeriodsApi | getClassPeriodsById | GET /ed-fi/classPeriods/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ClassPeriodsApi | getClassPeriodsPartitions | GET /ed-fi/classPeriods/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ClassPeriodsApi | keyChangesClassPeriods | GET /ed-fi/classPeriods/keyChanges | Retrieves resources key changes based on change version. |
| ClassPeriodsApi | postClassPeriod | POST /ed-fi/classPeriods | Creates or updates resources based on the natural key values of the supplied resource. |
| ClassPeriodsApi | putClassPeriod | PUT /ed-fi/classPeriods/{id} | Updates a resource based on the resource identifier. |
| CohortsApi | deleteCohortById | DELETE /ed-fi/cohorts/{id} | Deletes an existing resource using the resource identifier. |
| CohortsApi | deletesCohorts | GET /ed-fi/cohorts/deletes | Retrieves deleted resources based on change version. |
| CohortsApi | getCohorts | GET /ed-fi/cohorts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CohortsApi | getCohortsById | GET /ed-fi/cohorts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CohortsApi | getCohortsPartitions | GET /ed-fi/cohorts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CohortsApi | keyChangesCohorts | GET /ed-fi/cohorts/keyChanges | Retrieves resources key changes based on change version. |
| CohortsApi | postCohort | POST /ed-fi/cohorts | Creates or updates resources based on the natural key values of the supplied resource. |
| CohortsApi | putCohort | PUT /ed-fi/cohorts/{id} | Updates a resource based on the resource identifier. |
| CommunityOrganizationsApi | deleteCommunityOrganizationById | DELETE /ed-fi/communityOrganizations/{id} | Deletes an existing resource using the resource identifier. |
| CommunityOrganizationsApi | deletesCommunityOrganizations | GET /ed-fi/communityOrganizations/deletes | Retrieves deleted resources based on change version. |
| CommunityOrganizationsApi | getCommunityOrganizations | GET /ed-fi/communityOrganizations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CommunityOrganizationsApi | getCommunityOrganizationsById | GET /ed-fi/communityOrganizations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CommunityOrganizationsApi | getCommunityOrganizationsPartitions | GET /ed-fi/communityOrganizations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CommunityOrganizationsApi | keyChangesCommunityOrganizations | GET /ed-fi/communityOrganizations/keyChanges | Retrieves resources key changes based on change version. |
| CommunityOrganizationsApi | postCommunityOrganization | POST /ed-fi/communityOrganizations | Creates or updates resources based on the natural key values of the supplied resource. |
| CommunityOrganizationsApi | putCommunityOrganization | PUT /ed-fi/communityOrganizations/{id} | Updates a resource based on the resource identifier. |
| CommunityProviderLicensesApi | deleteCommunityProviderLicenseById | DELETE /ed-fi/communityProviderLicenses/{id} | Deletes an existing resource using the resource identifier. |
| CommunityProviderLicensesApi | deletesCommunityProviderLicenses | GET /ed-fi/communityProviderLicenses/deletes | Retrieves deleted resources based on change version. |
| CommunityProviderLicensesApi | getCommunityProviderLicenses | GET /ed-fi/communityProviderLicenses | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CommunityProviderLicensesApi | getCommunityProviderLicensesById | GET /ed-fi/communityProviderLicenses/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CommunityProviderLicensesApi | getCommunityProviderLicensesPartitions | GET /ed-fi/communityProviderLicenses/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CommunityProviderLicensesApi | keyChangesCommunityProviderLicenses | GET /ed-fi/communityProviderLicenses/keyChanges | Retrieves resources key changes based on change version. |
| CommunityProviderLicensesApi | postCommunityProviderLicense | POST /ed-fi/communityProviderLicenses | Creates or updates resources based on the natural key values of the supplied resource. |
| CommunityProviderLicensesApi | putCommunityProviderLicense | PUT /ed-fi/communityProviderLicenses/{id} | Updates a resource based on the resource identifier. |
| CommunityProvidersApi | deleteCommunityProviderById | DELETE /ed-fi/communityProviders/{id} | Deletes an existing resource using the resource identifier. |
| CommunityProvidersApi | deletesCommunityProviders | GET /ed-fi/communityProviders/deletes | Retrieves deleted resources based on change version. |
| CommunityProvidersApi | getCommunityProviders | GET /ed-fi/communityProviders | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CommunityProvidersApi | getCommunityProvidersById | GET /ed-fi/communityProviders/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CommunityProvidersApi | getCommunityProvidersPartitions | GET /ed-fi/communityProviders/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CommunityProvidersApi | keyChangesCommunityProviders | GET /ed-fi/communityProviders/keyChanges | Retrieves resources key changes based on change version. |
| CommunityProvidersApi | postCommunityProvider | POST /ed-fi/communityProviders | Creates or updates resources based on the natural key values of the supplied resource. |
| CommunityProvidersApi | putCommunityProvider | PUT /ed-fi/communityProviders/{id} | Updates a resource based on the resource identifier. |
| CompetencyObjectivesApi | deleteCompetencyObjectiveById | DELETE /ed-fi/competencyObjectives/{id} | Deletes an existing resource using the resource identifier. |
| CompetencyObjectivesApi | deletesCompetencyObjectives | GET /ed-fi/competencyObjectives/deletes | Retrieves deleted resources based on change version. |
| CompetencyObjectivesApi | getCompetencyObjectives | GET /ed-fi/competencyObjectives | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CompetencyObjectivesApi | getCompetencyObjectivesById | GET /ed-fi/competencyObjectives/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CompetencyObjectivesApi | getCompetencyObjectivesPartitions | GET /ed-fi/competencyObjectives/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CompetencyObjectivesApi | keyChangesCompetencyObjectives | GET /ed-fi/competencyObjectives/keyChanges | Retrieves resources key changes based on change version. |
| CompetencyObjectivesApi | postCompetencyObjective | POST /ed-fi/competencyObjectives | Creates or updates resources based on the natural key values of the supplied resource. |
| CompetencyObjectivesApi | putCompetencyObjective | PUT /ed-fi/competencyObjectives/{id} | Updates a resource based on the resource identifier. |
| ContactsApi | deleteContactById | DELETE /ed-fi/contacts/{id} | Deletes an existing resource using the resource identifier. |
| ContactsApi | deletesContacts | GET /ed-fi/contacts/deletes | Retrieves deleted resources based on change version. |
| ContactsApi | getContacts | GET /ed-fi/contacts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ContactsApi | getContactsById | GET /ed-fi/contacts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ContactsApi | getContactsPartitions | GET /ed-fi/contacts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ContactsApi | keyChangesContacts | GET /ed-fi/contacts/keyChanges | Retrieves resources key changes based on change version. |
| ContactsApi | postContact | POST /ed-fi/contacts | Creates or updates resources based on the natural key values of the supplied resource. |
| ContactsApi | putContact | PUT /ed-fi/contacts/{id} | Updates a resource based on the resource identifier. |
| CourseOfferingsApi | deleteCourseOfferingById | DELETE /ed-fi/courseOfferings/{id} | Deletes an existing resource using the resource identifier. |
| CourseOfferingsApi | deletesCourseOfferings | GET /ed-fi/courseOfferings/deletes | Retrieves deleted resources based on change version. |
| CourseOfferingsApi | getCourseOfferings | GET /ed-fi/courseOfferings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CourseOfferingsApi | getCourseOfferingsById | GET /ed-fi/courseOfferings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CourseOfferingsApi | getCourseOfferingsPartitions | GET /ed-fi/courseOfferings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CourseOfferingsApi | keyChangesCourseOfferings | GET /ed-fi/courseOfferings/keyChanges | Retrieves resources key changes based on change version. |
| CourseOfferingsApi | postCourseOffering | POST /ed-fi/courseOfferings | Creates or updates resources based on the natural key values of the supplied resource. |
| CourseOfferingsApi | putCourseOffering | PUT /ed-fi/courseOfferings/{id} | Updates a resource based on the resource identifier. |
| CourseTranscriptsApi | deleteCourseTranscriptById | DELETE /ed-fi/courseTranscripts/{id} | Deletes an existing resource using the resource identifier. |
| CourseTranscriptsApi | deletesCourseTranscripts | GET /ed-fi/courseTranscripts/deletes | Retrieves deleted resources based on change version. |
| CourseTranscriptsApi | getCourseTranscripts | GET /ed-fi/courseTranscripts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CourseTranscriptsApi | getCourseTranscriptsById | GET /ed-fi/courseTranscripts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CourseTranscriptsApi | getCourseTranscriptsPartitions | GET /ed-fi/courseTranscripts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CourseTranscriptsApi | keyChangesCourseTranscripts | GET /ed-fi/courseTranscripts/keyChanges | Retrieves resources key changes based on change version. |
| CourseTranscriptsApi | postCourseTranscript | POST /ed-fi/courseTranscripts | Creates or updates resources based on the natural key values of the supplied resource. |
| CourseTranscriptsApi | putCourseTranscript | PUT /ed-fi/courseTranscripts/{id} | Updates a resource based on the resource identifier. |
| CoursesApi | deleteCourseById | DELETE /ed-fi/courses/{id} | Deletes an existing resource using the resource identifier. |
| CoursesApi | deletesCourses | GET /ed-fi/courses/deletes | Retrieves deleted resources based on change version. |
| CoursesApi | getCourses | GET /ed-fi/courses | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CoursesApi | getCoursesById | GET /ed-fi/courses/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CoursesApi | getCoursesPartitions | GET /ed-fi/courses/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CoursesApi | keyChangesCourses | GET /ed-fi/courses/keyChanges | Retrieves resources key changes based on change version. |
| CoursesApi | postCourse | POST /ed-fi/courses | Creates or updates resources based on the natural key values of the supplied resource. |
| CoursesApi | putCourse | PUT /ed-fi/courses/{id} | Updates a resource based on the resource identifier. |
| CredentialsApi | deleteCredentialById | DELETE /ed-fi/credentials/{id} | Deletes an existing resource using the resource identifier. |
| CredentialsApi | deletesCredentials | GET /ed-fi/credentials/deletes | Retrieves deleted resources based on change version. |
| CredentialsApi | getCredentials | GET /ed-fi/credentials | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CredentialsApi | getCredentialsById | GET /ed-fi/credentials/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CredentialsApi | getCredentialsPartitions | GET /ed-fi/credentials/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CredentialsApi | keyChangesCredentials | GET /ed-fi/credentials/keyChanges | Retrieves resources key changes based on change version. |
| CredentialsApi | postCredential | POST /ed-fi/credentials | Creates or updates resources based on the natural key values of the supplied resource. |
| CredentialsApi | putCredential | PUT /ed-fi/credentials/{id} | Updates a resource based on the resource identifier. |
| CrisisEventsApi | deleteCrisisEventById | DELETE /ed-fi/crisisEvents/{id} | Deletes an existing resource using the resource identifier. |
| CrisisEventsApi | deletesCrisisEvents | GET /ed-fi/crisisEvents/deletes | Retrieves deleted resources based on change version. |
| CrisisEventsApi | getCrisisEvents | GET /ed-fi/crisisEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| CrisisEventsApi | getCrisisEventsById | GET /ed-fi/crisisEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| CrisisEventsApi | getCrisisEventsPartitions | GET /ed-fi/crisisEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| CrisisEventsApi | keyChangesCrisisEvents | GET /ed-fi/crisisEvents/keyChanges | Retrieves resources key changes based on change version. |
| CrisisEventsApi | postCrisisEvent | POST /ed-fi/crisisEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| CrisisEventsApi | putCrisisEvent | PUT /ed-fi/crisisEvents/{id} | Updates a resource based on the resource identifier. |
| DescriptorMappingsApi | deleteDescriptorMappingById | DELETE /ed-fi/descriptorMappings/{id} | Deletes an existing resource using the resource identifier. |
| DescriptorMappingsApi | deletesDescriptorMappings | GET /ed-fi/descriptorMappings/deletes | Retrieves deleted resources based on change version. |
| DescriptorMappingsApi | getDescriptorMappings | GET /ed-fi/descriptorMappings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| DescriptorMappingsApi | getDescriptorMappingsById | GET /ed-fi/descriptorMappings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| DescriptorMappingsApi | getDescriptorMappingsPartitions | GET /ed-fi/descriptorMappings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| DescriptorMappingsApi | keyChangesDescriptorMappings | GET /ed-fi/descriptorMappings/keyChanges | Retrieves resources key changes based on change version. |
| DescriptorMappingsApi | postDescriptorMapping | POST /ed-fi/descriptorMappings | Creates or updates resources based on the natural key values of the supplied resource. |
| DescriptorMappingsApi | putDescriptorMapping | PUT /ed-fi/descriptorMappings/{id} | Updates a resource based on the resource identifier. |
| DisciplineActionsApi | deleteDisciplineActionById | DELETE /ed-fi/disciplineActions/{id} | Deletes an existing resource using the resource identifier. |
| DisciplineActionsApi | deletesDisciplineActions | GET /ed-fi/disciplineActions/deletes | Retrieves deleted resources based on change version. |
| DisciplineActionsApi | getDisciplineActions | GET /ed-fi/disciplineActions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| DisciplineActionsApi | getDisciplineActionsById | GET /ed-fi/disciplineActions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| DisciplineActionsApi | getDisciplineActionsPartitions | GET /ed-fi/disciplineActions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| DisciplineActionsApi | keyChangesDisciplineActions | GET /ed-fi/disciplineActions/keyChanges | Retrieves resources key changes based on change version. |
| DisciplineActionsApi | postDisciplineAction | POST /ed-fi/disciplineActions | Creates or updates resources based on the natural key values of the supplied resource. |
| DisciplineActionsApi | putDisciplineAction | PUT /ed-fi/disciplineActions/{id} | Updates a resource based on the resource identifier. |
| DisciplineIncidentsApi | deleteDisciplineIncidentById | DELETE /ed-fi/disciplineIncidents/{id} | Deletes an existing resource using the resource identifier. |
| DisciplineIncidentsApi | deletesDisciplineIncidents | GET /ed-fi/disciplineIncidents/deletes | Retrieves deleted resources based on change version. |
| DisciplineIncidentsApi | getDisciplineIncidents | GET /ed-fi/disciplineIncidents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| DisciplineIncidentsApi | getDisciplineIncidentsById | GET /ed-fi/disciplineIncidents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| DisciplineIncidentsApi | getDisciplineIncidentsPartitions | GET /ed-fi/disciplineIncidents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| DisciplineIncidentsApi | keyChangesDisciplineIncidents | GET /ed-fi/disciplineIncidents/keyChanges | Retrieves resources key changes based on change version. |
| DisciplineIncidentsApi | postDisciplineIncident | POST /ed-fi/disciplineIncidents | Creates or updates resources based on the natural key values of the supplied resource. |
| DisciplineIncidentsApi | putDisciplineIncident | PUT /ed-fi/disciplineIncidents/{id} | Updates a resource based on the resource identifier. |
| EducationContentsApi | deleteEducationContentById | DELETE /ed-fi/educationContents/{id} | Deletes an existing resource using the resource identifier. |
| EducationContentsApi | deletesEducationContents | GET /ed-fi/educationContents/deletes | Retrieves deleted resources based on change version. |
| EducationContentsApi | getEducationContents | GET /ed-fi/educationContents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationContentsApi | getEducationContentsById | GET /ed-fi/educationContents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationContentsApi | getEducationContentsPartitions | GET /ed-fi/educationContents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationContentsApi | keyChangesEducationContents | GET /ed-fi/educationContents/keyChanges | Retrieves resources key changes based on change version. |
| EducationContentsApi | postEducationContent | POST /ed-fi/educationContents | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationContentsApi | putEducationContent | PUT /ed-fi/educationContents/{id} | Updates a resource based on the resource identifier. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | deleteEducationOrganizationInterventionPrescriptionAssociationById | DELETE /ed-fi/educationOrganizationInterventionPrescriptionAssociations/{id} | Deletes an existing resource using the resource identifier. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | deletesEducationOrganizationInterventionPrescriptionAssociations | GET /ed-fi/educationOrganizationInterventionPrescriptionAssociations/deletes | Retrieves deleted resources based on change version. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | getEducationOrganizationInterventionPrescriptionAssociations | GET /ed-fi/educationOrganizationInterventionPrescriptionAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationOrganizationInterventionPrescriptionAssociationsApi | getEducationOrganizationInterventionPrescriptionAssociationsById | GET /ed-fi/educationOrganizationInterventionPrescriptionAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationOrganizationInterventionPrescriptionAssociationsApi | getEducationOrganizationInterventionPrescriptionAssociationsPartitions | GET /ed-fi/educationOrganizationInterventionPrescriptionAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | keyChangesEducationOrganizationInterventionPrescriptionAssociations | GET /ed-fi/educationOrganizationInterventionPrescriptionAssociations/keyChanges | Retrieves resources key changes based on change version. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | postEducationOrganizationInterventionPrescriptionAssociation | POST /ed-fi/educationOrganizationInterventionPrescriptionAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationOrganizationInterventionPrescriptionAssociationsApi | putEducationOrganizationInterventionPrescriptionAssociation | PUT /ed-fi/educationOrganizationInterventionPrescriptionAssociations/{id} | Updates a resource based on the resource identifier. |
| EducationOrganizationNetworkAssociationsApi | deleteEducationOrganizationNetworkAssociationById | DELETE /ed-fi/educationOrganizationNetworkAssociations/{id} | Deletes an existing resource using the resource identifier. |
| EducationOrganizationNetworkAssociationsApi | deletesEducationOrganizationNetworkAssociations | GET /ed-fi/educationOrganizationNetworkAssociations/deletes | Retrieves deleted resources based on change version. |
| EducationOrganizationNetworkAssociationsApi | getEducationOrganizationNetworkAssociations | GET /ed-fi/educationOrganizationNetworkAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationOrganizationNetworkAssociationsApi | getEducationOrganizationNetworkAssociationsById | GET /ed-fi/educationOrganizationNetworkAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationOrganizationNetworkAssociationsApi | getEducationOrganizationNetworkAssociationsPartitions | GET /ed-fi/educationOrganizationNetworkAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationOrganizationNetworkAssociationsApi | keyChangesEducationOrganizationNetworkAssociations | GET /ed-fi/educationOrganizationNetworkAssociations/keyChanges | Retrieves resources key changes based on change version. |
| EducationOrganizationNetworkAssociationsApi | postEducationOrganizationNetworkAssociation | POST /ed-fi/educationOrganizationNetworkAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationOrganizationNetworkAssociationsApi | putEducationOrganizationNetworkAssociation | PUT /ed-fi/educationOrganizationNetworkAssociations/{id} | Updates a resource based on the resource identifier. |
| EducationOrganizationNetworksApi | deleteEducationOrganizationNetworkById | DELETE /ed-fi/educationOrganizationNetworks/{id} | Deletes an existing resource using the resource identifier. |
| EducationOrganizationNetworksApi | deletesEducationOrganizationNetworks | GET /ed-fi/educationOrganizationNetworks/deletes | Retrieves deleted resources based on change version. |
| EducationOrganizationNetworksApi | getEducationOrganizationNetworks | GET /ed-fi/educationOrganizationNetworks | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationOrganizationNetworksApi | getEducationOrganizationNetworksById | GET /ed-fi/educationOrganizationNetworks/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationOrganizationNetworksApi | getEducationOrganizationNetworksPartitions | GET /ed-fi/educationOrganizationNetworks/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationOrganizationNetworksApi | keyChangesEducationOrganizationNetworks | GET /ed-fi/educationOrganizationNetworks/keyChanges | Retrieves resources key changes based on change version. |
| EducationOrganizationNetworksApi | postEducationOrganizationNetwork | POST /ed-fi/educationOrganizationNetworks | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationOrganizationNetworksApi | putEducationOrganizationNetwork | PUT /ed-fi/educationOrganizationNetworks/{id} | Updates a resource based on the resource identifier. |
| EducationOrganizationPeerAssociationsApi | deleteEducationOrganizationPeerAssociationById | DELETE /ed-fi/educationOrganizationPeerAssociations/{id} | Deletes an existing resource using the resource identifier. |
| EducationOrganizationPeerAssociationsApi | deletesEducationOrganizationPeerAssociations | GET /ed-fi/educationOrganizationPeerAssociations/deletes | Retrieves deleted resources based on change version. |
| EducationOrganizationPeerAssociationsApi | getEducationOrganizationPeerAssociations | GET /ed-fi/educationOrganizationPeerAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationOrganizationPeerAssociationsApi | getEducationOrganizationPeerAssociationsById | GET /ed-fi/educationOrganizationPeerAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationOrganizationPeerAssociationsApi | getEducationOrganizationPeerAssociationsPartitions | GET /ed-fi/educationOrganizationPeerAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationOrganizationPeerAssociationsApi | keyChangesEducationOrganizationPeerAssociations | GET /ed-fi/educationOrganizationPeerAssociations/keyChanges | Retrieves resources key changes based on change version. |
| EducationOrganizationPeerAssociationsApi | postEducationOrganizationPeerAssociation | POST /ed-fi/educationOrganizationPeerAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationOrganizationPeerAssociationsApi | putEducationOrganizationPeerAssociation | PUT /ed-fi/educationOrganizationPeerAssociations/{id} | Updates a resource based on the resource identifier. |
| EducationServiceCentersApi | deleteEducationServiceCenterById | DELETE /ed-fi/educationServiceCenters/{id} | Deletes an existing resource using the resource identifier. |
| EducationServiceCentersApi | deletesEducationServiceCenters | GET /ed-fi/educationServiceCenters/deletes | Retrieves deleted resources based on change version. |
| EducationServiceCentersApi | getEducationServiceCenters | GET /ed-fi/educationServiceCenters | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducationServiceCentersApi | getEducationServiceCentersById | GET /ed-fi/educationServiceCenters/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducationServiceCentersApi | getEducationServiceCentersPartitions | GET /ed-fi/educationServiceCenters/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducationServiceCentersApi | keyChangesEducationServiceCenters | GET /ed-fi/educationServiceCenters/keyChanges | Retrieves resources key changes based on change version. |
| EducationServiceCentersApi | postEducationServiceCenter | POST /ed-fi/educationServiceCenters | Creates or updates resources based on the natural key values of the supplied resource. |
| EducationServiceCentersApi | putEducationServiceCenter | PUT /ed-fi/educationServiceCenters/{id} | Updates a resource based on the resource identifier. |
| EducatorPreparationProgramsApi | deleteEducatorPreparationProgramById | DELETE /tpdm/educatorPreparationPrograms/{id} | Deletes an existing resource using the resource identifier. |
| EducatorPreparationProgramsApi | deletesEducatorPreparationPrograms | GET /tpdm/educatorPreparationPrograms/deletes | Retrieves deleted resources based on change version. |
| EducatorPreparationProgramsApi | getEducatorPreparationPrograms | GET /tpdm/educatorPreparationPrograms | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EducatorPreparationProgramsApi | getEducatorPreparationProgramsById | GET /tpdm/educatorPreparationPrograms/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EducatorPreparationProgramsApi | getEducatorPreparationProgramsPartitions | GET /tpdm/educatorPreparationPrograms/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EducatorPreparationProgramsApi | keyChangesEducatorPreparationPrograms | GET /tpdm/educatorPreparationPrograms/keyChanges | Retrieves resources key changes based on change version. |
| EducatorPreparationProgramsApi | postEducatorPreparationProgram | POST /tpdm/educatorPreparationPrograms | Creates or updates resources based on the natural key values of the supplied resource. |
| EducatorPreparationProgramsApi | putEducatorPreparationProgram | PUT /tpdm/educatorPreparationPrograms/{id} | Updates a resource based on the resource identifier. |
| EvaluationElementRatingsApi | deleteEvaluationElementRatingById | DELETE /tpdm/evaluationElementRatings/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationElementRatingsApi | deletesEvaluationElementRatings | GET /tpdm/evaluationElementRatings/deletes | Retrieves deleted resources based on change version. |
| EvaluationElementRatingsApi | getEvaluationElementRatings | GET /tpdm/evaluationElementRatings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationElementRatingsApi | getEvaluationElementRatingsById | GET /tpdm/evaluationElementRatings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationElementRatingsApi | getEvaluationElementRatingsPartitions | GET /tpdm/evaluationElementRatings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationElementRatingsApi | keyChangesEvaluationElementRatings | GET /tpdm/evaluationElementRatings/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationElementRatingsApi | postEvaluationElementRating | POST /tpdm/evaluationElementRatings | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationElementRatingsApi | putEvaluationElementRating | PUT /tpdm/evaluationElementRatings/{id} | Updates a resource based on the resource identifier. |
| EvaluationElementsApi | deleteEvaluationElementById | DELETE /tpdm/evaluationElements/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationElementsApi | deletesEvaluationElements | GET /tpdm/evaluationElements/deletes | Retrieves deleted resources based on change version. |
| EvaluationElementsApi | getEvaluationElements | GET /tpdm/evaluationElements | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationElementsApi | getEvaluationElementsById | GET /tpdm/evaluationElements/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationElementsApi | getEvaluationElementsPartitions | GET /tpdm/evaluationElements/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationElementsApi | keyChangesEvaluationElements | GET /tpdm/evaluationElements/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationElementsApi | postEvaluationElement | POST /tpdm/evaluationElements | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationElementsApi | putEvaluationElement | PUT /tpdm/evaluationElements/{id} | Updates a resource based on the resource identifier. |
| EvaluationObjectiveRatingsApi | deleteEvaluationObjectiveRatingById | DELETE /tpdm/evaluationObjectiveRatings/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationObjectiveRatingsApi | deletesEvaluationObjectiveRatings | GET /tpdm/evaluationObjectiveRatings/deletes | Retrieves deleted resources based on change version. |
| EvaluationObjectiveRatingsApi | getEvaluationObjectiveRatings | GET /tpdm/evaluationObjectiveRatings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationObjectiveRatingsApi | getEvaluationObjectiveRatingsById | GET /tpdm/evaluationObjectiveRatings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationObjectiveRatingsApi | getEvaluationObjectiveRatingsPartitions | GET /tpdm/evaluationObjectiveRatings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationObjectiveRatingsApi | keyChangesEvaluationObjectiveRatings | GET /tpdm/evaluationObjectiveRatings/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationObjectiveRatingsApi | postEvaluationObjectiveRating | POST /tpdm/evaluationObjectiveRatings | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationObjectiveRatingsApi | putEvaluationObjectiveRating | PUT /tpdm/evaluationObjectiveRatings/{id} | Updates a resource based on the resource identifier. |
| EvaluationObjectivesApi | deleteEvaluationObjectiveById | DELETE /tpdm/evaluationObjectives/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationObjectivesApi | deletesEvaluationObjectives | GET /tpdm/evaluationObjectives/deletes | Retrieves deleted resources based on change version. |
| EvaluationObjectivesApi | getEvaluationObjectives | GET /tpdm/evaluationObjectives | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationObjectivesApi | getEvaluationObjectivesById | GET /tpdm/evaluationObjectives/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationObjectivesApi | getEvaluationObjectivesPartitions | GET /tpdm/evaluationObjectives/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationObjectivesApi | keyChangesEvaluationObjectives | GET /tpdm/evaluationObjectives/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationObjectivesApi | postEvaluationObjective | POST /tpdm/evaluationObjectives | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationObjectivesApi | putEvaluationObjective | PUT /tpdm/evaluationObjectives/{id} | Updates a resource based on the resource identifier. |
| EvaluationRatingsApi | deleteEvaluationRatingById | DELETE /tpdm/evaluationRatings/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationRatingsApi | deletesEvaluationRatings | GET /tpdm/evaluationRatings/deletes | Retrieves deleted resources based on change version. |
| EvaluationRatingsApi | getEvaluationRatings | GET /tpdm/evaluationRatings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationRatingsApi | getEvaluationRatingsById | GET /tpdm/evaluationRatings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationRatingsApi | getEvaluationRatingsPartitions | GET /tpdm/evaluationRatings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationRatingsApi | keyChangesEvaluationRatings | GET /tpdm/evaluationRatings/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationRatingsApi | postEvaluationRating | POST /tpdm/evaluationRatings | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationRatingsApi | putEvaluationRating | PUT /tpdm/evaluationRatings/{id} | Updates a resource based on the resource identifier. |
| EvaluationRubricDimensionsApi | deleteEvaluationRubricDimensionById | DELETE /ed-fi/evaluationRubricDimensions/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationRubricDimensionsApi | deletesEvaluationRubricDimensions | GET /ed-fi/evaluationRubricDimensions/deletes | Retrieves deleted resources based on change version. |
| EvaluationRubricDimensionsApi | getEvaluationRubricDimensions | GET /ed-fi/evaluationRubricDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationRubricDimensionsApi | getEvaluationRubricDimensionsById | GET /ed-fi/evaluationRubricDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationRubricDimensionsApi | getEvaluationRubricDimensionsPartitions | GET /ed-fi/evaluationRubricDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationRubricDimensionsApi | keyChangesEvaluationRubricDimensions | GET /ed-fi/evaluationRubricDimensions/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationRubricDimensionsApi | postEvaluationRubricDimension | POST /ed-fi/evaluationRubricDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationRubricDimensionsApi | putEvaluationRubricDimension | PUT /ed-fi/evaluationRubricDimensions/{id} | Updates a resource based on the resource identifier. |
| EvaluationsApi | deleteEvaluationById | DELETE /tpdm/evaluations/{id} | Deletes an existing resource using the resource identifier. |
| EvaluationsApi | deletesEvaluations | GET /tpdm/evaluations/deletes | Retrieves deleted resources based on change version. |
| EvaluationsApi | getEvaluations | GET /tpdm/evaluations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| EvaluationsApi | getEvaluationsById | GET /tpdm/evaluations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| EvaluationsApi | getEvaluationsPartitions | GET /tpdm/evaluations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| EvaluationsApi | keyChangesEvaluations | GET /tpdm/evaluations/keyChanges | Retrieves resources key changes based on change version. |
| EvaluationsApi | postEvaluation | POST /tpdm/evaluations | Creates or updates resources based on the natural key values of the supplied resource. |
| EvaluationsApi | putEvaluation | PUT /tpdm/evaluations/{id} | Updates a resource based on the resource identifier. |
| FeederSchoolAssociationsApi | deleteFeederSchoolAssociationById | DELETE /ed-fi/feederSchoolAssociations/{id} | Deletes an existing resource using the resource identifier. |
| FeederSchoolAssociationsApi | deletesFeederSchoolAssociations | GET /ed-fi/feederSchoolAssociations/deletes | Retrieves deleted resources based on change version. |
| FeederSchoolAssociationsApi | getFeederSchoolAssociations | GET /ed-fi/feederSchoolAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| FeederSchoolAssociationsApi | getFeederSchoolAssociationsById | GET /ed-fi/feederSchoolAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| FeederSchoolAssociationsApi | getFeederSchoolAssociationsPartitions | GET /ed-fi/feederSchoolAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| FeederSchoolAssociationsApi | keyChangesFeederSchoolAssociations | GET /ed-fi/feederSchoolAssociations/keyChanges | Retrieves resources key changes based on change version. |
| FeederSchoolAssociationsApi | postFeederSchoolAssociation | POST /ed-fi/feederSchoolAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| FeederSchoolAssociationsApi | putFeederSchoolAssociation | PUT /ed-fi/feederSchoolAssociations/{id} | Updates a resource based on the resource identifier. |
| FinancialAidsApi | deleteFinancialAidById | DELETE /tpdm/financialAids/{id} | Deletes an existing resource using the resource identifier. |
| FinancialAidsApi | deletesFinancialAids | GET /tpdm/financialAids/deletes | Retrieves deleted resources based on change version. |
| FinancialAidsApi | getFinancialAids | GET /tpdm/financialAids | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| FinancialAidsApi | getFinancialAidsById | GET /tpdm/financialAids/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| FinancialAidsApi | getFinancialAidsPartitions | GET /tpdm/financialAids/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| FinancialAidsApi | keyChangesFinancialAids | GET /tpdm/financialAids/keyChanges | Retrieves resources key changes based on change version. |
| FinancialAidsApi | postFinancialAid | POST /tpdm/financialAids | Creates or updates resources based on the natural key values of the supplied resource. |
| FinancialAidsApi | putFinancialAid | PUT /tpdm/financialAids/{id} | Updates a resource based on the resource identifier. |
| FunctionDimensionsApi | deleteFunctionDimensionById | DELETE /ed-fi/functionDimensions/{id} | Deletes an existing resource using the resource identifier. |
| FunctionDimensionsApi | deletesFunctionDimensions | GET /ed-fi/functionDimensions/deletes | Retrieves deleted resources based on change version. |
| FunctionDimensionsApi | getFunctionDimensions | GET /ed-fi/functionDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| FunctionDimensionsApi | getFunctionDimensionsById | GET /ed-fi/functionDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| FunctionDimensionsApi | getFunctionDimensionsPartitions | GET /ed-fi/functionDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| FunctionDimensionsApi | keyChangesFunctionDimensions | GET /ed-fi/functionDimensions/keyChanges | Retrieves resources key changes based on change version. |
| FunctionDimensionsApi | postFunctionDimension | POST /ed-fi/functionDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| FunctionDimensionsApi | putFunctionDimension | PUT /ed-fi/functionDimensions/{id} | Updates a resource based on the resource identifier. |
| FundDimensionsApi | deleteFundDimensionById | DELETE /ed-fi/fundDimensions/{id} | Deletes an existing resource using the resource identifier. |
| FundDimensionsApi | deletesFundDimensions | GET /ed-fi/fundDimensions/deletes | Retrieves deleted resources based on change version. |
| FundDimensionsApi | getFundDimensions | GET /ed-fi/fundDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| FundDimensionsApi | getFundDimensionsById | GET /ed-fi/fundDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| FundDimensionsApi | getFundDimensionsPartitions | GET /ed-fi/fundDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| FundDimensionsApi | keyChangesFundDimensions | GET /ed-fi/fundDimensions/keyChanges | Retrieves resources key changes based on change version. |
| FundDimensionsApi | postFundDimension | POST /ed-fi/fundDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| FundDimensionsApi | putFundDimension | PUT /ed-fi/fundDimensions/{id} | Updates a resource based on the resource identifier. |
| GradebookEntriesApi | deleteGradebookEntryById | DELETE /ed-fi/gradebookEntries/{id} | Deletes an existing resource using the resource identifier. |
| GradebookEntriesApi | deletesGradebookEntries | GET /ed-fi/gradebookEntries/deletes | Retrieves deleted resources based on change version. |
| GradebookEntriesApi | getGradebookEntries | GET /ed-fi/gradebookEntries | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| GradebookEntriesApi | getGradebookEntriesById | GET /ed-fi/gradebookEntries/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| GradebookEntriesApi | getGradebookEntriesPartitions | GET /ed-fi/gradebookEntries/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| GradebookEntriesApi | keyChangesGradebookEntries | GET /ed-fi/gradebookEntries/keyChanges | Retrieves resources key changes based on change version. |
| GradebookEntriesApi | postGradebookEntry | POST /ed-fi/gradebookEntries | Creates or updates resources based on the natural key values of the supplied resource. |
| GradebookEntriesApi | putGradebookEntry | PUT /ed-fi/gradebookEntries/{id} | Updates a resource based on the resource identifier. |
| GradesApi | deleteGradeById | DELETE /ed-fi/grades/{id} | Deletes an existing resource using the resource identifier. |
| GradesApi | deletesGrades | GET /ed-fi/grades/deletes | Retrieves deleted resources based on change version. |
| GradesApi | getGrades | GET /ed-fi/grades | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| GradesApi | getGradesById | GET /ed-fi/grades/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| GradesApi | getGradesPartitions | GET /ed-fi/grades/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| GradesApi | keyChangesGrades | GET /ed-fi/grades/keyChanges | Retrieves resources key changes based on change version. |
| GradesApi | postGrade | POST /ed-fi/grades | Creates or updates resources based on the natural key values of the supplied resource. |
| GradesApi | putGrade | PUT /ed-fi/grades/{id} | Updates a resource based on the resource identifier. |
| GradingPeriodsApi | deleteGradingPeriodById | DELETE /ed-fi/gradingPeriods/{id} | Deletes an existing resource using the resource identifier. |
| GradingPeriodsApi | deletesGradingPeriods | GET /ed-fi/gradingPeriods/deletes | Retrieves deleted resources based on change version. |
| GradingPeriodsApi | getGradingPeriods | GET /ed-fi/gradingPeriods | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| GradingPeriodsApi | getGradingPeriodsById | GET /ed-fi/gradingPeriods/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| GradingPeriodsApi | getGradingPeriodsPartitions | GET /ed-fi/gradingPeriods/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| GradingPeriodsApi | keyChangesGradingPeriods | GET /ed-fi/gradingPeriods/keyChanges | Retrieves resources key changes based on change version. |
| GradingPeriodsApi | postGradingPeriod | POST /ed-fi/gradingPeriods | Creates or updates resources based on the natural key values of the supplied resource. |
| GradingPeriodsApi | putGradingPeriod | PUT /ed-fi/gradingPeriods/{id} | Updates a resource based on the resource identifier. |
| GraduationPlansApi | deleteGraduationPlanById | DELETE /ed-fi/graduationPlans/{id} | Deletes an existing resource using the resource identifier. |
| GraduationPlansApi | deletesGraduationPlans | GET /ed-fi/graduationPlans/deletes | Retrieves deleted resources based on change version. |
| GraduationPlansApi | getGraduationPlans | GET /ed-fi/graduationPlans | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| GraduationPlansApi | getGraduationPlansById | GET /ed-fi/graduationPlans/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| GraduationPlansApi | getGraduationPlansPartitions | GET /ed-fi/graduationPlans/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| GraduationPlansApi | keyChangesGraduationPlans | GET /ed-fi/graduationPlans/keyChanges | Retrieves resources key changes based on change version. |
| GraduationPlansApi | postGraduationPlan | POST /ed-fi/graduationPlans | Creates or updates resources based on the natural key values of the supplied resource. |
| GraduationPlansApi | putGraduationPlan | PUT /ed-fi/graduationPlans/{id} | Updates a resource based on the resource identifier. |
| InterventionPrescriptionsApi | deleteInterventionPrescriptionById | DELETE /ed-fi/interventionPrescriptions/{id} | Deletes an existing resource using the resource identifier. |
| InterventionPrescriptionsApi | deletesInterventionPrescriptions | GET /ed-fi/interventionPrescriptions/deletes | Retrieves deleted resources based on change version. |
| InterventionPrescriptionsApi | getInterventionPrescriptions | GET /ed-fi/interventionPrescriptions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| InterventionPrescriptionsApi | getInterventionPrescriptionsById | GET /ed-fi/interventionPrescriptions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| InterventionPrescriptionsApi | getInterventionPrescriptionsPartitions | GET /ed-fi/interventionPrescriptions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| InterventionPrescriptionsApi | keyChangesInterventionPrescriptions | GET /ed-fi/interventionPrescriptions/keyChanges | Retrieves resources key changes based on change version. |
| InterventionPrescriptionsApi | postInterventionPrescription | POST /ed-fi/interventionPrescriptions | Creates or updates resources based on the natural key values of the supplied resource. |
| InterventionPrescriptionsApi | putInterventionPrescription | PUT /ed-fi/interventionPrescriptions/{id} | Updates a resource based on the resource identifier. |
| InterventionStudiesApi | deleteInterventionStudyById | DELETE /ed-fi/interventionStudies/{id} | Deletes an existing resource using the resource identifier. |
| InterventionStudiesApi | deletesInterventionStudies | GET /ed-fi/interventionStudies/deletes | Retrieves deleted resources based on change version. |
| InterventionStudiesApi | getInterventionStudies | GET /ed-fi/interventionStudies | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| InterventionStudiesApi | getInterventionStudiesById | GET /ed-fi/interventionStudies/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| InterventionStudiesApi | getInterventionStudiesPartitions | GET /ed-fi/interventionStudies/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| InterventionStudiesApi | keyChangesInterventionStudies | GET /ed-fi/interventionStudies/keyChanges | Retrieves resources key changes based on change version. |
| InterventionStudiesApi | postInterventionStudy | POST /ed-fi/interventionStudies | Creates or updates resources based on the natural key values of the supplied resource. |
| InterventionStudiesApi | putInterventionStudy | PUT /ed-fi/interventionStudies/{id} | Updates a resource based on the resource identifier. |
| InterventionsApi | deleteInterventionById | DELETE /ed-fi/interventions/{id} | Deletes an existing resource using the resource identifier. |
| InterventionsApi | deletesInterventions | GET /ed-fi/interventions/deletes | Retrieves deleted resources based on change version. |
| InterventionsApi | getInterventions | GET /ed-fi/interventions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| InterventionsApi | getInterventionsById | GET /ed-fi/interventions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| InterventionsApi | getInterventionsPartitions | GET /ed-fi/interventions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| InterventionsApi | keyChangesInterventions | GET /ed-fi/interventions/keyChanges | Retrieves resources key changes based on change version. |
| InterventionsApi | postIntervention | POST /ed-fi/interventions | Creates or updates resources based on the natural key values of the supplied resource. |
| InterventionsApi | putIntervention | PUT /ed-fi/interventions/{id} | Updates a resource based on the resource identifier. |
| LearningStandardEquivalenceAssociationsApi | deleteLearningStandardEquivalenceAssociationById | DELETE /ed-fi/learningStandardEquivalenceAssociations/{id} | Deletes an existing resource using the resource identifier. |
| LearningStandardEquivalenceAssociationsApi | deletesLearningStandardEquivalenceAssociations | GET /ed-fi/learningStandardEquivalenceAssociations/deletes | Retrieves deleted resources based on change version. |
| LearningStandardEquivalenceAssociationsApi | getLearningStandardEquivalenceAssociations | GET /ed-fi/learningStandardEquivalenceAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LearningStandardEquivalenceAssociationsApi | getLearningStandardEquivalenceAssociationsById | GET /ed-fi/learningStandardEquivalenceAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LearningStandardEquivalenceAssociationsApi | getLearningStandardEquivalenceAssociationsPartitions | GET /ed-fi/learningStandardEquivalenceAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LearningStandardEquivalenceAssociationsApi | keyChangesLearningStandardEquivalenceAssociations | GET /ed-fi/learningStandardEquivalenceAssociations/keyChanges | Retrieves resources key changes based on change version. |
| LearningStandardEquivalenceAssociationsApi | postLearningStandardEquivalenceAssociation | POST /ed-fi/learningStandardEquivalenceAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| LearningStandardEquivalenceAssociationsApi | putLearningStandardEquivalenceAssociation | PUT /ed-fi/learningStandardEquivalenceAssociations/{id} | Updates a resource based on the resource identifier. |
| LearningStandardsApi | deleteLearningStandardById | DELETE /ed-fi/learningStandards/{id} | Deletes an existing resource using the resource identifier. |
| LearningStandardsApi | deletesLearningStandards | GET /ed-fi/learningStandards/deletes | Retrieves deleted resources based on change version. |
| LearningStandardsApi | getLearningStandards | GET /ed-fi/learningStandards | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LearningStandardsApi | getLearningStandardsById | GET /ed-fi/learningStandards/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LearningStandardsApi | getLearningStandardsPartitions | GET /ed-fi/learningStandards/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LearningStandardsApi | keyChangesLearningStandards | GET /ed-fi/learningStandards/keyChanges | Retrieves resources key changes based on change version. |
| LearningStandardsApi | postLearningStandard | POST /ed-fi/learningStandards | Creates or updates resources based on the natural key values of the supplied resource. |
| LearningStandardsApi | putLearningStandard | PUT /ed-fi/learningStandards/{id} | Updates a resource based on the resource identifier. |
| LocalAccountsApi | deleteLocalAccountById | DELETE /ed-fi/localAccounts/{id} | Deletes an existing resource using the resource identifier. |
| LocalAccountsApi | deletesLocalAccounts | GET /ed-fi/localAccounts/deletes | Retrieves deleted resources based on change version. |
| LocalAccountsApi | getLocalAccounts | GET /ed-fi/localAccounts | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalAccountsApi | getLocalAccountsById | GET /ed-fi/localAccounts/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalAccountsApi | getLocalAccountsPartitions | GET /ed-fi/localAccounts/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalAccountsApi | keyChangesLocalAccounts | GET /ed-fi/localAccounts/keyChanges | Retrieves resources key changes based on change version. |
| LocalAccountsApi | postLocalAccount | POST /ed-fi/localAccounts | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalAccountsApi | putLocalAccount | PUT /ed-fi/localAccounts/{id} | Updates a resource based on the resource identifier. |
| LocalActualsApi | deleteLocalActualById | DELETE /ed-fi/localActuals/{id} | Deletes an existing resource using the resource identifier. |
| LocalActualsApi | deletesLocalActuals | GET /ed-fi/localActuals/deletes | Retrieves deleted resources based on change version. |
| LocalActualsApi | getLocalActuals | GET /ed-fi/localActuals | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalActualsApi | getLocalActualsById | GET /ed-fi/localActuals/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalActualsApi | getLocalActualsPartitions | GET /ed-fi/localActuals/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalActualsApi | keyChangesLocalActuals | GET /ed-fi/localActuals/keyChanges | Retrieves resources key changes based on change version. |
| LocalActualsApi | postLocalActual | POST /ed-fi/localActuals | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalActualsApi | putLocalActual | PUT /ed-fi/localActuals/{id} | Updates a resource based on the resource identifier. |
| LocalBudgetsApi | deleteLocalBudgetById | DELETE /ed-fi/localBudgets/{id} | Deletes an existing resource using the resource identifier. |
| LocalBudgetsApi | deletesLocalBudgets | GET /ed-fi/localBudgets/deletes | Retrieves deleted resources based on change version. |
| LocalBudgetsApi | getLocalBudgets | GET /ed-fi/localBudgets | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalBudgetsApi | getLocalBudgetsById | GET /ed-fi/localBudgets/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalBudgetsApi | getLocalBudgetsPartitions | GET /ed-fi/localBudgets/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalBudgetsApi | keyChangesLocalBudgets | GET /ed-fi/localBudgets/keyChanges | Retrieves resources key changes based on change version. |
| LocalBudgetsApi | postLocalBudget | POST /ed-fi/localBudgets | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalBudgetsApi | putLocalBudget | PUT /ed-fi/localBudgets/{id} | Updates a resource based on the resource identifier. |
| LocalContractedStaffsApi | deleteLocalContractedStaffById | DELETE /ed-fi/localContractedStaffs/{id} | Deletes an existing resource using the resource identifier. |
| LocalContractedStaffsApi | deletesLocalContractedStaffs | GET /ed-fi/localContractedStaffs/deletes | Retrieves deleted resources based on change version. |
| LocalContractedStaffsApi | getLocalContractedStaffs | GET /ed-fi/localContractedStaffs | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalContractedStaffsApi | getLocalContractedStaffsById | GET /ed-fi/localContractedStaffs/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalContractedStaffsApi | getLocalContractedStaffsPartitions | GET /ed-fi/localContractedStaffs/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalContractedStaffsApi | keyChangesLocalContractedStaffs | GET /ed-fi/localContractedStaffs/keyChanges | Retrieves resources key changes based on change version. |
| LocalContractedStaffsApi | postLocalContractedStaff | POST /ed-fi/localContractedStaffs | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalContractedStaffsApi | putLocalContractedStaff | PUT /ed-fi/localContractedStaffs/{id} | Updates a resource based on the resource identifier. |
| LocalEducationAgenciesApi | deleteLocalEducationAgencyById | DELETE /ed-fi/localEducationAgencies/{id} | Deletes an existing resource using the resource identifier. |
| LocalEducationAgenciesApi | deletesLocalEducationAgencies | GET /ed-fi/localEducationAgencies/deletes | Retrieves deleted resources based on change version. |
| LocalEducationAgenciesApi | getLocalEducationAgencies | GET /ed-fi/localEducationAgencies | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalEducationAgenciesApi | getLocalEducationAgenciesById | GET /ed-fi/localEducationAgencies/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalEducationAgenciesApi | getLocalEducationAgenciesPartitions | GET /ed-fi/localEducationAgencies/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalEducationAgenciesApi | keyChangesLocalEducationAgencies | GET /ed-fi/localEducationAgencies/keyChanges | Retrieves resources key changes based on change version. |
| LocalEducationAgenciesApi | postLocalEducationAgency | POST /ed-fi/localEducationAgencies | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalEducationAgenciesApi | putLocalEducationAgency | PUT /ed-fi/localEducationAgencies/{id} | Updates a resource based on the resource identifier. |
| LocalEncumbrancesApi | deleteLocalEncumbranceById | DELETE /ed-fi/localEncumbrances/{id} | Deletes an existing resource using the resource identifier. |
| LocalEncumbrancesApi | deletesLocalEncumbrances | GET /ed-fi/localEncumbrances/deletes | Retrieves deleted resources based on change version. |
| LocalEncumbrancesApi | getLocalEncumbrances | GET /ed-fi/localEncumbrances | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalEncumbrancesApi | getLocalEncumbrancesById | GET /ed-fi/localEncumbrances/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalEncumbrancesApi | getLocalEncumbrancesPartitions | GET /ed-fi/localEncumbrances/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalEncumbrancesApi | keyChangesLocalEncumbrances | GET /ed-fi/localEncumbrances/keyChanges | Retrieves resources key changes based on change version. |
| LocalEncumbrancesApi | postLocalEncumbrance | POST /ed-fi/localEncumbrances | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalEncumbrancesApi | putLocalEncumbrance | PUT /ed-fi/localEncumbrances/{id} | Updates a resource based on the resource identifier. |
| LocalPayrollsApi | deleteLocalPayrollById | DELETE /ed-fi/localPayrolls/{id} | Deletes an existing resource using the resource identifier. |
| LocalPayrollsApi | deletesLocalPayrolls | GET /ed-fi/localPayrolls/deletes | Retrieves deleted resources based on change version. |
| LocalPayrollsApi | getLocalPayrolls | GET /ed-fi/localPayrolls | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocalPayrollsApi | getLocalPayrollsById | GET /ed-fi/localPayrolls/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocalPayrollsApi | getLocalPayrollsPartitions | GET /ed-fi/localPayrolls/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocalPayrollsApi | keyChangesLocalPayrolls | GET /ed-fi/localPayrolls/keyChanges | Retrieves resources key changes based on change version. |
| LocalPayrollsApi | postLocalPayroll | POST /ed-fi/localPayrolls | Creates or updates resources based on the natural key values of the supplied resource. |
| LocalPayrollsApi | putLocalPayroll | PUT /ed-fi/localPayrolls/{id} | Updates a resource based on the resource identifier. |
| LocationsApi | deleteLocationById | DELETE /ed-fi/locations/{id} | Deletes an existing resource using the resource identifier. |
| LocationsApi | deletesLocations | GET /ed-fi/locations/deletes | Retrieves deleted resources based on change version. |
| LocationsApi | getLocations | GET /ed-fi/locations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| LocationsApi | getLocationsById | GET /ed-fi/locations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| LocationsApi | getLocationsPartitions | GET /ed-fi/locations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| LocationsApi | keyChangesLocations | GET /ed-fi/locations/keyChanges | Retrieves resources key changes based on change version. |
| LocationsApi | postLocation | POST /ed-fi/locations | Creates or updates resources based on the natural key values of the supplied resource. |
| LocationsApi | putLocation | PUT /ed-fi/locations/{id} | Updates a resource based on the resource identifier. |
| ObjectDimensionsApi | deleteObjectDimensionById | DELETE /ed-fi/objectDimensions/{id} | Deletes an existing resource using the resource identifier. |
| ObjectDimensionsApi | deletesObjectDimensions | GET /ed-fi/objectDimensions/deletes | Retrieves deleted resources based on change version. |
| ObjectDimensionsApi | getObjectDimensions | GET /ed-fi/objectDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ObjectDimensionsApi | getObjectDimensionsById | GET /ed-fi/objectDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ObjectDimensionsApi | getObjectDimensionsPartitions | GET /ed-fi/objectDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ObjectDimensionsApi | keyChangesObjectDimensions | GET /ed-fi/objectDimensions/keyChanges | Retrieves resources key changes based on change version. |
| ObjectDimensionsApi | postObjectDimension | POST /ed-fi/objectDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| ObjectDimensionsApi | putObjectDimension | PUT /ed-fi/objectDimensions/{id} | Updates a resource based on the resource identifier. |
| ObjectiveAssessmentsApi | deleteObjectiveAssessmentById | DELETE /ed-fi/objectiveAssessments/{id} | Deletes an existing resource using the resource identifier. |
| ObjectiveAssessmentsApi | deletesObjectiveAssessments | GET /ed-fi/objectiveAssessments/deletes | Retrieves deleted resources based on change version. |
| ObjectiveAssessmentsApi | getObjectiveAssessments | GET /ed-fi/objectiveAssessments | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ObjectiveAssessmentsApi | getObjectiveAssessmentsById | GET /ed-fi/objectiveAssessments/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ObjectiveAssessmentsApi | getObjectiveAssessmentsPartitions | GET /ed-fi/objectiveAssessments/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ObjectiveAssessmentsApi | keyChangesObjectiveAssessments | GET /ed-fi/objectiveAssessments/keyChanges | Retrieves resources key changes based on change version. |
| ObjectiveAssessmentsApi | postObjectiveAssessment | POST /ed-fi/objectiveAssessments | Creates or updates resources based on the natural key values of the supplied resource. |
| ObjectiveAssessmentsApi | putObjectiveAssessment | PUT /ed-fi/objectiveAssessments/{id} | Updates a resource based on the resource identifier. |
| OpenStaffPositionsApi | deleteOpenStaffPositionById | DELETE /ed-fi/openStaffPositions/{id} | Deletes an existing resource using the resource identifier. |
| OpenStaffPositionsApi | deletesOpenStaffPositions | GET /ed-fi/openStaffPositions/deletes | Retrieves deleted resources based on change version. |
| OpenStaffPositionsApi | getOpenStaffPositions | GET /ed-fi/openStaffPositions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| OpenStaffPositionsApi | getOpenStaffPositionsById | GET /ed-fi/openStaffPositions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| OpenStaffPositionsApi | getOpenStaffPositionsPartitions | GET /ed-fi/openStaffPositions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| OpenStaffPositionsApi | keyChangesOpenStaffPositions | GET /ed-fi/openStaffPositions/keyChanges | Retrieves resources key changes based on change version. |
| OpenStaffPositionsApi | postOpenStaffPosition | POST /ed-fi/openStaffPositions | Creates or updates resources based on the natural key values of the supplied resource. |
| OpenStaffPositionsApi | putOpenStaffPosition | PUT /ed-fi/openStaffPositions/{id} | Updates a resource based on the resource identifier. |
| OperationalUnitDimensionsApi | deleteOperationalUnitDimensionById | DELETE /ed-fi/operationalUnitDimensions/{id} | Deletes an existing resource using the resource identifier. |
| OperationalUnitDimensionsApi | deletesOperationalUnitDimensions | GET /ed-fi/operationalUnitDimensions/deletes | Retrieves deleted resources based on change version. |
| OperationalUnitDimensionsApi | getOperationalUnitDimensions | GET /ed-fi/operationalUnitDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| OperationalUnitDimensionsApi | getOperationalUnitDimensionsById | GET /ed-fi/operationalUnitDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| OperationalUnitDimensionsApi | getOperationalUnitDimensionsPartitions | GET /ed-fi/operationalUnitDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| OperationalUnitDimensionsApi | keyChangesOperationalUnitDimensions | GET /ed-fi/operationalUnitDimensions/keyChanges | Retrieves resources key changes based on change version. |
| OperationalUnitDimensionsApi | postOperationalUnitDimension | POST /ed-fi/operationalUnitDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| OperationalUnitDimensionsApi | putOperationalUnitDimension | PUT /ed-fi/operationalUnitDimensions/{id} | Updates a resource based on the resource identifier. |
| OrganizationDepartmentsApi | deleteOrganizationDepartmentById | DELETE /ed-fi/organizationDepartments/{id} | Deletes an existing resource using the resource identifier. |
| OrganizationDepartmentsApi | deletesOrganizationDepartments | GET /ed-fi/organizationDepartments/deletes | Retrieves deleted resources based on change version. |
| OrganizationDepartmentsApi | getOrganizationDepartments | GET /ed-fi/organizationDepartments | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| OrganizationDepartmentsApi | getOrganizationDepartmentsById | GET /ed-fi/organizationDepartments/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| OrganizationDepartmentsApi | getOrganizationDepartmentsPartitions | GET /ed-fi/organizationDepartments/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| OrganizationDepartmentsApi | keyChangesOrganizationDepartments | GET /ed-fi/organizationDepartments/keyChanges | Retrieves resources key changes based on change version. |
| OrganizationDepartmentsApi | postOrganizationDepartment | POST /ed-fi/organizationDepartments | Creates or updates resources based on the natural key values of the supplied resource. |
| OrganizationDepartmentsApi | putOrganizationDepartment | PUT /ed-fi/organizationDepartments/{id} | Updates a resource based on the resource identifier. |
| PeopleApi | deletePersonById | DELETE /ed-fi/people/{id} | Deletes an existing resource using the resource identifier. |
| PeopleApi | deletesPeople | GET /ed-fi/people/deletes | Retrieves deleted resources based on change version. |
| PeopleApi | getPeople | GET /ed-fi/people | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| PeopleApi | getPeopleById | GET /ed-fi/people/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| PeopleApi | getPeoplePartitions | GET /ed-fi/people/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| PeopleApi | keyChangesPeople | GET /ed-fi/people/keyChanges | Retrieves resources key changes based on change version. |
| PeopleApi | postPerson | POST /ed-fi/people | Creates or updates resources based on the natural key values of the supplied resource. |
| PeopleApi | putPerson | PUT /ed-fi/people/{id} | Updates a resource based on the resource identifier. |
| PerformanceEvaluationRatingsApi | deletePerformanceEvaluationRatingById | DELETE /tpdm/performanceEvaluationRatings/{id} | Deletes an existing resource using the resource identifier. |
| PerformanceEvaluationRatingsApi | deletesPerformanceEvaluationRatings | GET /tpdm/performanceEvaluationRatings/deletes | Retrieves deleted resources based on change version. |
| PerformanceEvaluationRatingsApi | getPerformanceEvaluationRatings | GET /tpdm/performanceEvaluationRatings | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| PerformanceEvaluationRatingsApi | getPerformanceEvaluationRatingsById | GET /tpdm/performanceEvaluationRatings/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| PerformanceEvaluationRatingsApi | getPerformanceEvaluationRatingsPartitions | GET /tpdm/performanceEvaluationRatings/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| PerformanceEvaluationRatingsApi | keyChangesPerformanceEvaluationRatings | GET /tpdm/performanceEvaluationRatings/keyChanges | Retrieves resources key changes based on change version. |
| PerformanceEvaluationRatingsApi | postPerformanceEvaluationRating | POST /tpdm/performanceEvaluationRatings | Creates or updates resources based on the natural key values of the supplied resource. |
| PerformanceEvaluationRatingsApi | putPerformanceEvaluationRating | PUT /tpdm/performanceEvaluationRatings/{id} | Updates a resource based on the resource identifier. |
| PerformanceEvaluationsApi | deletePerformanceEvaluationById | DELETE /tpdm/performanceEvaluations/{id} | Deletes an existing resource using the resource identifier. |
| PerformanceEvaluationsApi | deletesPerformanceEvaluations | GET /tpdm/performanceEvaluations/deletes | Retrieves deleted resources based on change version. |
| PerformanceEvaluationsApi | getPerformanceEvaluations | GET /tpdm/performanceEvaluations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| PerformanceEvaluationsApi | getPerformanceEvaluationsById | GET /tpdm/performanceEvaluations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| PerformanceEvaluationsApi | getPerformanceEvaluationsPartitions | GET /tpdm/performanceEvaluations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| PerformanceEvaluationsApi | keyChangesPerformanceEvaluations | GET /tpdm/performanceEvaluations/keyChanges | Retrieves resources key changes based on change version. |
| PerformanceEvaluationsApi | postPerformanceEvaluation | POST /tpdm/performanceEvaluations | Creates or updates resources based on the natural key values of the supplied resource. |
| PerformanceEvaluationsApi | putPerformanceEvaluation | PUT /tpdm/performanceEvaluations/{id} | Updates a resource based on the resource identifier. |
| PostSecondaryEventsApi | deletePostSecondaryEventById | DELETE /ed-fi/postSecondaryEvents/{id} | Deletes an existing resource using the resource identifier. |
| PostSecondaryEventsApi | deletesPostSecondaryEvents | GET /ed-fi/postSecondaryEvents/deletes | Retrieves deleted resources based on change version. |
| PostSecondaryEventsApi | getPostSecondaryEvents | GET /ed-fi/postSecondaryEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| PostSecondaryEventsApi | getPostSecondaryEventsById | GET /ed-fi/postSecondaryEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| PostSecondaryEventsApi | getPostSecondaryEventsPartitions | GET /ed-fi/postSecondaryEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| PostSecondaryEventsApi | keyChangesPostSecondaryEvents | GET /ed-fi/postSecondaryEvents/keyChanges | Retrieves resources key changes based on change version. |
| PostSecondaryEventsApi | postPostSecondaryEvent | POST /ed-fi/postSecondaryEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| PostSecondaryEventsApi | putPostSecondaryEvent | PUT /ed-fi/postSecondaryEvents/{id} | Updates a resource based on the resource identifier. |
| PostSecondaryInstitutionsApi | deletePostSecondaryInstitutionById | DELETE /ed-fi/postSecondaryInstitutions/{id} | Deletes an existing resource using the resource identifier. |
| PostSecondaryInstitutionsApi | deletesPostSecondaryInstitutions | GET /ed-fi/postSecondaryInstitutions/deletes | Retrieves deleted resources based on change version. |
| PostSecondaryInstitutionsApi | getPostSecondaryInstitutions | GET /ed-fi/postSecondaryInstitutions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| PostSecondaryInstitutionsApi | getPostSecondaryInstitutionsById | GET /ed-fi/postSecondaryInstitutions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| PostSecondaryInstitutionsApi | getPostSecondaryInstitutionsPartitions | GET /ed-fi/postSecondaryInstitutions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| PostSecondaryInstitutionsApi | keyChangesPostSecondaryInstitutions | GET /ed-fi/postSecondaryInstitutions/keyChanges | Retrieves resources key changes based on change version. |
| PostSecondaryInstitutionsApi | postPostSecondaryInstitution | POST /ed-fi/postSecondaryInstitutions | Creates or updates resources based on the natural key values of the supplied resource. |
| PostSecondaryInstitutionsApi | putPostSecondaryInstitution | PUT /ed-fi/postSecondaryInstitutions/{id} | Updates a resource based on the resource identifier. |
| ProgramDimensionsApi | deleteProgramDimensionById | DELETE /ed-fi/programDimensions/{id} | Deletes an existing resource using the resource identifier. |
| ProgramDimensionsApi | deletesProgramDimensions | GET /ed-fi/programDimensions/deletes | Retrieves deleted resources based on change version. |
| ProgramDimensionsApi | getProgramDimensions | GET /ed-fi/programDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProgramDimensionsApi | getProgramDimensionsById | GET /ed-fi/programDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProgramDimensionsApi | getProgramDimensionsPartitions | GET /ed-fi/programDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProgramDimensionsApi | keyChangesProgramDimensions | GET /ed-fi/programDimensions/keyChanges | Retrieves resources key changes based on change version. |
| ProgramDimensionsApi | postProgramDimension | POST /ed-fi/programDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| ProgramDimensionsApi | putProgramDimension | PUT /ed-fi/programDimensions/{id} | Updates a resource based on the resource identifier. |
| ProgramEvaluationElementsApi | deleteProgramEvaluationElementById | DELETE /ed-fi/programEvaluationElements/{id} | Deletes an existing resource using the resource identifier. |
| ProgramEvaluationElementsApi | deletesProgramEvaluationElements | GET /ed-fi/programEvaluationElements/deletes | Retrieves deleted resources based on change version. |
| ProgramEvaluationElementsApi | getProgramEvaluationElements | GET /ed-fi/programEvaluationElements | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProgramEvaluationElementsApi | getProgramEvaluationElementsById | GET /ed-fi/programEvaluationElements/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProgramEvaluationElementsApi | getProgramEvaluationElementsPartitions | GET /ed-fi/programEvaluationElements/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProgramEvaluationElementsApi | keyChangesProgramEvaluationElements | GET /ed-fi/programEvaluationElements/keyChanges | Retrieves resources key changes based on change version. |
| ProgramEvaluationElementsApi | postProgramEvaluationElement | POST /ed-fi/programEvaluationElements | Creates or updates resources based on the natural key values of the supplied resource. |
| ProgramEvaluationElementsApi | putProgramEvaluationElement | PUT /ed-fi/programEvaluationElements/{id} | Updates a resource based on the resource identifier. |
| ProgramEvaluationObjectivesApi | deleteProgramEvaluationObjectiveById | DELETE /ed-fi/programEvaluationObjectives/{id} | Deletes an existing resource using the resource identifier. |
| ProgramEvaluationObjectivesApi | deletesProgramEvaluationObjectives | GET /ed-fi/programEvaluationObjectives/deletes | Retrieves deleted resources based on change version. |
| ProgramEvaluationObjectivesApi | getProgramEvaluationObjectives | GET /ed-fi/programEvaluationObjectives | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProgramEvaluationObjectivesApi | getProgramEvaluationObjectivesById | GET /ed-fi/programEvaluationObjectives/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProgramEvaluationObjectivesApi | getProgramEvaluationObjectivesPartitions | GET /ed-fi/programEvaluationObjectives/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProgramEvaluationObjectivesApi | keyChangesProgramEvaluationObjectives | GET /ed-fi/programEvaluationObjectives/keyChanges | Retrieves resources key changes based on change version. |
| ProgramEvaluationObjectivesApi | postProgramEvaluationObjective | POST /ed-fi/programEvaluationObjectives | Creates or updates resources based on the natural key values of the supplied resource. |
| ProgramEvaluationObjectivesApi | putProgramEvaluationObjective | PUT /ed-fi/programEvaluationObjectives/{id} | Updates a resource based on the resource identifier. |
| ProgramEvaluationsApi | deleteProgramEvaluationById | DELETE /ed-fi/programEvaluations/{id} | Deletes an existing resource using the resource identifier. |
| ProgramEvaluationsApi | deletesProgramEvaluations | GET /ed-fi/programEvaluations/deletes | Retrieves deleted resources based on change version. |
| ProgramEvaluationsApi | getProgramEvaluations | GET /ed-fi/programEvaluations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProgramEvaluationsApi | getProgramEvaluationsById | GET /ed-fi/programEvaluations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProgramEvaluationsApi | getProgramEvaluationsPartitions | GET /ed-fi/programEvaluations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProgramEvaluationsApi | keyChangesProgramEvaluations | GET /ed-fi/programEvaluations/keyChanges | Retrieves resources key changes based on change version. |
| ProgramEvaluationsApi | postProgramEvaluation | POST /ed-fi/programEvaluations | Creates or updates resources based on the natural key values of the supplied resource. |
| ProgramEvaluationsApi | putProgramEvaluation | PUT /ed-fi/programEvaluations/{id} | Updates a resource based on the resource identifier. |
| ProgramsApi | deleteProgramById | DELETE /ed-fi/programs/{id} | Deletes an existing resource using the resource identifier. |
| ProgramsApi | deletesPrograms | GET /ed-fi/programs/deletes | Retrieves deleted resources based on change version. |
| ProgramsApi | getPrograms | GET /ed-fi/programs | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProgramsApi | getProgramsById | GET /ed-fi/programs/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProgramsApi | getProgramsPartitions | GET /ed-fi/programs/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProgramsApi | keyChangesPrograms | GET /ed-fi/programs/keyChanges | Retrieves resources key changes based on change version. |
| ProgramsApi | postProgram | POST /ed-fi/programs | Creates or updates resources based on the natural key values of the supplied resource. |
| ProgramsApi | putProgram | PUT /ed-fi/programs/{id} | Updates a resource based on the resource identifier. |
| ProjectDimensionsApi | deleteProjectDimensionById | DELETE /ed-fi/projectDimensions/{id} | Deletes an existing resource using the resource identifier. |
| ProjectDimensionsApi | deletesProjectDimensions | GET /ed-fi/projectDimensions/deletes | Retrieves deleted resources based on change version. |
| ProjectDimensionsApi | getProjectDimensions | GET /ed-fi/projectDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ProjectDimensionsApi | getProjectDimensionsById | GET /ed-fi/projectDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ProjectDimensionsApi | getProjectDimensionsPartitions | GET /ed-fi/projectDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ProjectDimensionsApi | keyChangesProjectDimensions | GET /ed-fi/projectDimensions/keyChanges | Retrieves resources key changes based on change version. |
| ProjectDimensionsApi | postProjectDimension | POST /ed-fi/projectDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| ProjectDimensionsApi | putProjectDimension | PUT /ed-fi/projectDimensions/{id} | Updates a resource based on the resource identifier. |
| ReportCardsApi | deleteReportCardById | DELETE /ed-fi/reportCards/{id} | Deletes an existing resource using the resource identifier. |
| ReportCardsApi | deletesReportCards | GET /ed-fi/reportCards/deletes | Retrieves deleted resources based on change version. |
| ReportCardsApi | getReportCards | GET /ed-fi/reportCards | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| ReportCardsApi | getReportCardsById | GET /ed-fi/reportCards/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| ReportCardsApi | getReportCardsPartitions | GET /ed-fi/reportCards/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| ReportCardsApi | keyChangesReportCards | GET /ed-fi/reportCards/keyChanges | Retrieves resources key changes based on change version. |
| ReportCardsApi | postReportCard | POST /ed-fi/reportCards | Creates or updates resources based on the natural key values of the supplied resource. |
| ReportCardsApi | putReportCard | PUT /ed-fi/reportCards/{id} | Updates a resource based on the resource identifier. |
| RestraintEventsApi | deleteRestraintEventById | DELETE /ed-fi/restraintEvents/{id} | Deletes an existing resource using the resource identifier. |
| RestraintEventsApi | deletesRestraintEvents | GET /ed-fi/restraintEvents/deletes | Retrieves deleted resources based on change version. |
| RestraintEventsApi | getRestraintEvents | GET /ed-fi/restraintEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| RestraintEventsApi | getRestraintEventsById | GET /ed-fi/restraintEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| RestraintEventsApi | getRestraintEventsPartitions | GET /ed-fi/restraintEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| RestraintEventsApi | keyChangesRestraintEvents | GET /ed-fi/restraintEvents/keyChanges | Retrieves resources key changes based on change version. |
| RestraintEventsApi | postRestraintEvent | POST /ed-fi/restraintEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| RestraintEventsApi | putRestraintEvent | PUT /ed-fi/restraintEvents/{id} | Updates a resource based on the resource identifier. |
| RubricDimensionsApi | deleteRubricDimensionById | DELETE /tpdm/rubricDimensions/{id} | Deletes an existing resource using the resource identifier. |
| RubricDimensionsApi | deletesRubricDimensions | GET /tpdm/rubricDimensions/deletes | Retrieves deleted resources based on change version. |
| RubricDimensionsApi | getRubricDimensions | GET /tpdm/rubricDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| RubricDimensionsApi | getRubricDimensionsById | GET /tpdm/rubricDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| RubricDimensionsApi | getRubricDimensionsPartitions | GET /tpdm/rubricDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| RubricDimensionsApi | keyChangesRubricDimensions | GET /tpdm/rubricDimensions/keyChanges | Retrieves resources key changes based on change version. |
| RubricDimensionsApi | postRubricDimension | POST /tpdm/rubricDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| RubricDimensionsApi | putRubricDimension | PUT /tpdm/rubricDimensions/{id} | Updates a resource based on the resource identifier. |
| SchoolYearTypesApi | deleteSchoolYearTypeById | DELETE /ed-fi/schoolYearTypes/{id} | Deletes an existing resource using the resource identifier. |
| SchoolYearTypesApi | getSchoolYearTypes | GET /ed-fi/schoolYearTypes | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SchoolYearTypesApi | getSchoolYearTypesById | GET /ed-fi/schoolYearTypes/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SchoolYearTypesApi | getSchoolYearTypesPartitions | GET /ed-fi/schoolYearTypes/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SchoolYearTypesApi | postSchoolYearType | POST /ed-fi/schoolYearTypes | Creates or updates resources based on the natural key values of the supplied resource. |
| SchoolYearTypesApi | putSchoolYearType | PUT /ed-fi/schoolYearTypes/{id} | Updates a resource based on the resource identifier. |
| SchoolsApi | deleteSchoolById | DELETE /ed-fi/schools/{id} | Deletes an existing resource using the resource identifier. |
| SchoolsApi | deletesSchools | GET /ed-fi/schools/deletes | Retrieves deleted resources based on change version. |
| SchoolsApi | getSchools | GET /ed-fi/schools | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SchoolsApi | getSchoolsById | GET /ed-fi/schools/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SchoolsApi | getSchoolsPartitions | GET /ed-fi/schools/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SchoolsApi | keyChangesSchools | GET /ed-fi/schools/keyChanges | Retrieves resources key changes based on change version. |
| SchoolsApi | postSchool | POST /ed-fi/schools | Creates or updates resources based on the natural key values of the supplied resource. |
| SchoolsApi | putSchool | PUT /ed-fi/schools/{id} | Updates a resource based on the resource identifier. |
| SectionAttendanceTakenEventsApi | deleteSectionAttendanceTakenEventById | DELETE /ed-fi/sectionAttendanceTakenEvents/{id} | Deletes an existing resource using the resource identifier. |
| SectionAttendanceTakenEventsApi | deletesSectionAttendanceTakenEvents | GET /ed-fi/sectionAttendanceTakenEvents/deletes | Retrieves deleted resources based on change version. |
| SectionAttendanceTakenEventsApi | getSectionAttendanceTakenEvents | GET /ed-fi/sectionAttendanceTakenEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SectionAttendanceTakenEventsApi | getSectionAttendanceTakenEventsById | GET /ed-fi/sectionAttendanceTakenEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SectionAttendanceTakenEventsApi | getSectionAttendanceTakenEventsPartitions | GET /ed-fi/sectionAttendanceTakenEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SectionAttendanceTakenEventsApi | keyChangesSectionAttendanceTakenEvents | GET /ed-fi/sectionAttendanceTakenEvents/keyChanges | Retrieves resources key changes based on change version. |
| SectionAttendanceTakenEventsApi | postSectionAttendanceTakenEvent | POST /ed-fi/sectionAttendanceTakenEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| SectionAttendanceTakenEventsApi | putSectionAttendanceTakenEvent | PUT /ed-fi/sectionAttendanceTakenEvents/{id} | Updates a resource based on the resource identifier. |
| SectionsApi | deleteSectionById | DELETE /ed-fi/sections/{id} | Deletes an existing resource using the resource identifier. |
| SectionsApi | deletesSections | GET /ed-fi/sections/deletes | Retrieves deleted resources based on change version. |
| SectionsApi | getSections | GET /ed-fi/sections | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SectionsApi | getSectionsById | GET /ed-fi/sections/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SectionsApi | getSectionsPartitions | GET /ed-fi/sections/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SectionsApi | keyChangesSections | GET /ed-fi/sections/keyChanges | Retrieves resources key changes based on change version. |
| SectionsApi | postSection | POST /ed-fi/sections | Creates or updates resources based on the natural key values of the supplied resource. |
| SectionsApi | putSection | PUT /ed-fi/sections/{id} | Updates a resource based on the resource identifier. |
| SessionsApi | deleteSessionById | DELETE /ed-fi/sessions/{id} | Deletes an existing resource using the resource identifier. |
| SessionsApi | deletesSessions | GET /ed-fi/sessions/deletes | Retrieves deleted resources based on change version. |
| SessionsApi | getSessions | GET /ed-fi/sessions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SessionsApi | getSessionsById | GET /ed-fi/sessions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SessionsApi | getSessionsPartitions | GET /ed-fi/sessions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SessionsApi | keyChangesSessions | GET /ed-fi/sessions/keyChanges | Retrieves resources key changes based on change version. |
| SessionsApi | postSession | POST /ed-fi/sessions | Creates or updates resources based on the natural key values of the supplied resource. |
| SessionsApi | putSession | PUT /ed-fi/sessions/{id} | Updates a resource based on the resource identifier. |
| SourceDimensionsApi | deleteSourceDimensionById | DELETE /ed-fi/sourceDimensions/{id} | Deletes an existing resource using the resource identifier. |
| SourceDimensionsApi | deletesSourceDimensions | GET /ed-fi/sourceDimensions/deletes | Retrieves deleted resources based on change version. |
| SourceDimensionsApi | getSourceDimensions | GET /ed-fi/sourceDimensions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SourceDimensionsApi | getSourceDimensionsById | GET /ed-fi/sourceDimensions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SourceDimensionsApi | getSourceDimensionsPartitions | GET /ed-fi/sourceDimensions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SourceDimensionsApi | keyChangesSourceDimensions | GET /ed-fi/sourceDimensions/keyChanges | Retrieves resources key changes based on change version. |
| SourceDimensionsApi | postSourceDimension | POST /ed-fi/sourceDimensions | Creates or updates resources based on the natural key values of the supplied resource. |
| SourceDimensionsApi | putSourceDimension | PUT /ed-fi/sourceDimensions/{id} | Updates a resource based on the resource identifier. |
| StaffAbsenceEventsApi | deleteStaffAbsenceEventById | DELETE /ed-fi/staffAbsenceEvents/{id} | Deletes an existing resource using the resource identifier. |
| StaffAbsenceEventsApi | deletesStaffAbsenceEvents | GET /ed-fi/staffAbsenceEvents/deletes | Retrieves deleted resources based on change version. |
| StaffAbsenceEventsApi | getStaffAbsenceEvents | GET /ed-fi/staffAbsenceEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffAbsenceEventsApi | getStaffAbsenceEventsById | GET /ed-fi/staffAbsenceEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffAbsenceEventsApi | getStaffAbsenceEventsPartitions | GET /ed-fi/staffAbsenceEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffAbsenceEventsApi | keyChangesStaffAbsenceEvents | GET /ed-fi/staffAbsenceEvents/keyChanges | Retrieves resources key changes based on change version. |
| StaffAbsenceEventsApi | postStaffAbsenceEvent | POST /ed-fi/staffAbsenceEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffAbsenceEventsApi | putStaffAbsenceEvent | PUT /ed-fi/staffAbsenceEvents/{id} | Updates a resource based on the resource identifier. |
| StaffCohortAssociationsApi | deleteStaffCohortAssociationById | DELETE /ed-fi/staffCohortAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffCohortAssociationsApi | deletesStaffCohortAssociations | GET /ed-fi/staffCohortAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffCohortAssociationsApi | getStaffCohortAssociations | GET /ed-fi/staffCohortAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffCohortAssociationsApi | getStaffCohortAssociationsById | GET /ed-fi/staffCohortAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffCohortAssociationsApi | getStaffCohortAssociationsPartitions | GET /ed-fi/staffCohortAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffCohortAssociationsApi | keyChangesStaffCohortAssociations | GET /ed-fi/staffCohortAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffCohortAssociationsApi | postStaffCohortAssociation | POST /ed-fi/staffCohortAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffCohortAssociationsApi | putStaffCohortAssociation | PUT /ed-fi/staffCohortAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffDisciplineIncidentAssociationsApi | deleteStaffDisciplineIncidentAssociationById | DELETE /ed-fi/staffDisciplineIncidentAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffDisciplineIncidentAssociationsApi | deletesStaffDisciplineIncidentAssociations | GET /ed-fi/staffDisciplineIncidentAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffDisciplineIncidentAssociationsApi | getStaffDisciplineIncidentAssociations | GET /ed-fi/staffDisciplineIncidentAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffDisciplineIncidentAssociationsApi | getStaffDisciplineIncidentAssociationsById | GET /ed-fi/staffDisciplineIncidentAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffDisciplineIncidentAssociationsApi | getStaffDisciplineIncidentAssociationsPartitions | GET /ed-fi/staffDisciplineIncidentAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffDisciplineIncidentAssociationsApi | keyChangesStaffDisciplineIncidentAssociations | GET /ed-fi/staffDisciplineIncidentAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffDisciplineIncidentAssociationsApi | postStaffDisciplineIncidentAssociation | POST /ed-fi/staffDisciplineIncidentAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffDisciplineIncidentAssociationsApi | putStaffDisciplineIncidentAssociation | PUT /ed-fi/staffDisciplineIncidentAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffEducationOrganizationAssignmentAssociationsApi | deleteStaffEducationOrganizationAssignmentAssociationById | DELETE /ed-fi/staffEducationOrganizationAssignmentAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffEducationOrganizationAssignmentAssociationsApi | deletesStaffEducationOrganizationAssignmentAssociations | GET /ed-fi/staffEducationOrganizationAssignmentAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffEducationOrganizationAssignmentAssociationsApi | getStaffEducationOrganizationAssignmentAssociations | GET /ed-fi/staffEducationOrganizationAssignmentAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffEducationOrganizationAssignmentAssociationsApi | getStaffEducationOrganizationAssignmentAssociationsById | GET /ed-fi/staffEducationOrganizationAssignmentAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffEducationOrganizationAssignmentAssociationsApi | getStaffEducationOrganizationAssignmentAssociationsPartitions | GET /ed-fi/staffEducationOrganizationAssignmentAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffEducationOrganizationAssignmentAssociationsApi | keyChangesStaffEducationOrganizationAssignmentAssociations | GET /ed-fi/staffEducationOrganizationAssignmentAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffEducationOrganizationAssignmentAssociationsApi | postStaffEducationOrganizationAssignmentAssociation | POST /ed-fi/staffEducationOrganizationAssignmentAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffEducationOrganizationAssignmentAssociationsApi | putStaffEducationOrganizationAssignmentAssociation | PUT /ed-fi/staffEducationOrganizationAssignmentAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffEducationOrganizationContactAssociationsApi | deleteStaffEducationOrganizationContactAssociationById | DELETE /ed-fi/staffEducationOrganizationContactAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffEducationOrganizationContactAssociationsApi | deletesStaffEducationOrganizationContactAssociations | GET /ed-fi/staffEducationOrganizationContactAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffEducationOrganizationContactAssociationsApi | getStaffEducationOrganizationContactAssociations | GET /ed-fi/staffEducationOrganizationContactAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffEducationOrganizationContactAssociationsApi | getStaffEducationOrganizationContactAssociationsById | GET /ed-fi/staffEducationOrganizationContactAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffEducationOrganizationContactAssociationsApi | getStaffEducationOrganizationContactAssociationsPartitions | GET /ed-fi/staffEducationOrganizationContactAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffEducationOrganizationContactAssociationsApi | keyChangesStaffEducationOrganizationContactAssociations | GET /ed-fi/staffEducationOrganizationContactAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffEducationOrganizationContactAssociationsApi | postStaffEducationOrganizationContactAssociation | POST /ed-fi/staffEducationOrganizationContactAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffEducationOrganizationContactAssociationsApi | putStaffEducationOrganizationContactAssociation | PUT /ed-fi/staffEducationOrganizationContactAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffEducationOrganizationEmploymentAssociationsApi | deleteStaffEducationOrganizationEmploymentAssociationById | DELETE /ed-fi/staffEducationOrganizationEmploymentAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffEducationOrganizationEmploymentAssociationsApi | deletesStaffEducationOrganizationEmploymentAssociations | GET /ed-fi/staffEducationOrganizationEmploymentAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffEducationOrganizationEmploymentAssociationsApi | getStaffEducationOrganizationEmploymentAssociations | GET /ed-fi/staffEducationOrganizationEmploymentAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffEducationOrganizationEmploymentAssociationsApi | getStaffEducationOrganizationEmploymentAssociationsById | GET /ed-fi/staffEducationOrganizationEmploymentAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffEducationOrganizationEmploymentAssociationsApi | getStaffEducationOrganizationEmploymentAssociationsPartitions | GET /ed-fi/staffEducationOrganizationEmploymentAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffEducationOrganizationEmploymentAssociationsApi | keyChangesStaffEducationOrganizationEmploymentAssociations | GET /ed-fi/staffEducationOrganizationEmploymentAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffEducationOrganizationEmploymentAssociationsApi | postStaffEducationOrganizationEmploymentAssociation | POST /ed-fi/staffEducationOrganizationEmploymentAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffEducationOrganizationEmploymentAssociationsApi | putStaffEducationOrganizationEmploymentAssociation | PUT /ed-fi/staffEducationOrganizationEmploymentAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffLeavesApi | deleteStaffLeaveById | DELETE /ed-fi/staffLeaves/{id} | Deletes an existing resource using the resource identifier. |
| StaffLeavesApi | deletesStaffLeaves | GET /ed-fi/staffLeaves/deletes | Retrieves deleted resources based on change version. |
| StaffLeavesApi | getStaffLeaves | GET /ed-fi/staffLeaves | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffLeavesApi | getStaffLeavesById | GET /ed-fi/staffLeaves/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffLeavesApi | getStaffLeavesPartitions | GET /ed-fi/staffLeaves/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffLeavesApi | keyChangesStaffLeaves | GET /ed-fi/staffLeaves/keyChanges | Retrieves resources key changes based on change version. |
| StaffLeavesApi | postStaffLeave | POST /ed-fi/staffLeaves | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffLeavesApi | putStaffLeave | PUT /ed-fi/staffLeaves/{id} | Updates a resource based on the resource identifier. |
| StaffProgramAssociationsApi | deleteStaffProgramAssociationById | DELETE /ed-fi/staffProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffProgramAssociationsApi | deletesStaffProgramAssociations | GET /ed-fi/staffProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffProgramAssociationsApi | getStaffProgramAssociations | GET /ed-fi/staffProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffProgramAssociationsApi | getStaffProgramAssociationsById | GET /ed-fi/staffProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffProgramAssociationsApi | getStaffProgramAssociationsPartitions | GET /ed-fi/staffProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffProgramAssociationsApi | keyChangesStaffProgramAssociations | GET /ed-fi/staffProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffProgramAssociationsApi | postStaffProgramAssociation | POST /ed-fi/staffProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffProgramAssociationsApi | putStaffProgramAssociation | PUT /ed-fi/staffProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffSchoolAssociationsApi | deleteStaffSchoolAssociationById | DELETE /ed-fi/staffSchoolAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffSchoolAssociationsApi | deletesStaffSchoolAssociations | GET /ed-fi/staffSchoolAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffSchoolAssociationsApi | getStaffSchoolAssociations | GET /ed-fi/staffSchoolAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffSchoolAssociationsApi | getStaffSchoolAssociationsById | GET /ed-fi/staffSchoolAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffSchoolAssociationsApi | getStaffSchoolAssociationsPartitions | GET /ed-fi/staffSchoolAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffSchoolAssociationsApi | keyChangesStaffSchoolAssociations | GET /ed-fi/staffSchoolAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffSchoolAssociationsApi | postStaffSchoolAssociation | POST /ed-fi/staffSchoolAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffSchoolAssociationsApi | putStaffSchoolAssociation | PUT /ed-fi/staffSchoolAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffSectionAssociationsApi | deleteStaffSectionAssociationById | DELETE /ed-fi/staffSectionAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StaffSectionAssociationsApi | deletesStaffSectionAssociations | GET /ed-fi/staffSectionAssociations/deletes | Retrieves deleted resources based on change version. |
| StaffSectionAssociationsApi | getStaffSectionAssociations | GET /ed-fi/staffSectionAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffSectionAssociationsApi | getStaffSectionAssociationsById | GET /ed-fi/staffSectionAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffSectionAssociationsApi | getStaffSectionAssociationsPartitions | GET /ed-fi/staffSectionAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffSectionAssociationsApi | keyChangesStaffSectionAssociations | GET /ed-fi/staffSectionAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StaffSectionAssociationsApi | postStaffSectionAssociation | POST /ed-fi/staffSectionAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffSectionAssociationsApi | putStaffSectionAssociation | PUT /ed-fi/staffSectionAssociations/{id} | Updates a resource based on the resource identifier. |
| StaffsApi | deleteStaffById | DELETE /ed-fi/staffs/{id} | Deletes an existing resource using the resource identifier. |
| StaffsApi | deletesStaffs | GET /ed-fi/staffs/deletes | Retrieves deleted resources based on change version. |
| StaffsApi | getStaffs | GET /ed-fi/staffs | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StaffsApi | getStaffsById | GET /ed-fi/staffs/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StaffsApi | getStaffsPartitions | GET /ed-fi/staffs/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StaffsApi | keyChangesStaffs | GET /ed-fi/staffs/keyChanges | Retrieves resources key changes based on change version. |
| StaffsApi | postStaff | POST /ed-fi/staffs | Creates or updates resources based on the natural key values of the supplied resource. |
| StaffsApi | putStaff | PUT /ed-fi/staffs/{id} | Updates a resource based on the resource identifier. |
| StateEducationAgenciesApi | deleteStateEducationAgencyById | DELETE /ed-fi/stateEducationAgencies/{id} | Deletes an existing resource using the resource identifier. |
| StateEducationAgenciesApi | deletesStateEducationAgencies | GET /ed-fi/stateEducationAgencies/deletes | Retrieves deleted resources based on change version. |
| StateEducationAgenciesApi | getStateEducationAgencies | GET /ed-fi/stateEducationAgencies | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StateEducationAgenciesApi | getStateEducationAgenciesById | GET /ed-fi/stateEducationAgencies/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StateEducationAgenciesApi | getStateEducationAgenciesPartitions | GET /ed-fi/stateEducationAgencies/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StateEducationAgenciesApi | keyChangesStateEducationAgencies | GET /ed-fi/stateEducationAgencies/keyChanges | Retrieves resources key changes based on change version. |
| StateEducationAgenciesApi | postStateEducationAgency | POST /ed-fi/stateEducationAgencies | Creates or updates resources based on the natural key values of the supplied resource. |
| StateEducationAgenciesApi | putStateEducationAgency | PUT /ed-fi/stateEducationAgencies/{id} | Updates a resource based on the resource identifier. |
| StudentAcademicRecordsApi | deleteStudentAcademicRecordById | DELETE /ed-fi/studentAcademicRecords/{id} | Deletes an existing resource using the resource identifier. |
| StudentAcademicRecordsApi | deletesStudentAcademicRecords | GET /ed-fi/studentAcademicRecords/deletes | Retrieves deleted resources based on change version. |
| StudentAcademicRecordsApi | getStudentAcademicRecords | GET /ed-fi/studentAcademicRecords | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentAcademicRecordsApi | getStudentAcademicRecordsById | GET /ed-fi/studentAcademicRecords/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentAcademicRecordsApi | getStudentAcademicRecordsPartitions | GET /ed-fi/studentAcademicRecords/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentAcademicRecordsApi | keyChangesStudentAcademicRecords | GET /ed-fi/studentAcademicRecords/keyChanges | Retrieves resources key changes based on change version. |
| StudentAcademicRecordsApi | postStudentAcademicRecord | POST /ed-fi/studentAcademicRecords | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentAcademicRecordsApi | putStudentAcademicRecord | PUT /ed-fi/studentAcademicRecords/{id} | Updates a resource based on the resource identifier. |
| StudentAssessmentEducationOrganizationAssociationsApi | deleteStudentAssessmentEducationOrganizationAssociationById | DELETE /ed-fi/studentAssessmentEducationOrganizationAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentAssessmentEducationOrganizationAssociationsApi | deletesStudentAssessmentEducationOrganizationAssociations | GET /ed-fi/studentAssessmentEducationOrganizationAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentAssessmentEducationOrganizationAssociationsApi | getStudentAssessmentEducationOrganizationAssociations | GET /ed-fi/studentAssessmentEducationOrganizationAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentAssessmentEducationOrganizationAssociationsApi | getStudentAssessmentEducationOrganizationAssociationsById | GET /ed-fi/studentAssessmentEducationOrganizationAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentAssessmentEducationOrganizationAssociationsApi | getStudentAssessmentEducationOrganizationAssociationsPartitions | GET /ed-fi/studentAssessmentEducationOrganizationAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentAssessmentEducationOrganizationAssociationsApi | keyChangesStudentAssessmentEducationOrganizationAssociations | GET /ed-fi/studentAssessmentEducationOrganizationAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentAssessmentEducationOrganizationAssociationsApi | postStudentAssessmentEducationOrganizationAssociation | POST /ed-fi/studentAssessmentEducationOrganizationAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentAssessmentEducationOrganizationAssociationsApi | putStudentAssessmentEducationOrganizationAssociation | PUT /ed-fi/studentAssessmentEducationOrganizationAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | deleteStudentAssessmentRegistrationBatteryPartAssociationById | DELETE /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | deletesStudentAssessmentRegistrationBatteryPartAssociations | GET /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | getStudentAssessmentRegistrationBatteryPartAssociations | GET /ed-fi/studentAssessmentRegistrationBatteryPartAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | getStudentAssessmentRegistrationBatteryPartAssociationsById | GET /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | getStudentAssessmentRegistrationBatteryPartAssociationsPartitions | GET /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | keyChangesStudentAssessmentRegistrationBatteryPartAssociations | GET /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | postStudentAssessmentRegistrationBatteryPartAssociation | POST /ed-fi/studentAssessmentRegistrationBatteryPartAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentAssessmentRegistrationBatteryPartAssociationsApi | putStudentAssessmentRegistrationBatteryPartAssociation | PUT /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentAssessmentRegistrationsApi | deleteStudentAssessmentRegistrationById | DELETE /ed-fi/studentAssessmentRegistrations/{id} | Deletes an existing resource using the resource identifier. |
| StudentAssessmentRegistrationsApi | deletesStudentAssessmentRegistrations | GET /ed-fi/studentAssessmentRegistrations/deletes | Retrieves deleted resources based on change version. |
| StudentAssessmentRegistrationsApi | getStudentAssessmentRegistrations | GET /ed-fi/studentAssessmentRegistrations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentAssessmentRegistrationsApi | getStudentAssessmentRegistrationsById | GET /ed-fi/studentAssessmentRegistrations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentAssessmentRegistrationsApi | getStudentAssessmentRegistrationsPartitions | GET /ed-fi/studentAssessmentRegistrations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentAssessmentRegistrationsApi | keyChangesStudentAssessmentRegistrations | GET /ed-fi/studentAssessmentRegistrations/keyChanges | Retrieves resources key changes based on change version. |
| StudentAssessmentRegistrationsApi | postStudentAssessmentRegistration | POST /ed-fi/studentAssessmentRegistrations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentAssessmentRegistrationsApi | putStudentAssessmentRegistration | PUT /ed-fi/studentAssessmentRegistrations/{id} | Updates a resource based on the resource identifier. |
| StudentAssessmentsApi | deleteStudentAssessmentById | DELETE /ed-fi/studentAssessments/{id} | Deletes an existing resource using the resource identifier. |
| StudentAssessmentsApi | deletesStudentAssessments | GET /ed-fi/studentAssessments/deletes | Retrieves deleted resources based on change version. |
| StudentAssessmentsApi | getStudentAssessments | GET /ed-fi/studentAssessments | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentAssessmentsApi | getStudentAssessmentsById | GET /ed-fi/studentAssessments/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentAssessmentsApi | getStudentAssessmentsPartitions | GET /ed-fi/studentAssessments/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentAssessmentsApi | keyChangesStudentAssessments | GET /ed-fi/studentAssessments/keyChanges | Retrieves resources key changes based on change version. |
| StudentAssessmentsApi | postStudentAssessment | POST /ed-fi/studentAssessments | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentAssessmentsApi | putStudentAssessment | PUT /ed-fi/studentAssessments/{id} | Updates a resource based on the resource identifier. |
| StudentCTEProgramAssociationsApi | deleteStudentCTEProgramAssociationById | DELETE /ed-fi/studentCTEProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentCTEProgramAssociationsApi | deletesStudentCTEProgramAssociations | GET /ed-fi/studentCTEProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentCTEProgramAssociationsApi | getStudentCTEProgramAssociations | GET /ed-fi/studentCTEProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentCTEProgramAssociationsApi | getStudentCTEProgramAssociationsById | GET /ed-fi/studentCTEProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentCTEProgramAssociationsApi | getStudentCTEProgramAssociationsPartitions | GET /ed-fi/studentCTEProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentCTEProgramAssociationsApi | keyChangesStudentCTEProgramAssociations | GET /ed-fi/studentCTEProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentCTEProgramAssociationsApi | postStudentCTEProgramAssociation | POST /ed-fi/studentCTEProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentCTEProgramAssociationsApi | putStudentCTEProgramAssociation | PUT /ed-fi/studentCTEProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentCohortAssociationsApi | deleteStudentCohortAssociationById | DELETE /ed-fi/studentCohortAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentCohortAssociationsApi | deletesStudentCohortAssociations | GET /ed-fi/studentCohortAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentCohortAssociationsApi | getStudentCohortAssociations | GET /ed-fi/studentCohortAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentCohortAssociationsApi | getStudentCohortAssociationsById | GET /ed-fi/studentCohortAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentCohortAssociationsApi | getStudentCohortAssociationsPartitions | GET /ed-fi/studentCohortAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentCohortAssociationsApi | keyChangesStudentCohortAssociations | GET /ed-fi/studentCohortAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentCohortAssociationsApi | postStudentCohortAssociation | POST /ed-fi/studentCohortAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentCohortAssociationsApi | putStudentCohortAssociation | PUT /ed-fi/studentCohortAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentCompetencyObjectivesApi | deleteStudentCompetencyObjectiveById | DELETE /ed-fi/studentCompetencyObjectives/{id} | Deletes an existing resource using the resource identifier. |
| StudentCompetencyObjectivesApi | deletesStudentCompetencyObjectives | GET /ed-fi/studentCompetencyObjectives/deletes | Retrieves deleted resources based on change version. |
| StudentCompetencyObjectivesApi | getStudentCompetencyObjectives | GET /ed-fi/studentCompetencyObjectives | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentCompetencyObjectivesApi | getStudentCompetencyObjectivesById | GET /ed-fi/studentCompetencyObjectives/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentCompetencyObjectivesApi | getStudentCompetencyObjectivesPartitions | GET /ed-fi/studentCompetencyObjectives/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentCompetencyObjectivesApi | keyChangesStudentCompetencyObjectives | GET /ed-fi/studentCompetencyObjectives/keyChanges | Retrieves resources key changes based on change version. |
| StudentCompetencyObjectivesApi | postStudentCompetencyObjective | POST /ed-fi/studentCompetencyObjectives | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentCompetencyObjectivesApi | putStudentCompetencyObjective | PUT /ed-fi/studentCompetencyObjectives/{id} | Updates a resource based on the resource identifier. |
| StudentContactAssociationsApi | deleteStudentContactAssociationById | DELETE /ed-fi/studentContactAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentContactAssociationsApi | deletesStudentContactAssociations | GET /ed-fi/studentContactAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentContactAssociationsApi | getStudentContactAssociations | GET /ed-fi/studentContactAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentContactAssociationsApi | getStudentContactAssociationsById | GET /ed-fi/studentContactAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentContactAssociationsApi | getStudentContactAssociationsPartitions | GET /ed-fi/studentContactAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentContactAssociationsApi | keyChangesStudentContactAssociations | GET /ed-fi/studentContactAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentContactAssociationsApi | postStudentContactAssociation | POST /ed-fi/studentContactAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentContactAssociationsApi | putStudentContactAssociation | PUT /ed-fi/studentContactAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentDisciplineIncidentBehaviorAssociationsApi | deleteStudentDisciplineIncidentBehaviorAssociationById | DELETE /ed-fi/studentDisciplineIncidentBehaviorAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentDisciplineIncidentBehaviorAssociationsApi | deletesStudentDisciplineIncidentBehaviorAssociations | GET /ed-fi/studentDisciplineIncidentBehaviorAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentDisciplineIncidentBehaviorAssociationsApi | getStudentDisciplineIncidentBehaviorAssociations | GET /ed-fi/studentDisciplineIncidentBehaviorAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentDisciplineIncidentBehaviorAssociationsApi | getStudentDisciplineIncidentBehaviorAssociationsById | GET /ed-fi/studentDisciplineIncidentBehaviorAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentDisciplineIncidentBehaviorAssociationsApi | getStudentDisciplineIncidentBehaviorAssociationsPartitions | GET /ed-fi/studentDisciplineIncidentBehaviorAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentDisciplineIncidentBehaviorAssociationsApi | keyChangesStudentDisciplineIncidentBehaviorAssociations | GET /ed-fi/studentDisciplineIncidentBehaviorAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentDisciplineIncidentBehaviorAssociationsApi | postStudentDisciplineIncidentBehaviorAssociation | POST /ed-fi/studentDisciplineIncidentBehaviorAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentDisciplineIncidentBehaviorAssociationsApi | putStudentDisciplineIncidentBehaviorAssociation | PUT /ed-fi/studentDisciplineIncidentBehaviorAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | deleteStudentDisciplineIncidentNonOffenderAssociationById | DELETE /ed-fi/studentDisciplineIncidentNonOffenderAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | deletesStudentDisciplineIncidentNonOffenderAssociations | GET /ed-fi/studentDisciplineIncidentNonOffenderAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | getStudentDisciplineIncidentNonOffenderAssociations | GET /ed-fi/studentDisciplineIncidentNonOffenderAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentDisciplineIncidentNonOffenderAssociationsApi | getStudentDisciplineIncidentNonOffenderAssociationsById | GET /ed-fi/studentDisciplineIncidentNonOffenderAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentDisciplineIncidentNonOffenderAssociationsApi | getStudentDisciplineIncidentNonOffenderAssociationsPartitions | GET /ed-fi/studentDisciplineIncidentNonOffenderAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | keyChangesStudentDisciplineIncidentNonOffenderAssociations | GET /ed-fi/studentDisciplineIncidentNonOffenderAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | postStudentDisciplineIncidentNonOffenderAssociation | POST /ed-fi/studentDisciplineIncidentNonOffenderAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentDisciplineIncidentNonOffenderAssociationsApi | putStudentDisciplineIncidentNonOffenderAssociation | PUT /ed-fi/studentDisciplineIncidentNonOffenderAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentEducationOrganizationAssessmentAccommodationsApi | deleteStudentEducationOrganizationAssessmentAccommodationById | DELETE /ed-fi/studentEducationOrganizationAssessmentAccommodations/{id} | Deletes an existing resource using the resource identifier. |
| StudentEducationOrganizationAssessmentAccommodationsApi | deletesStudentEducationOrganizationAssessmentAccommodations | GET /ed-fi/studentEducationOrganizationAssessmentAccommodations/deletes | Retrieves deleted resources based on change version. |
| StudentEducationOrganizationAssessmentAccommodationsApi | getStudentEducationOrganizationAssessmentAccommodations | GET /ed-fi/studentEducationOrganizationAssessmentAccommodations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentEducationOrganizationAssessmentAccommodationsApi | getStudentEducationOrganizationAssessmentAccommodationsById | GET /ed-fi/studentEducationOrganizationAssessmentAccommodations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentEducationOrganizationAssessmentAccommodationsApi | getStudentEducationOrganizationAssessmentAccommodationsPartitions | GET /ed-fi/studentEducationOrganizationAssessmentAccommodations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentEducationOrganizationAssessmentAccommodationsApi | keyChangesStudentEducationOrganizationAssessmentAccommodations | GET /ed-fi/studentEducationOrganizationAssessmentAccommodations/keyChanges | Retrieves resources key changes based on change version. |
| StudentEducationOrganizationAssessmentAccommodationsApi | postStudentEducationOrganizationAssessmentAccommodation | POST /ed-fi/studentEducationOrganizationAssessmentAccommodations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentEducationOrganizationAssessmentAccommodationsApi | putStudentEducationOrganizationAssessmentAccommodation | PUT /ed-fi/studentEducationOrganizationAssessmentAccommodations/{id} | Updates a resource based on the resource identifier. |
| StudentEducationOrganizationAssociationsApi | deleteStudentEducationOrganizationAssociationById | DELETE /ed-fi/studentEducationOrganizationAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentEducationOrganizationAssociationsApi | deletesStudentEducationOrganizationAssociations | GET /ed-fi/studentEducationOrganizationAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentEducationOrganizationAssociationsApi | getStudentEducationOrganizationAssociations | GET /ed-fi/studentEducationOrganizationAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentEducationOrganizationAssociationsApi | getStudentEducationOrganizationAssociationsById | GET /ed-fi/studentEducationOrganizationAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentEducationOrganizationAssociationsApi | getStudentEducationOrganizationAssociationsPartitions | GET /ed-fi/studentEducationOrganizationAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentEducationOrganizationAssociationsApi | keyChangesStudentEducationOrganizationAssociations | GET /ed-fi/studentEducationOrganizationAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentEducationOrganizationAssociationsApi | postStudentEducationOrganizationAssociation | POST /ed-fi/studentEducationOrganizationAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentEducationOrganizationAssociationsApi | putStudentEducationOrganizationAssociation | PUT /ed-fi/studentEducationOrganizationAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentEducationOrganizationResponsibilityAssociationsApi | deleteStudentEducationOrganizationResponsibilityAssociationById | DELETE /ed-fi/studentEducationOrganizationResponsibilityAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentEducationOrganizationResponsibilityAssociationsApi | deletesStudentEducationOrganizationResponsibilityAssociations | GET /ed-fi/studentEducationOrganizationResponsibilityAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentEducationOrganizationResponsibilityAssociationsApi | getStudentEducationOrganizationResponsibilityAssociations | GET /ed-fi/studentEducationOrganizationResponsibilityAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentEducationOrganizationResponsibilityAssociationsApi | getStudentEducationOrganizationResponsibilityAssociationsById | GET /ed-fi/studentEducationOrganizationResponsibilityAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentEducationOrganizationResponsibilityAssociationsApi | getStudentEducationOrganizationResponsibilityAssociationsPartitions | GET /ed-fi/studentEducationOrganizationResponsibilityAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentEducationOrganizationResponsibilityAssociationsApi | keyChangesStudentEducationOrganizationResponsibilityAssociations | GET /ed-fi/studentEducationOrganizationResponsibilityAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentEducationOrganizationResponsibilityAssociationsApi | postStudentEducationOrganizationResponsibilityAssociation | POST /ed-fi/studentEducationOrganizationResponsibilityAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentEducationOrganizationResponsibilityAssociationsApi | putStudentEducationOrganizationResponsibilityAssociation | PUT /ed-fi/studentEducationOrganizationResponsibilityAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentGradebookEntriesApi | deleteStudentGradebookEntryById | DELETE /ed-fi/studentGradebookEntries/{id} | Deletes an existing resource using the resource identifier. |
| StudentGradebookEntriesApi | deletesStudentGradebookEntries | GET /ed-fi/studentGradebookEntries/deletes | Retrieves deleted resources based on change version. |
| StudentGradebookEntriesApi | getStudentGradebookEntries | GET /ed-fi/studentGradebookEntries | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentGradebookEntriesApi | getStudentGradebookEntriesById | GET /ed-fi/studentGradebookEntries/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentGradebookEntriesApi | getStudentGradebookEntriesPartitions | GET /ed-fi/studentGradebookEntries/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentGradebookEntriesApi | keyChangesStudentGradebookEntries | GET /ed-fi/studentGradebookEntries/keyChanges | Retrieves resources key changes based on change version. |
| StudentGradebookEntriesApi | postStudentGradebookEntry | POST /ed-fi/studentGradebookEntries | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentGradebookEntriesApi | putStudentGradebookEntry | PUT /ed-fi/studentGradebookEntries/{id} | Updates a resource based on the resource identifier. |
| StudentHealthsApi | deleteStudentHealthById | DELETE /ed-fi/studentHealths/{id} | Deletes an existing resource using the resource identifier. |
| StudentHealthsApi | deletesStudentHealths | GET /ed-fi/studentHealths/deletes | Retrieves deleted resources based on change version. |
| StudentHealthsApi | getStudentHealths | GET /ed-fi/studentHealths | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentHealthsApi | getStudentHealthsById | GET /ed-fi/studentHealths/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentHealthsApi | getStudentHealthsPartitions | GET /ed-fi/studentHealths/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentHealthsApi | keyChangesStudentHealths | GET /ed-fi/studentHealths/keyChanges | Retrieves resources key changes based on change version. |
| StudentHealthsApi | postStudentHealth | POST /ed-fi/studentHealths | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentHealthsApi | putStudentHealth | PUT /ed-fi/studentHealths/{id} | Updates a resource based on the resource identifier. |
| StudentHomelessProgramAssociationsApi | deleteStudentHomelessProgramAssociationById | DELETE /ed-fi/studentHomelessProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentHomelessProgramAssociationsApi | deletesStudentHomelessProgramAssociations | GET /ed-fi/studentHomelessProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentHomelessProgramAssociationsApi | getStudentHomelessProgramAssociations | GET /ed-fi/studentHomelessProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentHomelessProgramAssociationsApi | getStudentHomelessProgramAssociationsById | GET /ed-fi/studentHomelessProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentHomelessProgramAssociationsApi | getStudentHomelessProgramAssociationsPartitions | GET /ed-fi/studentHomelessProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentHomelessProgramAssociationsApi | keyChangesStudentHomelessProgramAssociations | GET /ed-fi/studentHomelessProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentHomelessProgramAssociationsApi | postStudentHomelessProgramAssociation | POST /ed-fi/studentHomelessProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentHomelessProgramAssociationsApi | putStudentHomelessProgramAssociation | PUT /ed-fi/studentHomelessProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentInterventionAssociationsApi | deleteStudentInterventionAssociationById | DELETE /ed-fi/studentInterventionAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentInterventionAssociationsApi | deletesStudentInterventionAssociations | GET /ed-fi/studentInterventionAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentInterventionAssociationsApi | getStudentInterventionAssociations | GET /ed-fi/studentInterventionAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentInterventionAssociationsApi | getStudentInterventionAssociationsById | GET /ed-fi/studentInterventionAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentInterventionAssociationsApi | getStudentInterventionAssociationsPartitions | GET /ed-fi/studentInterventionAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentInterventionAssociationsApi | keyChangesStudentInterventionAssociations | GET /ed-fi/studentInterventionAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentInterventionAssociationsApi | postStudentInterventionAssociation | POST /ed-fi/studentInterventionAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentInterventionAssociationsApi | putStudentInterventionAssociation | PUT /ed-fi/studentInterventionAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentInterventionAttendanceEventsApi | deleteStudentInterventionAttendanceEventById | DELETE /ed-fi/studentInterventionAttendanceEvents/{id} | Deletes an existing resource using the resource identifier. |
| StudentInterventionAttendanceEventsApi | deletesStudentInterventionAttendanceEvents | GET /ed-fi/studentInterventionAttendanceEvents/deletes | Retrieves deleted resources based on change version. |
| StudentInterventionAttendanceEventsApi | getStudentInterventionAttendanceEvents | GET /ed-fi/studentInterventionAttendanceEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentInterventionAttendanceEventsApi | getStudentInterventionAttendanceEventsById | GET /ed-fi/studentInterventionAttendanceEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentInterventionAttendanceEventsApi | getStudentInterventionAttendanceEventsPartitions | GET /ed-fi/studentInterventionAttendanceEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentInterventionAttendanceEventsApi | keyChangesStudentInterventionAttendanceEvents | GET /ed-fi/studentInterventionAttendanceEvents/keyChanges | Retrieves resources key changes based on change version. |
| StudentInterventionAttendanceEventsApi | postStudentInterventionAttendanceEvent | POST /ed-fi/studentInterventionAttendanceEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentInterventionAttendanceEventsApi | putStudentInterventionAttendanceEvent | PUT /ed-fi/studentInterventionAttendanceEvents/{id} | Updates a resource based on the resource identifier. |
| StudentLanguageInstructionProgramAssociationsApi | deleteStudentLanguageInstructionProgramAssociationById | DELETE /ed-fi/studentLanguageInstructionProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentLanguageInstructionProgramAssociationsApi | deletesStudentLanguageInstructionProgramAssociations | GET /ed-fi/studentLanguageInstructionProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentLanguageInstructionProgramAssociationsApi | getStudentLanguageInstructionProgramAssociations | GET /ed-fi/studentLanguageInstructionProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentLanguageInstructionProgramAssociationsApi | getStudentLanguageInstructionProgramAssociationsById | GET /ed-fi/studentLanguageInstructionProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentLanguageInstructionProgramAssociationsApi | getStudentLanguageInstructionProgramAssociationsPartitions | GET /ed-fi/studentLanguageInstructionProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentLanguageInstructionProgramAssociationsApi | keyChangesStudentLanguageInstructionProgramAssociations | GET /ed-fi/studentLanguageInstructionProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentLanguageInstructionProgramAssociationsApi | postStudentLanguageInstructionProgramAssociation | POST /ed-fi/studentLanguageInstructionProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentLanguageInstructionProgramAssociationsApi | putStudentLanguageInstructionProgramAssociation | PUT /ed-fi/studentLanguageInstructionProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentMigrantEducationProgramAssociationsApi | deleteStudentMigrantEducationProgramAssociationById | DELETE /ed-fi/studentMigrantEducationProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentMigrantEducationProgramAssociationsApi | deletesStudentMigrantEducationProgramAssociations | GET /ed-fi/studentMigrantEducationProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentMigrantEducationProgramAssociationsApi | getStudentMigrantEducationProgramAssociations | GET /ed-fi/studentMigrantEducationProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentMigrantEducationProgramAssociationsApi | getStudentMigrantEducationProgramAssociationsById | GET /ed-fi/studentMigrantEducationProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentMigrantEducationProgramAssociationsApi | getStudentMigrantEducationProgramAssociationsPartitions | GET /ed-fi/studentMigrantEducationProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentMigrantEducationProgramAssociationsApi | keyChangesStudentMigrantEducationProgramAssociations | GET /ed-fi/studentMigrantEducationProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentMigrantEducationProgramAssociationsApi | postStudentMigrantEducationProgramAssociation | POST /ed-fi/studentMigrantEducationProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentMigrantEducationProgramAssociationsApi | putStudentMigrantEducationProgramAssociation | PUT /ed-fi/studentMigrantEducationProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | deleteStudentNeglectedOrDelinquentProgramAssociationById | DELETE /ed-fi/studentNeglectedOrDelinquentProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | deletesStudentNeglectedOrDelinquentProgramAssociations | GET /ed-fi/studentNeglectedOrDelinquentProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | getStudentNeglectedOrDelinquentProgramAssociations | GET /ed-fi/studentNeglectedOrDelinquentProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentNeglectedOrDelinquentProgramAssociationsApi | getStudentNeglectedOrDelinquentProgramAssociationsById | GET /ed-fi/studentNeglectedOrDelinquentProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentNeglectedOrDelinquentProgramAssociationsApi | getStudentNeglectedOrDelinquentProgramAssociationsPartitions | GET /ed-fi/studentNeglectedOrDelinquentProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | keyChangesStudentNeglectedOrDelinquentProgramAssociations | GET /ed-fi/studentNeglectedOrDelinquentProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | postStudentNeglectedOrDelinquentProgramAssociation | POST /ed-fi/studentNeglectedOrDelinquentProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentNeglectedOrDelinquentProgramAssociationsApi | putStudentNeglectedOrDelinquentProgramAssociation | PUT /ed-fi/studentNeglectedOrDelinquentProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentProgramAssociationsApi | deleteStudentProgramAssociationById | DELETE /ed-fi/studentProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentProgramAssociationsApi | deletesStudentProgramAssociations | GET /ed-fi/studentProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentProgramAssociationsApi | getStudentProgramAssociations | GET /ed-fi/studentProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentProgramAssociationsApi | getStudentProgramAssociationsById | GET /ed-fi/studentProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentProgramAssociationsApi | getStudentProgramAssociationsPartitions | GET /ed-fi/studentProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentProgramAssociationsApi | keyChangesStudentProgramAssociations | GET /ed-fi/studentProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentProgramAssociationsApi | postStudentProgramAssociation | POST /ed-fi/studentProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentProgramAssociationsApi | putStudentProgramAssociation | PUT /ed-fi/studentProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentProgramAttendanceEventsApi | deleteStudentProgramAttendanceEventById | DELETE /ed-fi/studentProgramAttendanceEvents/{id} | Deletes an existing resource using the resource identifier. |
| StudentProgramAttendanceEventsApi | deletesStudentProgramAttendanceEvents | GET /ed-fi/studentProgramAttendanceEvents/deletes | Retrieves deleted resources based on change version. |
| StudentProgramAttendanceEventsApi | getStudentProgramAttendanceEvents | GET /ed-fi/studentProgramAttendanceEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentProgramAttendanceEventsApi | getStudentProgramAttendanceEventsById | GET /ed-fi/studentProgramAttendanceEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentProgramAttendanceEventsApi | getStudentProgramAttendanceEventsPartitions | GET /ed-fi/studentProgramAttendanceEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentProgramAttendanceEventsApi | keyChangesStudentProgramAttendanceEvents | GET /ed-fi/studentProgramAttendanceEvents/keyChanges | Retrieves resources key changes based on change version. |
| StudentProgramAttendanceEventsApi | postStudentProgramAttendanceEvent | POST /ed-fi/studentProgramAttendanceEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentProgramAttendanceEventsApi | putStudentProgramAttendanceEvent | PUT /ed-fi/studentProgramAttendanceEvents/{id} | Updates a resource based on the resource identifier. |
| StudentProgramEvaluationsApi | deleteStudentProgramEvaluationById | DELETE /ed-fi/studentProgramEvaluations/{id} | Deletes an existing resource using the resource identifier. |
| StudentProgramEvaluationsApi | deletesStudentProgramEvaluations | GET /ed-fi/studentProgramEvaluations/deletes | Retrieves deleted resources based on change version. |
| StudentProgramEvaluationsApi | getStudentProgramEvaluations | GET /ed-fi/studentProgramEvaluations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentProgramEvaluationsApi | getStudentProgramEvaluationsById | GET /ed-fi/studentProgramEvaluations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentProgramEvaluationsApi | getStudentProgramEvaluationsPartitions | GET /ed-fi/studentProgramEvaluations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentProgramEvaluationsApi | keyChangesStudentProgramEvaluations | GET /ed-fi/studentProgramEvaluations/keyChanges | Retrieves resources key changes based on change version. |
| StudentProgramEvaluationsApi | postStudentProgramEvaluation | POST /ed-fi/studentProgramEvaluations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentProgramEvaluationsApi | putStudentProgramEvaluation | PUT /ed-fi/studentProgramEvaluations/{id} | Updates a resource based on the resource identifier. |
| StudentSchoolAssociationsApi | deleteStudentSchoolAssociationById | DELETE /ed-fi/studentSchoolAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSchoolAssociationsApi | deletesStudentSchoolAssociations | GET /ed-fi/studentSchoolAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSchoolAssociationsApi | getStudentSchoolAssociations | GET /ed-fi/studentSchoolAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSchoolAssociationsApi | getStudentSchoolAssociationsById | GET /ed-fi/studentSchoolAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSchoolAssociationsApi | getStudentSchoolAssociationsPartitions | GET /ed-fi/studentSchoolAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSchoolAssociationsApi | keyChangesStudentSchoolAssociations | GET /ed-fi/studentSchoolAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSchoolAssociationsApi | postStudentSchoolAssociation | POST /ed-fi/studentSchoolAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSchoolAssociationsApi | putStudentSchoolAssociation | PUT /ed-fi/studentSchoolAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentSchoolAttendanceEventsApi | deleteStudentSchoolAttendanceEventById | DELETE /ed-fi/studentSchoolAttendanceEvents/{id} | Deletes an existing resource using the resource identifier. |
| StudentSchoolAttendanceEventsApi | deletesStudentSchoolAttendanceEvents | GET /ed-fi/studentSchoolAttendanceEvents/deletes | Retrieves deleted resources based on change version. |
| StudentSchoolAttendanceEventsApi | getStudentSchoolAttendanceEvents | GET /ed-fi/studentSchoolAttendanceEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSchoolAttendanceEventsApi | getStudentSchoolAttendanceEventsById | GET /ed-fi/studentSchoolAttendanceEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSchoolAttendanceEventsApi | getStudentSchoolAttendanceEventsPartitions | GET /ed-fi/studentSchoolAttendanceEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSchoolAttendanceEventsApi | keyChangesStudentSchoolAttendanceEvents | GET /ed-fi/studentSchoolAttendanceEvents/keyChanges | Retrieves resources key changes based on change version. |
| StudentSchoolAttendanceEventsApi | postStudentSchoolAttendanceEvent | POST /ed-fi/studentSchoolAttendanceEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSchoolAttendanceEventsApi | putStudentSchoolAttendanceEvent | PUT /ed-fi/studentSchoolAttendanceEvents/{id} | Updates a resource based on the resource identifier. |
| StudentSchoolFoodServiceProgramAssociationsApi | deleteStudentSchoolFoodServiceProgramAssociationById | DELETE /ed-fi/studentSchoolFoodServiceProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSchoolFoodServiceProgramAssociationsApi | deletesStudentSchoolFoodServiceProgramAssociations | GET /ed-fi/studentSchoolFoodServiceProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSchoolFoodServiceProgramAssociationsApi | getStudentSchoolFoodServiceProgramAssociations | GET /ed-fi/studentSchoolFoodServiceProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSchoolFoodServiceProgramAssociationsApi | getStudentSchoolFoodServiceProgramAssociationsById | GET /ed-fi/studentSchoolFoodServiceProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSchoolFoodServiceProgramAssociationsApi | getStudentSchoolFoodServiceProgramAssociationsPartitions | GET /ed-fi/studentSchoolFoodServiceProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSchoolFoodServiceProgramAssociationsApi | keyChangesStudentSchoolFoodServiceProgramAssociations | GET /ed-fi/studentSchoolFoodServiceProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSchoolFoodServiceProgramAssociationsApi | postStudentSchoolFoodServiceProgramAssociation | POST /ed-fi/studentSchoolFoodServiceProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSchoolFoodServiceProgramAssociationsApi | putStudentSchoolFoodServiceProgramAssociation | PUT /ed-fi/studentSchoolFoodServiceProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentSection504ProgramAssociationsApi | deleteStudentSection504ProgramAssociationById | DELETE /ed-fi/studentSection504ProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSection504ProgramAssociationsApi | deletesStudentSection504ProgramAssociations | GET /ed-fi/studentSection504ProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSection504ProgramAssociationsApi | getStudentSection504ProgramAssociations | GET /ed-fi/studentSection504ProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSection504ProgramAssociationsApi | getStudentSection504ProgramAssociationsById | GET /ed-fi/studentSection504ProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSection504ProgramAssociationsApi | getStudentSection504ProgramAssociationsPartitions | GET /ed-fi/studentSection504ProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSection504ProgramAssociationsApi | keyChangesStudentSection504ProgramAssociations | GET /ed-fi/studentSection504ProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSection504ProgramAssociationsApi | postStudentSection504ProgramAssociation | POST /ed-fi/studentSection504ProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSection504ProgramAssociationsApi | putStudentSection504ProgramAssociation | PUT /ed-fi/studentSection504ProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentSectionAssociationsApi | deleteStudentSectionAssociationById | DELETE /ed-fi/studentSectionAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSectionAssociationsApi | deletesStudentSectionAssociations | GET /ed-fi/studentSectionAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSectionAssociationsApi | getStudentSectionAssociations | GET /ed-fi/studentSectionAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSectionAssociationsApi | getStudentSectionAssociationsById | GET /ed-fi/studentSectionAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSectionAssociationsApi | getStudentSectionAssociationsPartitions | GET /ed-fi/studentSectionAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSectionAssociationsApi | keyChangesStudentSectionAssociations | GET /ed-fi/studentSectionAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSectionAssociationsApi | postStudentSectionAssociation | POST /ed-fi/studentSectionAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSectionAssociationsApi | putStudentSectionAssociation | PUT /ed-fi/studentSectionAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentSectionAttendanceEventsApi | deleteStudentSectionAttendanceEventById | DELETE /ed-fi/studentSectionAttendanceEvents/{id} | Deletes an existing resource using the resource identifier. |
| StudentSectionAttendanceEventsApi | deletesStudentSectionAttendanceEvents | GET /ed-fi/studentSectionAttendanceEvents/deletes | Retrieves deleted resources based on change version. |
| StudentSectionAttendanceEventsApi | getStudentSectionAttendanceEvents | GET /ed-fi/studentSectionAttendanceEvents | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSectionAttendanceEventsApi | getStudentSectionAttendanceEventsById | GET /ed-fi/studentSectionAttendanceEvents/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSectionAttendanceEventsApi | getStudentSectionAttendanceEventsPartitions | GET /ed-fi/studentSectionAttendanceEvents/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSectionAttendanceEventsApi | keyChangesStudentSectionAttendanceEvents | GET /ed-fi/studentSectionAttendanceEvents/keyChanges | Retrieves resources key changes based on change version. |
| StudentSectionAttendanceEventsApi | postStudentSectionAttendanceEvent | POST /ed-fi/studentSectionAttendanceEvents | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSectionAttendanceEventsApi | putStudentSectionAttendanceEvent | PUT /ed-fi/studentSectionAttendanceEvents/{id} | Updates a resource based on the resource identifier. |
| StudentSpecialEducationProgramAssociationsApi | deleteStudentSpecialEducationProgramAssociationById | DELETE /ed-fi/studentSpecialEducationProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSpecialEducationProgramAssociationsApi | deletesStudentSpecialEducationProgramAssociations | GET /ed-fi/studentSpecialEducationProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSpecialEducationProgramAssociationsApi | getStudentSpecialEducationProgramAssociations | GET /ed-fi/studentSpecialEducationProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSpecialEducationProgramAssociationsApi | getStudentSpecialEducationProgramAssociationsById | GET /ed-fi/studentSpecialEducationProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSpecialEducationProgramAssociationsApi | getStudentSpecialEducationProgramAssociationsPartitions | GET /ed-fi/studentSpecialEducationProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSpecialEducationProgramAssociationsApi | keyChangesStudentSpecialEducationProgramAssociations | GET /ed-fi/studentSpecialEducationProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSpecialEducationProgramAssociationsApi | postStudentSpecialEducationProgramAssociation | POST /ed-fi/studentSpecialEducationProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSpecialEducationProgramAssociationsApi | putStudentSpecialEducationProgramAssociation | PUT /ed-fi/studentSpecialEducationProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | deleteStudentSpecialEducationProgramEligibilityAssociationById | DELETE /ed-fi/studentSpecialEducationProgramEligibilityAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | deletesStudentSpecialEducationProgramEligibilityAssociations | GET /ed-fi/studentSpecialEducationProgramEligibilityAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | getStudentSpecialEducationProgramEligibilityAssociations | GET /ed-fi/studentSpecialEducationProgramEligibilityAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentSpecialEducationProgramEligibilityAssociationsApi | getStudentSpecialEducationProgramEligibilityAssociationsById | GET /ed-fi/studentSpecialEducationProgramEligibilityAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentSpecialEducationProgramEligibilityAssociationsApi | getStudentSpecialEducationProgramEligibilityAssociationsPartitions | GET /ed-fi/studentSpecialEducationProgramEligibilityAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | keyChangesStudentSpecialEducationProgramEligibilityAssociations | GET /ed-fi/studentSpecialEducationProgramEligibilityAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | postStudentSpecialEducationProgramEligibilityAssociation | POST /ed-fi/studentSpecialEducationProgramEligibilityAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentSpecialEducationProgramEligibilityAssociationsApi | putStudentSpecialEducationProgramEligibilityAssociation | PUT /ed-fi/studentSpecialEducationProgramEligibilityAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentTitleIPartAProgramAssociationsApi | deleteStudentTitleIPartAProgramAssociationById | DELETE /ed-fi/studentTitleIPartAProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| StudentTitleIPartAProgramAssociationsApi | deletesStudentTitleIPartAProgramAssociations | GET /ed-fi/studentTitleIPartAProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| StudentTitleIPartAProgramAssociationsApi | getStudentTitleIPartAProgramAssociations | GET /ed-fi/studentTitleIPartAProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentTitleIPartAProgramAssociationsApi | getStudentTitleIPartAProgramAssociationsById | GET /ed-fi/studentTitleIPartAProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentTitleIPartAProgramAssociationsApi | getStudentTitleIPartAProgramAssociationsPartitions | GET /ed-fi/studentTitleIPartAProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentTitleIPartAProgramAssociationsApi | keyChangesStudentTitleIPartAProgramAssociations | GET /ed-fi/studentTitleIPartAProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| StudentTitleIPartAProgramAssociationsApi | postStudentTitleIPartAProgramAssociation | POST /ed-fi/studentTitleIPartAProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentTitleIPartAProgramAssociationsApi | putStudentTitleIPartAProgramAssociation | PUT /ed-fi/studentTitleIPartAProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| StudentTransportationsApi | deleteStudentTransportationById | DELETE /ed-fi/studentTransportations/{id} | Deletes an existing resource using the resource identifier. |
| StudentTransportationsApi | deletesStudentTransportations | GET /ed-fi/studentTransportations/deletes | Retrieves deleted resources based on change version. |
| StudentTransportationsApi | getStudentTransportations | GET /ed-fi/studentTransportations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentTransportationsApi | getStudentTransportationsById | GET /ed-fi/studentTransportations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentTransportationsApi | getStudentTransportationsPartitions | GET /ed-fi/studentTransportations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentTransportationsApi | keyChangesStudentTransportations | GET /ed-fi/studentTransportations/keyChanges | Retrieves resources key changes based on change version. |
| StudentTransportationsApi | postStudentTransportation | POST /ed-fi/studentTransportations | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentTransportationsApi | putStudentTransportation | PUT /ed-fi/studentTransportations/{id} | Updates a resource based on the resource identifier. |
| StudentsApi | deleteStudentById | DELETE /ed-fi/students/{id} | Deletes an existing resource using the resource identifier. |
| StudentsApi | deletesStudents | GET /ed-fi/students/deletes | Retrieves deleted resources based on change version. |
| StudentsApi | getStudents | GET /ed-fi/students | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| StudentsApi | getStudentsById | GET /ed-fi/students/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| StudentsApi | getStudentsPartitions | GET /ed-fi/students/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| StudentsApi | keyChangesStudents | GET /ed-fi/students/keyChanges | Retrieves resources key changes based on change version. |
| StudentsApi | postStudent | POST /ed-fi/students | Creates or updates resources based on the natural key values of the supplied resource. |
| StudentsApi | putStudent | PUT /ed-fi/students/{id} | Updates a resource based on the resource identifier. |
| SurveyCourseAssociationsApi | deleteSurveyCourseAssociationById | DELETE /ed-fi/surveyCourseAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveyCourseAssociationsApi | deletesSurveyCourseAssociations | GET /ed-fi/surveyCourseAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveyCourseAssociationsApi | getSurveyCourseAssociations | GET /ed-fi/surveyCourseAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyCourseAssociationsApi | getSurveyCourseAssociationsById | GET /ed-fi/surveyCourseAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyCourseAssociationsApi | getSurveyCourseAssociationsPartitions | GET /ed-fi/surveyCourseAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyCourseAssociationsApi | keyChangesSurveyCourseAssociations | GET /ed-fi/surveyCourseAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveyCourseAssociationsApi | postSurveyCourseAssociation | POST /ed-fi/surveyCourseAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyCourseAssociationsApi | putSurveyCourseAssociation | PUT /ed-fi/surveyCourseAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveyProgramAssociationsApi | deleteSurveyProgramAssociationById | DELETE /ed-fi/surveyProgramAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveyProgramAssociationsApi | deletesSurveyProgramAssociations | GET /ed-fi/surveyProgramAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveyProgramAssociationsApi | getSurveyProgramAssociations | GET /ed-fi/surveyProgramAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyProgramAssociationsApi | getSurveyProgramAssociationsById | GET /ed-fi/surveyProgramAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyProgramAssociationsApi | getSurveyProgramAssociationsPartitions | GET /ed-fi/surveyProgramAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyProgramAssociationsApi | keyChangesSurveyProgramAssociations | GET /ed-fi/surveyProgramAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveyProgramAssociationsApi | postSurveyProgramAssociation | POST /ed-fi/surveyProgramAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyProgramAssociationsApi | putSurveyProgramAssociation | PUT /ed-fi/surveyProgramAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveyQuestionResponsesApi | deleteSurveyQuestionResponseById | DELETE /ed-fi/surveyQuestionResponses/{id} | Deletes an existing resource using the resource identifier. |
| SurveyQuestionResponsesApi | deletesSurveyQuestionResponses | GET /ed-fi/surveyQuestionResponses/deletes | Retrieves deleted resources based on change version. |
| SurveyQuestionResponsesApi | getSurveyQuestionResponses | GET /ed-fi/surveyQuestionResponses | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyQuestionResponsesApi | getSurveyQuestionResponsesById | GET /ed-fi/surveyQuestionResponses/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyQuestionResponsesApi | getSurveyQuestionResponsesPartitions | GET /ed-fi/surveyQuestionResponses/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyQuestionResponsesApi | keyChangesSurveyQuestionResponses | GET /ed-fi/surveyQuestionResponses/keyChanges | Retrieves resources key changes based on change version. |
| SurveyQuestionResponsesApi | postSurveyQuestionResponse | POST /ed-fi/surveyQuestionResponses | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyQuestionResponsesApi | putSurveyQuestionResponse | PUT /ed-fi/surveyQuestionResponses/{id} | Updates a resource based on the resource identifier. |
| SurveyQuestionsApi | deleteSurveyQuestionById | DELETE /ed-fi/surveyQuestions/{id} | Deletes an existing resource using the resource identifier. |
| SurveyQuestionsApi | deletesSurveyQuestions | GET /ed-fi/surveyQuestions/deletes | Retrieves deleted resources based on change version. |
| SurveyQuestionsApi | getSurveyQuestions | GET /ed-fi/surveyQuestions | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyQuestionsApi | getSurveyQuestionsById | GET /ed-fi/surveyQuestions/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyQuestionsApi | getSurveyQuestionsPartitions | GET /ed-fi/surveyQuestions/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyQuestionsApi | keyChangesSurveyQuestions | GET /ed-fi/surveyQuestions/keyChanges | Retrieves resources key changes based on change version. |
| SurveyQuestionsApi | postSurveyQuestion | POST /ed-fi/surveyQuestions | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyQuestionsApi | putSurveyQuestion | PUT /ed-fi/surveyQuestions/{id} | Updates a resource based on the resource identifier. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | deleteSurveyResponseEducationOrganizationTargetAssociationById | DELETE /ed-fi/surveyResponseEducationOrganizationTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | deletesSurveyResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveyResponseEducationOrganizationTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | getSurveyResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveyResponseEducationOrganizationTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyResponseEducationOrganizationTargetAssociationsApi | getSurveyResponseEducationOrganizationTargetAssociationsById | GET /ed-fi/surveyResponseEducationOrganizationTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyResponseEducationOrganizationTargetAssociationsApi | getSurveyResponseEducationOrganizationTargetAssociationsPartitions | GET /ed-fi/surveyResponseEducationOrganizationTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | keyChangesSurveyResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveyResponseEducationOrganizationTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | postSurveyResponseEducationOrganizationTargetAssociation | POST /ed-fi/surveyResponseEducationOrganizationTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyResponseEducationOrganizationTargetAssociationsApi | putSurveyResponseEducationOrganizationTargetAssociation | PUT /ed-fi/surveyResponseEducationOrganizationTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveyResponsePersonTargetAssociationsApi | deleteSurveyResponsePersonTargetAssociationById | DELETE /tpdm/surveyResponsePersonTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveyResponsePersonTargetAssociationsApi | deletesSurveyResponsePersonTargetAssociations | GET /tpdm/surveyResponsePersonTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveyResponsePersonTargetAssociationsApi | getSurveyResponsePersonTargetAssociations | GET /tpdm/surveyResponsePersonTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyResponsePersonTargetAssociationsApi | getSurveyResponsePersonTargetAssociationsById | GET /tpdm/surveyResponsePersonTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyResponsePersonTargetAssociationsApi | getSurveyResponsePersonTargetAssociationsPartitions | GET /tpdm/surveyResponsePersonTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyResponsePersonTargetAssociationsApi | keyChangesSurveyResponsePersonTargetAssociations | GET /tpdm/surveyResponsePersonTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveyResponsePersonTargetAssociationsApi | postSurveyResponsePersonTargetAssociation | POST /tpdm/surveyResponsePersonTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyResponsePersonTargetAssociationsApi | putSurveyResponsePersonTargetAssociation | PUT /tpdm/surveyResponsePersonTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveyResponseStaffTargetAssociationsApi | deleteSurveyResponseStaffTargetAssociationById | DELETE /ed-fi/surveyResponseStaffTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveyResponseStaffTargetAssociationsApi | deletesSurveyResponseStaffTargetAssociations | GET /ed-fi/surveyResponseStaffTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveyResponseStaffTargetAssociationsApi | getSurveyResponseStaffTargetAssociations | GET /ed-fi/surveyResponseStaffTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyResponseStaffTargetAssociationsApi | getSurveyResponseStaffTargetAssociationsById | GET /ed-fi/surveyResponseStaffTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyResponseStaffTargetAssociationsApi | getSurveyResponseStaffTargetAssociationsPartitions | GET /ed-fi/surveyResponseStaffTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyResponseStaffTargetAssociationsApi | keyChangesSurveyResponseStaffTargetAssociations | GET /ed-fi/surveyResponseStaffTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveyResponseStaffTargetAssociationsApi | postSurveyResponseStaffTargetAssociation | POST /ed-fi/surveyResponseStaffTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyResponseStaffTargetAssociationsApi | putSurveyResponseStaffTargetAssociation | PUT /ed-fi/surveyResponseStaffTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveyResponsesApi | deleteSurveyResponseById | DELETE /ed-fi/surveyResponses/{id} | Deletes an existing resource using the resource identifier. |
| SurveyResponsesApi | deletesSurveyResponses | GET /ed-fi/surveyResponses/deletes | Retrieves deleted resources based on change version. |
| SurveyResponsesApi | getSurveyResponses | GET /ed-fi/surveyResponses | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveyResponsesApi | getSurveyResponsesById | GET /ed-fi/surveyResponses/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveyResponsesApi | getSurveyResponsesPartitions | GET /ed-fi/surveyResponses/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveyResponsesApi | keyChangesSurveyResponses | GET /ed-fi/surveyResponses/keyChanges | Retrieves resources key changes based on change version. |
| SurveyResponsesApi | postSurveyResponse | POST /ed-fi/surveyResponses | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveyResponsesApi | putSurveyResponse | PUT /ed-fi/surveyResponses/{id} | Updates a resource based on the resource identifier. |
| SurveySectionAssociationsApi | deleteSurveySectionAssociationById | DELETE /ed-fi/surveySectionAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionAssociationsApi | deletesSurveySectionAssociations | GET /ed-fi/surveySectionAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveySectionAssociationsApi | getSurveySectionAssociations | GET /ed-fi/surveySectionAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionAssociationsApi | getSurveySectionAssociationsById | GET /ed-fi/surveySectionAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionAssociationsApi | getSurveySectionAssociationsPartitions | GET /ed-fi/surveySectionAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionAssociationsApi | keyChangesSurveySectionAssociations | GET /ed-fi/surveySectionAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionAssociationsApi | postSurveySectionAssociation | POST /ed-fi/surveySectionAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionAssociationsApi | putSurveySectionAssociation | PUT /ed-fi/surveySectionAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | deleteSurveySectionResponseEducationOrganizationTargetAssociationById | DELETE /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | deletesSurveySectionResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | getSurveySectionResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | getSurveySectionResponseEducationOrganizationTargetAssociationsById | GET /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | getSurveySectionResponseEducationOrganizationTargetAssociationsPartitions | GET /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | keyChangesSurveySectionResponseEducationOrganizationTargetAssociations | GET /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | postSurveySectionResponseEducationOrganizationTargetAssociation | POST /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionResponseEducationOrganizationTargetAssociationsApi | putSurveySectionResponseEducationOrganizationTargetAssociation | PUT /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveySectionResponsePersonTargetAssociationsApi | deleteSurveySectionResponsePersonTargetAssociationById | DELETE /tpdm/surveySectionResponsePersonTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionResponsePersonTargetAssociationsApi | deletesSurveySectionResponsePersonTargetAssociations | GET /tpdm/surveySectionResponsePersonTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveySectionResponsePersonTargetAssociationsApi | getSurveySectionResponsePersonTargetAssociations | GET /tpdm/surveySectionResponsePersonTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionResponsePersonTargetAssociationsApi | getSurveySectionResponsePersonTargetAssociationsById | GET /tpdm/surveySectionResponsePersonTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionResponsePersonTargetAssociationsApi | getSurveySectionResponsePersonTargetAssociationsPartitions | GET /tpdm/surveySectionResponsePersonTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionResponsePersonTargetAssociationsApi | keyChangesSurveySectionResponsePersonTargetAssociations | GET /tpdm/surveySectionResponsePersonTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionResponsePersonTargetAssociationsApi | postSurveySectionResponsePersonTargetAssociation | POST /tpdm/surveySectionResponsePersonTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionResponsePersonTargetAssociationsApi | putSurveySectionResponsePersonTargetAssociation | PUT /tpdm/surveySectionResponsePersonTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveySectionResponseStaffTargetAssociationsApi | deleteSurveySectionResponseStaffTargetAssociationById | DELETE /ed-fi/surveySectionResponseStaffTargetAssociations/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionResponseStaffTargetAssociationsApi | deletesSurveySectionResponseStaffTargetAssociations | GET /ed-fi/surveySectionResponseStaffTargetAssociations/deletes | Retrieves deleted resources based on change version. |
| SurveySectionResponseStaffTargetAssociationsApi | getSurveySectionResponseStaffTargetAssociations | GET /ed-fi/surveySectionResponseStaffTargetAssociations | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionResponseStaffTargetAssociationsApi | getSurveySectionResponseStaffTargetAssociationsById | GET /ed-fi/surveySectionResponseStaffTargetAssociations/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionResponseStaffTargetAssociationsApi | getSurveySectionResponseStaffTargetAssociationsPartitions | GET /ed-fi/surveySectionResponseStaffTargetAssociations/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionResponseStaffTargetAssociationsApi | keyChangesSurveySectionResponseStaffTargetAssociations | GET /ed-fi/surveySectionResponseStaffTargetAssociations/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionResponseStaffTargetAssociationsApi | postSurveySectionResponseStaffTargetAssociation | POST /ed-fi/surveySectionResponseStaffTargetAssociations | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionResponseStaffTargetAssociationsApi | putSurveySectionResponseStaffTargetAssociation | PUT /ed-fi/surveySectionResponseStaffTargetAssociations/{id} | Updates a resource based on the resource identifier. |
| SurveySectionResponsesApi | deleteSurveySectionResponseById | DELETE /ed-fi/surveySectionResponses/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionResponsesApi | deletesSurveySectionResponses | GET /ed-fi/surveySectionResponses/deletes | Retrieves deleted resources based on change version. |
| SurveySectionResponsesApi | getSurveySectionResponses | GET /ed-fi/surveySectionResponses | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionResponsesApi | getSurveySectionResponsesById | GET /ed-fi/surveySectionResponses/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionResponsesApi | getSurveySectionResponsesPartitions | GET /ed-fi/surveySectionResponses/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionResponsesApi | keyChangesSurveySectionResponses | GET /ed-fi/surveySectionResponses/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionResponsesApi | postSurveySectionResponse | POST /ed-fi/surveySectionResponses | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionResponsesApi | putSurveySectionResponse | PUT /ed-fi/surveySectionResponses/{id} | Updates a resource based on the resource identifier. |
| SurveySectionsApi | deleteSurveySectionById | DELETE /ed-fi/surveySections/{id} | Deletes an existing resource using the resource identifier. |
| SurveySectionsApi | deletesSurveySections | GET /ed-fi/surveySections/deletes | Retrieves deleted resources based on change version. |
| SurveySectionsApi | getSurveySections | GET /ed-fi/surveySections | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveySectionsApi | getSurveySectionsById | GET /ed-fi/surveySections/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveySectionsApi | getSurveySectionsPartitions | GET /ed-fi/surveySections/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveySectionsApi | keyChangesSurveySections | GET /ed-fi/surveySections/keyChanges | Retrieves resources key changes based on change version. |
| SurveySectionsApi | postSurveySection | POST /ed-fi/surveySections | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveySectionsApi | putSurveySection | PUT /ed-fi/surveySections/{id} | Updates a resource based on the resource identifier. |
| SurveysApi | deleteSurveyById | DELETE /ed-fi/surveys/{id} | Deletes an existing resource using the resource identifier. |
| SurveysApi | deletesSurveys | GET /ed-fi/surveys/deletes | Retrieves deleted resources based on change version. |
| SurveysApi | getSurveys | GET /ed-fi/surveys | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
| SurveysApi | getSurveysById | GET /ed-fi/surveys/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
| SurveysApi | getSurveysPartitions | GET /ed-fi/surveys/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
| SurveysApi | keyChangesSurveys | GET /ed-fi/surveys/keyChanges | Retrieves resources key changes based on change version. |
| SurveysApi | postSurvey | POST /ed-fi/surveys | Creates or updates resources based on the natural key values of the supplied resource. |
| SurveysApi | putSurvey | PUT /ed-fi/surveys/{id} | Updates a resource based on the resource identifier. |
Models
- CredentialExtensions
- EdFiAcademicWeek
- EdFiAcademicWeekReference
- EdFiAccountabilityRating
- EdFiAssessment
- EdFiAssessmentAcademicSubject
- EdFiAssessmentAdministration
- EdFiAssessmentAdministrationAssessmentBatteryPart
- EdFiAssessmentAdministrationParticipation
- EdFiAssessmentAdministrationParticipationAdministrationPointOfContact
- EdFiAssessmentAdministrationPeriod
- EdFiAssessmentAdministrationReference
- EdFiAssessmentAssessedGradeLevel
- EdFiAssessmentBatteryPart
- EdFiAssessmentBatteryPartObjectiveAssessment
- EdFiAssessmentBatteryPartReference
- EdFiAssessmentContentStandard
- EdFiAssessmentContentStandardAuthor
- EdFiAssessmentIdentificationCode
- EdFiAssessmentItem
- EdFiAssessmentItemLearningStandard
- EdFiAssessmentItemPossibleResponse
- EdFiAssessmentItemReference
- EdFiAssessmentLanguage
- EdFiAssessmentPerformanceLevel
- EdFiAssessmentPeriod
- EdFiAssessmentPlatformType
- EdFiAssessmentProgram
- EdFiAssessmentReference
- EdFiAssessmentScore
- EdFiAssessmentScoreRangeLearningStandard
- EdFiAssessmentScoreRangeLearningStandardLearningStandard
- EdFiAssessmentSection
- EdFiBalanceSheetDimension
- EdFiBalanceSheetDimensionReference
- EdFiBalanceSheetDimensionReportingTag
- EdFiBellSchedule
- EdFiBellScheduleClassPeriod
- EdFiBellScheduleDate
- EdFiBellScheduleGradeLevel
- EdFiCalendar
- EdFiCalendarDate
- EdFiCalendarDateCalendarEvent
- EdFiCalendarDateReference
- EdFiCalendarGradeLevel
- EdFiCalendarReference
- EdFiChartOfAccount
- EdFiChartOfAccountReference
- EdFiChartOfAccountReportingTag
- EdFiClassPeriod
- EdFiClassPeriodMeetingTime
- EdFiClassPeriodReference
- EdFiCohort
- EdFiCohortProgram
- EdFiCohortReference
- EdFiCommunityOrganization
- EdFiCommunityOrganizationReference
- EdFiCommunityProvider
- EdFiCommunityProviderLicense
- EdFiCommunityProviderReference
- EdFiCompetencyObjective
- EdFiCompetencyObjectiveReference
- EdFiContact
- EdFiContactAddress
- EdFiContactAddressPeriod
- EdFiContactElectronicMail
- EdFiContactInternationalAddress
- EdFiContactLanguage
- EdFiContactLanguageUse
- EdFiContactOtherName
- EdFiContactPersonalIdentificationDocument
- EdFiContactReference
- EdFiContactTelephone
- EdFiCourse
- EdFiCourseAcademicSubject
- EdFiCourseCompetencyLevel
- EdFiCourseIdentificationCode
- EdFiCourseLearningStandard
- EdFiCourseLevelCharacteristic
- EdFiCourseOfferedGradeLevel
- EdFiCourseOffering
- EdFiCourseOfferingCourseLevelCharacteristic
- EdFiCourseOfferingCurriculumUsed
- EdFiCourseOfferingOfferedGradeLevel
- EdFiCourseOfferingReference
- EdFiCourseReference
- EdFiCourseTranscript
- EdFiCourseTranscriptAcademicSubject
- EdFiCourseTranscriptAlternativeCourseIdentificationCode
- EdFiCourseTranscriptCourseProgram
- EdFiCourseTranscriptCreditCategory
- EdFiCourseTranscriptEarnedAdditionalCredits
- EdFiCourseTranscriptPartialCourseTranscriptAwards
- EdFiCourseTranscriptSection
- EdFiCredential
- EdFiCredentialAcademicSubject
- EdFiCredentialEndorsement
- EdFiCredentialGradeLevel
- EdFiCredentialReference
- EdFiCrisisEvent
- EdFiCrisisEventReference
- EdFiDescriptorMapping
- EdFiDescriptorMappingModelEntity
- EdFiDisciplineAction
- EdFiDisciplineActionDiscipline
- EdFiDisciplineActionStaff
- EdFiDisciplineActionStudentDisciplineIncidentBehaviorAssociation
- EdFiDisciplineIncident
- EdFiDisciplineIncidentBehavior
- EdFiDisciplineIncidentExternalParticipant
- EdFiDisciplineIncidentReference
- EdFiDisciplineIncidentWeapon
- EdFiEducationContent
- EdFiEducationContentAppropriateGradeLevel
- EdFiEducationContentAppropriateSex
- EdFiEducationContentAuthor
- EdFiEducationContentDerivativeSourceEducationContent
- EdFiEducationContentDerivativeSourceLearningResourceMetadataURI
- EdFiEducationContentDerivativeSourceURI
- EdFiEducationContentLanguage
- EdFiEducationContentReference
- EdFiEducationOrganizationAddress
- EdFiEducationOrganizationAddressPeriod
- EdFiEducationOrganizationCategory
- EdFiEducationOrganizationIdentificationCode
- EdFiEducationOrganizationIndicator
- EdFiEducationOrganizationIndicatorPeriod
- EdFiEducationOrganizationInstitutionTelephone
- EdFiEducationOrganizationInternationalAddress
- EdFiEducationOrganizationInterventionPrescriptionAssociation
- EdFiEducationOrganizationNetwork
- EdFiEducationOrganizationNetworkAssociation
- EdFiEducationOrganizationNetworkReference
- EdFiEducationOrganizationPeerAssociation
- EdFiEducationOrganizationReference
- EdFiEducationServiceCenter
- EdFiEducationServiceCenterReference
- EdFiEvaluationRubricDimension
- EdFiFeederSchoolAssociation
- EdFiFunctionDimension
- EdFiFunctionDimensionReference
- EdFiFunctionDimensionReportingTag
- EdFiFundDimension
- EdFiFundDimensionReference
- EdFiFundDimensionReportingTag
- EdFiGeneralStudentProgramAssociationProgramParticipationStatus
- EdFiGeneralStudentProgramAssociationReference
- EdFiGrade
- EdFiGradeLearningStandardGrade
- EdFiGradeReference
- EdFiGradebookEntry
- EdFiGradebookEntryLearningStandard
- EdFiGradebookEntryReference
- EdFiGradingPeriod
- EdFiGradingPeriodReference
- EdFiGraduationPlan
- EdFiGraduationPlanCreditsByCourse
- EdFiGraduationPlanCreditsByCourseCourse
- EdFiGraduationPlanCreditsByCreditCategory
- EdFiGraduationPlanCreditsBySubject
- EdFiGraduationPlanReference
- EdFiGraduationPlanRequiredAssessment
- EdFiGraduationPlanRequiredAssessmentPerformanceLevel
- EdFiGraduationPlanRequiredAssessmentScore
- EdFiIntervention
- EdFiInterventionAppropriateGradeLevel
- EdFiInterventionAppropriateSex
- EdFiInterventionDiagnosis
- EdFiInterventionEducationContent
- EdFiInterventionInterventionPrescription
- EdFiInterventionLearningResourceMetadataURI
- EdFiInterventionMeetingTime
- EdFiInterventionPopulationServed
- EdFiInterventionPrescription
- EdFiInterventionPrescriptionAppropriateGradeLevel
- EdFiInterventionPrescriptionAppropriateSex
- EdFiInterventionPrescriptionDiagnosis
- EdFiInterventionPrescriptionEducationContent
- EdFiInterventionPrescriptionLearningResourceMetadataURI
- EdFiInterventionPrescriptionPopulationServed
- EdFiInterventionPrescriptionReference
- EdFiInterventionPrescriptionURI
- EdFiInterventionReference
- EdFiInterventionStaff
- EdFiInterventionStudy
- EdFiInterventionStudyAppropriateGradeLevel
- EdFiInterventionStudyAppropriateSex
- EdFiInterventionStudyEducationContent
- EdFiInterventionStudyInterventionEffectiveness
- EdFiInterventionStudyLearningResourceMetadataURI
- EdFiInterventionStudyPopulationServed
- EdFiInterventionStudyStateAbbreviation
- EdFiInterventionStudyURI
- EdFiInterventionURI
- EdFiLearningStandard
- EdFiLearningStandardAcademicSubject
- EdFiLearningStandardContentStandard
- EdFiLearningStandardContentStandardAuthor
- EdFiLearningStandardEquivalenceAssociation
- EdFiLearningStandardGradeLevel
- EdFiLearningStandardIdentificationCode
- EdFiLearningStandardReference
- EdFiLocalAccount
- EdFiLocalAccountReference
- EdFiLocalAccountReportingTag
- EdFiLocalActual
- EdFiLocalBudget
- EdFiLocalContractedStaff
- EdFiLocalEducationAgency
- EdFiLocalEducationAgencyAccountability
- EdFiLocalEducationAgencyFederalFunds
- EdFiLocalEducationAgencyReference
- EdFiLocalEncumbrance
- EdFiLocalPayroll
- EdFiLocation
- EdFiLocationReference
- EdFiObjectDimension
- EdFiObjectDimensionReference
- EdFiObjectDimensionReportingTag
- EdFiObjectiveAssessment
- EdFiObjectiveAssessmentAssessmentItem
- EdFiObjectiveAssessmentLearningStandard
- EdFiObjectiveAssessmentPerformanceLevel
- EdFiObjectiveAssessmentReference
- EdFiObjectiveAssessmentScore
- EdFiOpenStaffPosition
- EdFiOpenStaffPositionAcademicSubject
- EdFiOpenStaffPositionInstructionalGradeLevel
- EdFiOperationalUnitDimension
- EdFiOperationalUnitDimensionReference
- EdFiOperationalUnitDimensionReportingTag
- EdFiOrganizationDepartment
- EdFiPerson
- EdFiPersonReference
- EdFiPostSecondaryEvent
- EdFiPostSecondaryInstitution
- EdFiPostSecondaryInstitutionMediumOfInstruction
- EdFiPostSecondaryInstitutionReference
- EdFiProgram
- EdFiProgramCharacteristic
- EdFiProgramDimension
- EdFiProgramDimensionReference
- EdFiProgramDimensionReportingTag
- EdFiProgramEvaluation
- EdFiProgramEvaluationElement
- EdFiProgramEvaluationElementProgramEvaluationLevel
- EdFiProgramEvaluationElementReference
- EdFiProgramEvaluationLevel
- EdFiProgramEvaluationObjective
- EdFiProgramEvaluationObjectiveProgramEvaluationLevel
- EdFiProgramEvaluationObjectiveReference
- EdFiProgramEvaluationReference
- EdFiProgramLearningStandard
- EdFiProgramReference
- EdFiProgramSponsor
- EdFiProjectDimension
- EdFiProjectDimensionReference
- EdFiProjectDimensionReportingTag
- EdFiReportCard
- EdFiReportCardGrade
- EdFiReportCardGradePointAverage
- EdFiReportCardReference
- EdFiReportCardStudentCompetencyObjective
- EdFiRestraintEvent
- EdFiRestraintEventProgram
- EdFiRestraintEventReason
- EdFiSchool
- EdFiSchoolCategory
- EdFiSchoolGradeLevel
- EdFiSchoolReference
- EdFiSchoolYearType
- EdFiSchoolYearTypeReference
- EdFiSection
- EdFiSectionAttendanceTakenEvent
- EdFiSectionCharacteristic
- EdFiSectionClassPeriod
- EdFiSectionCourseLevelCharacteristic
- EdFiSectionOfferedGradeLevel
- EdFiSectionProgram
- EdFiSectionReference
- EdFiSession
- EdFiSessionAcademicWeek
- EdFiSessionGradingPeriod
- EdFiSessionReference
- EdFiSourceDimension
- EdFiSourceDimensionReference
- EdFiSourceDimensionReportingTag
- EdFiStaff
- EdFiStaffAbsenceEvent
- EdFiStaffAddress
- EdFiStaffAddressPeriod
- EdFiStaffAncestryEthnicOrigin
- EdFiStaffCohortAssociation
- EdFiStaffCredential
- EdFiStaffDisciplineIncidentAssociation
- EdFiStaffDisciplineIncidentAssociationDisciplineIncidentParticipationCode
- EdFiStaffEducationOrganizationAssignmentAssociation
- EdFiStaffEducationOrganizationContactAssociation
- EdFiStaffEducationOrganizationContactAssociationAddress
- EdFiStaffEducationOrganizationContactAssociationAddressPeriod
- EdFiStaffEducationOrganizationContactAssociationTelephone
- EdFiStaffEducationOrganizationEmploymentAssociation
- EdFiStaffEducationOrganizationEmploymentAssociationReference
- EdFiStaffElectronicMail
- EdFiStaffIdentificationCode
- EdFiStaffIdentificationDocument
- EdFiStaffInternationalAddress
- EdFiStaffLanguage
- EdFiStaffLanguageUse
- EdFiStaffLeave
- EdFiStaffOtherName
- EdFiStaffPersonalIdentificationDocument
- EdFiStaffProgramAssociation
- EdFiStaffRace
- EdFiStaffRecognition
- EdFiStaffReference
- EdFiStaffSchoolAssociation
- EdFiStaffSchoolAssociationAcademicSubject
- EdFiStaffSchoolAssociationGradeLevel
- EdFiStaffSectionAssociation
- EdFiStaffTelephone
- EdFiStaffTribalAffiliation
- EdFiStaffVisa
- EdFiStateEducationAgency
- EdFiStateEducationAgencyAccountability
- EdFiStateEducationAgencyFederalFunds
- EdFiStateEducationAgencyReference
- EdFiStudent
- EdFiStudentAcademicRecord
- EdFiStudentAcademicRecordAcademicHonor
- EdFiStudentAcademicRecordClassRanking
- EdFiStudentAcademicRecordDiploma
- EdFiStudentAcademicRecordGradePointAverage
- EdFiStudentAcademicRecordRecognition
- EdFiStudentAcademicRecordReference
- EdFiStudentAcademicRecordReportCard
- EdFiStudentAssessment
- EdFiStudentAssessmentAccommodation
- EdFiStudentAssessmentEducationOrganizationAssociation
- EdFiStudentAssessmentItem
- EdFiStudentAssessmentPerformanceLevel
- EdFiStudentAssessmentPeriod
- EdFiStudentAssessmentReference
- EdFiStudentAssessmentRegistration
- EdFiStudentAssessmentRegistrationAssessmentAccommodation
- EdFiStudentAssessmentRegistrationAssessmentCustomization
- EdFiStudentAssessmentRegistrationBatteryPartAssociation
- EdFiStudentAssessmentRegistrationBatteryPartAssociationAccommodation
- EdFiStudentAssessmentRegistrationReference
- EdFiStudentAssessmentScoreResult
- EdFiStudentAssessmentStudentObjectiveAssessment
- EdFiStudentAssessmentStudentObjectiveAssessmentPerformanceLevel
- EdFiStudentAssessmentStudentObjectiveAssessmentScoreResult
- EdFiStudentCTEProgramAssociation
- EdFiStudentCTEProgramAssociationCTEProgramService
- EdFiStudentCohortAssociation
- EdFiStudentCohortAssociationSection
- EdFiStudentCompetencyObjective
- EdFiStudentCompetencyObjectiveGeneralStudentProgramAssociation
- EdFiStudentCompetencyObjectiveReference
- EdFiStudentCompetencyObjectiveStudentSectionAssociation
- EdFiStudentContactAssociation
- EdFiStudentDisciplineIncidentBehaviorAssociation
- EdFiStudentDisciplineIncidentBehaviorAssociationDisciplineIncidentParticipationCode
- EdFiStudentDisciplineIncidentBehaviorAssociationReference
- EdFiStudentDisciplineIncidentBehaviorAssociationWeapon
- EdFiStudentDisciplineIncidentNonOffenderAssociation
- EdFiStudentDisciplineIncidentNonOffenderAssociationDisciplineIncidentParticipationCode
- EdFiStudentEducationOrganizationAssessmentAccommodation
- EdFiStudentEducationOrganizationAssessmentAccommodationGeneralAccommodation
- EdFiStudentEducationOrganizationAssessmentAccommodationReference
- EdFiStudentEducationOrganizationAssociation
- EdFiStudentEducationOrganizationAssociationAddress
- EdFiStudentEducationOrganizationAssociationAddressPeriod
- EdFiStudentEducationOrganizationAssociationAncestryEthnicOrigin
- EdFiStudentEducationOrganizationAssociationCohortYear
- EdFiStudentEducationOrganizationAssociationDisability
- EdFiStudentEducationOrganizationAssociationDisabilityDesignation
- EdFiStudentEducationOrganizationAssociationDisplacedStudent
- EdFiStudentEducationOrganizationAssociationElectronicMail
- EdFiStudentEducationOrganizationAssociationInternationalAddress
- EdFiStudentEducationOrganizationAssociationLanguage
- EdFiStudentEducationOrganizationAssociationLanguageUse
- EdFiStudentEducationOrganizationAssociationRace
- EdFiStudentEducationOrganizationAssociationReference
- EdFiStudentEducationOrganizationAssociationStudentCharacteristic
- EdFiStudentEducationOrganizationAssociationStudentCharacteristicPeriod
- EdFiStudentEducationOrganizationAssociationStudentIdentificationCode
- EdFiStudentEducationOrganizationAssociationStudentIndicator
- EdFiStudentEducationOrganizationAssociationStudentIndicatorPeriod
- EdFiStudentEducationOrganizationAssociationTelephone
- EdFiStudentEducationOrganizationAssociationTribalAffiliation
- EdFiStudentEducationOrganizationResponsibilityAssociation
- EdFiStudentGradebookEntry
- EdFiStudentHealth
- EdFiStudentHealthAdditionalImmunization
- EdFiStudentHealthAdditionalImmunizationDate
- EdFiStudentHealthRequiredImmunization
- EdFiStudentHealthRequiredImmunizationDate
- EdFiStudentHomelessProgramAssociation
- EdFiStudentHomelessProgramAssociationHomelessProgramService
- EdFiStudentIdentificationDocument
- EdFiStudentInterventionAssociation
- EdFiStudentInterventionAssociationInterventionEffectiveness
- EdFiStudentInterventionAttendanceEvent
- EdFiStudentLanguageInstructionProgramAssociation
- EdFiStudentLanguageInstructionProgramAssociationEnglishLanguageProficiencyAssessment
- EdFiStudentLanguageInstructionProgramAssociationLanguageInstructionProgramService
- EdFiStudentMigrantEducationProgramAssociation
- EdFiStudentMigrantEducationProgramAssociationMigrantEducationProgramService
- EdFiStudentNeglectedOrDelinquentProgramAssociation
- EdFiStudentNeglectedOrDelinquentProgramAssociationNeglectedOrDelinquentProgramService
- EdFiStudentOtherName
- EdFiStudentPersonalIdentificationDocument
- EdFiStudentProgramAssociation
- EdFiStudentProgramAssociationService
- EdFiStudentProgramAttendanceEvent
- EdFiStudentProgramEvaluation
- EdFiStudentProgramEvaluationExternalEvaluator
- EdFiStudentProgramEvaluationStudentEvaluationElement
- EdFiStudentProgramEvaluationStudentEvaluationObjective
- EdFiStudentReference
- EdFiStudentSchoolAssociation
- EdFiStudentSchoolAssociationAlternativeGraduationPlan
- EdFiStudentSchoolAssociationEducationPlan
- EdFiStudentSchoolAssociationReference
- EdFiStudentSchoolAttendanceEvent
- EdFiStudentSchoolFoodServiceProgramAssociation
- EdFiStudentSchoolFoodServiceProgramAssociationSchoolFoodServiceProgramService
- EdFiStudentSection504ProgramAssociation
- EdFiStudentSectionAssociation
- EdFiStudentSectionAssociationProgram
- EdFiStudentSectionAssociationReference
- EdFiStudentSectionAttendanceEvent
- EdFiStudentSectionAttendanceEventClassPeriod
- EdFiStudentSpecialEducationProgramAssociation
- EdFiStudentSpecialEducationProgramAssociationDisability
- EdFiStudentSpecialEducationProgramAssociationDisabilityDesignation
- EdFiStudentSpecialEducationProgramAssociationServiceProvider
- EdFiStudentSpecialEducationProgramAssociationSpecialEducationProgramService
- EdFiStudentSpecialEducationProgramAssociationSpecialEducationProgramServiceProvider
- EdFiStudentSpecialEducationProgramEligibilityAssociation
- EdFiStudentTitleIPartAProgramAssociation
- EdFiStudentTitleIPartAProgramAssociationTitleIPartAProgramService
- EdFiStudentTransportation
- EdFiStudentTransportationStudentBusDetails
- EdFiStudentTransportationStudentBusDetailsTravelDayofWeek
- EdFiStudentTransportationStudentBusDetailsTravelDirection
- EdFiStudentVisa
- EdFiSurvey
- EdFiSurveyCourseAssociation
- EdFiSurveyProgramAssociation
- EdFiSurveyQuestion
- EdFiSurveyQuestionMatrix
- EdFiSurveyQuestionReference
- EdFiSurveyQuestionResponse
- EdFiSurveyQuestionResponseChoice
- EdFiSurveyQuestionResponseSurveyQuestionMatrixElementResponse
- EdFiSurveyQuestionResponseValue
- EdFiSurveyReference
- EdFiSurveyResponse
- EdFiSurveyResponseEducationOrganizationTargetAssociation
- EdFiSurveyResponseReference
- EdFiSurveyResponseStaffTargetAssociation
- EdFiSurveyResponseSurveyLevel
- EdFiSurveySection
- EdFiSurveySectionAssociation
- EdFiSurveySectionReference
- EdFiSurveySectionResponse
- EdFiSurveySectionResponseEducationOrganizationTargetAssociation
- EdFiSurveySectionResponseReference
- EdFiSurveySectionResponseStaffTargetAssociation
- GetAcademicWeeksPartitions200Response
- Link
- SchoolExtensions
- SurveyResponseExtensions
- TpdmCandidate
- TpdmCandidateAddress
- TpdmCandidateAddressPeriod
- TpdmCandidateDisability
- TpdmCandidateDisabilityDesignation
- TpdmCandidateEducatorPreparationProgramAssociation
- TpdmCandidateEducatorPreparationProgramAssociationCohortYear
- TpdmCandidateEducatorPreparationProgramAssociationDegreeSpecialization
- TpdmCandidateElectronicMail
- TpdmCandidateLanguage
- TpdmCandidateLanguageUse
- TpdmCandidateOtherName
- TpdmCandidatePersonalIdentificationDocument
- TpdmCandidateRace
- TpdmCandidateReference
- TpdmCandidateTelephone
- TpdmCredentialExtension
- TpdmCredentialStudentAcademicRecord
- TpdmEducatorPreparationProgram
- TpdmEducatorPreparationProgramGradeLevel
- TpdmEducatorPreparationProgramReference
- TpdmEvaluation
- TpdmEvaluationElement
- TpdmEvaluationElementRating
- TpdmEvaluationElementRatingLevel
- TpdmEvaluationElementRatingResult
- TpdmEvaluationElementReference
- TpdmEvaluationObjective
- TpdmEvaluationObjectiveRating
- TpdmEvaluationObjectiveRatingLevel
- TpdmEvaluationObjectiveRatingReference
- TpdmEvaluationObjectiveRatingResult
- TpdmEvaluationObjectiveReference
- TpdmEvaluationRating
- TpdmEvaluationRatingLevel
- TpdmEvaluationRatingReference
- TpdmEvaluationRatingResult
- TpdmEvaluationRatingReviewer
- TpdmEvaluationRatingReviewerReceivedTraining
- TpdmEvaluationReference
- TpdmFinancialAid
- TpdmPerformanceEvaluation
- TpdmPerformanceEvaluationGradeLevel
- TpdmPerformanceEvaluationRating
- TpdmPerformanceEvaluationRatingLevel
- TpdmPerformanceEvaluationRatingReference
- TpdmPerformanceEvaluationRatingResult
- TpdmPerformanceEvaluationRatingReviewer
- TpdmPerformanceEvaluationRatingReviewerReceivedTraining
- TpdmPerformanceEvaluationReference
- TpdmRubricDimension
- TpdmSchoolExtension
- TpdmSurveyResponseExtension
- TpdmSurveyResponsePersonTargetAssociation
- TpdmSurveySectionResponsePersonTargetAssociation
- TrackedChangesEdFiAcademicWeekDelete
- TrackedChangesEdFiAcademicWeekKey
- TrackedChangesEdFiAcademicWeekKeyChange
- TrackedChangesEdFiAccountabilityRatingDelete
- TrackedChangesEdFiAccountabilityRatingKey
- TrackedChangesEdFiAccountabilityRatingKeyChange
- TrackedChangesEdFiAssessmentAdministrationDelete
- TrackedChangesEdFiAssessmentAdministrationKey
- TrackedChangesEdFiAssessmentAdministrationKeyChange
- TrackedChangesEdFiAssessmentAdministrationParticipationDelete
- TrackedChangesEdFiAssessmentAdministrationParticipationKey
- TrackedChangesEdFiAssessmentAdministrationParticipationKeyChange
- TrackedChangesEdFiAssessmentBatteryPartDelete
- TrackedChangesEdFiAssessmentBatteryPartKey
- TrackedChangesEdFiAssessmentBatteryPartKeyChange
- TrackedChangesEdFiAssessmentDelete
- TrackedChangesEdFiAssessmentItemDelete
- TrackedChangesEdFiAssessmentItemKey
- TrackedChangesEdFiAssessmentItemKeyChange
- TrackedChangesEdFiAssessmentKey
- TrackedChangesEdFiAssessmentKeyChange
- TrackedChangesEdFiAssessmentScoreRangeLearningStandardDelete
- TrackedChangesEdFiAssessmentScoreRangeLearningStandardKey
- TrackedChangesEdFiAssessmentScoreRangeLearningStandardKeyChange
- TrackedChangesEdFiBalanceSheetDimensionDelete
- TrackedChangesEdFiBalanceSheetDimensionKey
- TrackedChangesEdFiBalanceSheetDimensionKeyChange
- TrackedChangesEdFiBellScheduleDelete
- TrackedChangesEdFiBellScheduleKey
- TrackedChangesEdFiBellScheduleKeyChange
- TrackedChangesEdFiCalendarDateDelete
- TrackedChangesEdFiCalendarDateKey
- TrackedChangesEdFiCalendarDateKeyChange
- TrackedChangesEdFiCalendarDelete
- TrackedChangesEdFiCalendarKey
- TrackedChangesEdFiCalendarKeyChange
- TrackedChangesEdFiChartOfAccountDelete
- TrackedChangesEdFiChartOfAccountKey
- TrackedChangesEdFiChartOfAccountKeyChange
- TrackedChangesEdFiClassPeriodDelete
- TrackedChangesEdFiClassPeriodKey
- TrackedChangesEdFiClassPeriodKeyChange
- TrackedChangesEdFiCohortDelete
- TrackedChangesEdFiCohortKey
- TrackedChangesEdFiCohortKeyChange
- TrackedChangesEdFiCommunityOrganizationDelete
- TrackedChangesEdFiCommunityOrganizationKey
- TrackedChangesEdFiCommunityOrganizationKeyChange
- TrackedChangesEdFiCommunityProviderDelete
- TrackedChangesEdFiCommunityProviderKey
- TrackedChangesEdFiCommunityProviderKeyChange
- TrackedChangesEdFiCommunityProviderLicenseDelete
- TrackedChangesEdFiCommunityProviderLicenseKey
- TrackedChangesEdFiCommunityProviderLicenseKeyChange
- TrackedChangesEdFiCompetencyObjectiveDelete
- TrackedChangesEdFiCompetencyObjectiveKey
- TrackedChangesEdFiCompetencyObjectiveKeyChange
- TrackedChangesEdFiContactDelete
- TrackedChangesEdFiContactKey
- TrackedChangesEdFiContactKeyChange
- TrackedChangesEdFiCourseDelete
- TrackedChangesEdFiCourseKey
- TrackedChangesEdFiCourseKeyChange
- TrackedChangesEdFiCourseOfferingDelete
- TrackedChangesEdFiCourseOfferingKey
- TrackedChangesEdFiCourseOfferingKeyChange
- TrackedChangesEdFiCourseTranscriptDelete
- TrackedChangesEdFiCourseTranscriptKey
- TrackedChangesEdFiCourseTranscriptKeyChange
- TrackedChangesEdFiCredentialDelete
- TrackedChangesEdFiCredentialKey
- TrackedChangesEdFiCredentialKeyChange
- TrackedChangesEdFiCrisisEventDelete
- TrackedChangesEdFiCrisisEventKey
- TrackedChangesEdFiCrisisEventKeyChange
- TrackedChangesEdFiDescriptorMappingDelete
- TrackedChangesEdFiDescriptorMappingKey
- TrackedChangesEdFiDescriptorMappingKeyChange
- TrackedChangesEdFiDisciplineActionDelete
- TrackedChangesEdFiDisciplineActionKey
- TrackedChangesEdFiDisciplineActionKeyChange
- TrackedChangesEdFiDisciplineIncidentDelete
- TrackedChangesEdFiDisciplineIncidentKey
- TrackedChangesEdFiDisciplineIncidentKeyChange
- TrackedChangesEdFiEducationContentDelete
- TrackedChangesEdFiEducationContentKey
- TrackedChangesEdFiEducationContentKeyChange
- TrackedChangesEdFiEducationOrganizationInterventionPrescriptionAssociationDelete
- TrackedChangesEdFiEducationOrganizationInterventionPrescriptionAssociationKey
- TrackedChangesEdFiEducationOrganizationInterventionPrescriptionAssociationKeyChange
- TrackedChangesEdFiEducationOrganizationNetworkAssociationDelete
- TrackedChangesEdFiEducationOrganizationNetworkAssociationKey
- TrackedChangesEdFiEducationOrganizationNetworkAssociationKeyChange
- TrackedChangesEdFiEducationOrganizationNetworkDelete
- TrackedChangesEdFiEducationOrganizationNetworkKey
- TrackedChangesEdFiEducationOrganizationNetworkKeyChange
- TrackedChangesEdFiEducationOrganizationPeerAssociationDelete
- TrackedChangesEdFiEducationOrganizationPeerAssociationKey
- TrackedChangesEdFiEducationOrganizationPeerAssociationKeyChange
- TrackedChangesEdFiEducationServiceCenterDelete
- TrackedChangesEdFiEducationServiceCenterKey
- TrackedChangesEdFiEducationServiceCenterKeyChange
- TrackedChangesEdFiEvaluationRubricDimensionDelete
- TrackedChangesEdFiEvaluationRubricDimensionKey
- TrackedChangesEdFiEvaluationRubricDimensionKeyChange
- TrackedChangesEdFiFeederSchoolAssociationDelete
- TrackedChangesEdFiFeederSchoolAssociationKey
- TrackedChangesEdFiFeederSchoolAssociationKeyChange
- TrackedChangesEdFiFunctionDimensionDelete
- TrackedChangesEdFiFunctionDimensionKey
- TrackedChangesEdFiFunctionDimensionKeyChange
- TrackedChangesEdFiFundDimensionDelete
- TrackedChangesEdFiFundDimensionKey
- TrackedChangesEdFiFundDimensionKeyChange
- TrackedChangesEdFiGradeDelete
- TrackedChangesEdFiGradeKey
- TrackedChangesEdFiGradeKeyChange
- TrackedChangesEdFiGradebookEntryDelete
- TrackedChangesEdFiGradebookEntryKey
- TrackedChangesEdFiGradebookEntryKeyChange
- TrackedChangesEdFiGradingPeriodDelete
- TrackedChangesEdFiGradingPeriodKey
- TrackedChangesEdFiGradingPeriodKeyChange
- TrackedChangesEdFiGraduationPlanDelete
- TrackedChangesEdFiGraduationPlanKey
- TrackedChangesEdFiGraduationPlanKeyChange
- TrackedChangesEdFiInterventionDelete
- TrackedChangesEdFiInterventionKey
- TrackedChangesEdFiInterventionKeyChange
- TrackedChangesEdFiInterventionPrescriptionDelete
- TrackedChangesEdFiInterventionPrescriptionKey
- TrackedChangesEdFiInterventionPrescriptionKeyChange
- TrackedChangesEdFiInterventionStudyDelete
- TrackedChangesEdFiInterventionStudyKey
- TrackedChangesEdFiInterventionStudyKeyChange
- TrackedChangesEdFiLearningStandardDelete
- TrackedChangesEdFiLearningStandardEquivalenceAssociationDelete
- TrackedChangesEdFiLearningStandardEquivalenceAssociationKey
- TrackedChangesEdFiLearningStandardEquivalenceAssociationKeyChange
- TrackedChangesEdFiLearningStandardKey
- TrackedChangesEdFiLearningStandardKeyChange
- TrackedChangesEdFiLocalAccountDelete
- TrackedChangesEdFiLocalAccountKey
- TrackedChangesEdFiLocalAccountKeyChange
- TrackedChangesEdFiLocalActualDelete
- TrackedChangesEdFiLocalActualKey
- TrackedChangesEdFiLocalActualKeyChange
- TrackedChangesEdFiLocalBudgetDelete
- TrackedChangesEdFiLocalBudgetKey
- TrackedChangesEdFiLocalBudgetKeyChange
- TrackedChangesEdFiLocalContractedStaffDelete
- TrackedChangesEdFiLocalContractedStaffKey
- TrackedChangesEdFiLocalContractedStaffKeyChange
- TrackedChangesEdFiLocalEducationAgencyDelete
- TrackedChangesEdFiLocalEducationAgencyKey
- TrackedChangesEdFiLocalEducationAgencyKeyChange
- TrackedChangesEdFiLocalEncumbranceDelete
- TrackedChangesEdFiLocalEncumbranceKey
- TrackedChangesEdFiLocalEncumbranceKeyChange
- TrackedChangesEdFiLocalPayrollDelete
- TrackedChangesEdFiLocalPayrollKey
- TrackedChangesEdFiLocalPayrollKeyChange
- TrackedChangesEdFiLocationDelete
- TrackedChangesEdFiLocationKey
- TrackedChangesEdFiLocationKeyChange
- TrackedChangesEdFiObjectDimensionDelete
- TrackedChangesEdFiObjectDimensionKey
- TrackedChangesEdFiObjectDimensionKeyChange
- TrackedChangesEdFiObjectiveAssessmentDelete
- TrackedChangesEdFiObjectiveAssessmentKey
- TrackedChangesEdFiObjectiveAssessmentKeyChange
- TrackedChangesEdFiOpenStaffPositionDelete
- TrackedChangesEdFiOpenStaffPositionKey
- TrackedChangesEdFiOpenStaffPositionKeyChange
- TrackedChangesEdFiOperationalUnitDimensionDelete
- TrackedChangesEdFiOperationalUnitDimensionKey
- TrackedChangesEdFiOperationalUnitDimensionKeyChange
- TrackedChangesEdFiOrganizationDepartmentDelete
- TrackedChangesEdFiOrganizationDepartmentKey
- TrackedChangesEdFiOrganizationDepartmentKeyChange
- TrackedChangesEdFiPersonDelete
- TrackedChangesEdFiPersonKey
- TrackedChangesEdFiPersonKeyChange
- TrackedChangesEdFiPostSecondaryEventDelete
- TrackedChangesEdFiPostSecondaryEventKey
- TrackedChangesEdFiPostSecondaryEventKeyChange
- TrackedChangesEdFiPostSecondaryInstitutionDelete
- TrackedChangesEdFiPostSecondaryInstitutionKey
- TrackedChangesEdFiPostSecondaryInstitutionKeyChange
- TrackedChangesEdFiProgramDelete
- TrackedChangesEdFiProgramDimensionDelete
- TrackedChangesEdFiProgramDimensionKey
- TrackedChangesEdFiProgramDimensionKeyChange
- TrackedChangesEdFiProgramEvaluationDelete
- TrackedChangesEdFiProgramEvaluationElementDelete
- TrackedChangesEdFiProgramEvaluationElementKey
- TrackedChangesEdFiProgramEvaluationElementKeyChange
- TrackedChangesEdFiProgramEvaluationKey
- TrackedChangesEdFiProgramEvaluationKeyChange
- TrackedChangesEdFiProgramEvaluationObjectiveDelete
- TrackedChangesEdFiProgramEvaluationObjectiveKey
- TrackedChangesEdFiProgramEvaluationObjectiveKeyChange
- TrackedChangesEdFiProgramKey
- TrackedChangesEdFiProgramKeyChange
- TrackedChangesEdFiProjectDimensionDelete
- TrackedChangesEdFiProjectDimensionKey
- TrackedChangesEdFiProjectDimensionKeyChange
- TrackedChangesEdFiReportCardDelete
- TrackedChangesEdFiReportCardKey
- TrackedChangesEdFiReportCardKeyChange
- TrackedChangesEdFiRestraintEventDelete
- TrackedChangesEdFiRestraintEventKey
- TrackedChangesEdFiRestraintEventKeyChange
- TrackedChangesEdFiSchoolDelete
- TrackedChangesEdFiSchoolKey
- TrackedChangesEdFiSchoolKeyChange
- TrackedChangesEdFiSchoolYearTypeDelete
- TrackedChangesEdFiSchoolYearTypeKey
- TrackedChangesEdFiSchoolYearTypeKeyChange
- TrackedChangesEdFiSectionAttendanceTakenEventDelete
- TrackedChangesEdFiSectionAttendanceTakenEventKey
- TrackedChangesEdFiSectionAttendanceTakenEventKeyChange
- TrackedChangesEdFiSectionDelete
- TrackedChangesEdFiSectionKey
- TrackedChangesEdFiSectionKeyChange
- TrackedChangesEdFiSessionDelete
- TrackedChangesEdFiSessionKey
- TrackedChangesEdFiSessionKeyChange
- TrackedChangesEdFiSourceDimensionDelete
- TrackedChangesEdFiSourceDimensionKey
- TrackedChangesEdFiSourceDimensionKeyChange
- TrackedChangesEdFiStaffAbsenceEventDelete
- TrackedChangesEdFiStaffAbsenceEventKey
- TrackedChangesEdFiStaffAbsenceEventKeyChange
- TrackedChangesEdFiStaffCohortAssociationDelete
- TrackedChangesEdFiStaffCohortAssociationKey
- TrackedChangesEdFiStaffCohortAssociationKeyChange
- TrackedChangesEdFiStaffDelete
- TrackedChangesEdFiStaffDisciplineIncidentAssociationDelete
- TrackedChangesEdFiStaffDisciplineIncidentAssociationKey
- TrackedChangesEdFiStaffDisciplineIncidentAssociationKeyChange
- TrackedChangesEdFiStaffEducationOrganizationAssignmentAssociationDelete
- TrackedChangesEdFiStaffEducationOrganizationAssignmentAssociationKey
- TrackedChangesEdFiStaffEducationOrganizationAssignmentAssociationKeyChange
- TrackedChangesEdFiStaffEducationOrganizationContactAssociationDelete
- TrackedChangesEdFiStaffEducationOrganizationContactAssociationKey
- TrackedChangesEdFiStaffEducationOrganizationContactAssociationKeyChange
- TrackedChangesEdFiStaffEducationOrganizationEmploymentAssociationDelete
- TrackedChangesEdFiStaffEducationOrganizationEmploymentAssociationKey
- TrackedChangesEdFiStaffEducationOrganizationEmploymentAssociationKeyChange
- TrackedChangesEdFiStaffKey
- TrackedChangesEdFiStaffKeyChange
- TrackedChangesEdFiStaffLeaveDelete
- TrackedChangesEdFiStaffLeaveKey
- TrackedChangesEdFiStaffLeaveKeyChange
- TrackedChangesEdFiStaffProgramAssociationDelete
- TrackedChangesEdFiStaffProgramAssociationKey
- TrackedChangesEdFiStaffProgramAssociationKeyChange
- TrackedChangesEdFiStaffSchoolAssociationDelete
- TrackedChangesEdFiStaffSchoolAssociationKey
- TrackedChangesEdFiStaffSchoolAssociationKeyChange
- TrackedChangesEdFiStaffSectionAssociationDelete
- TrackedChangesEdFiStaffSectionAssociationKey
- TrackedChangesEdFiStaffSectionAssociationKeyChange
- TrackedChangesEdFiStateEducationAgencyDelete
- TrackedChangesEdFiStateEducationAgencyKey
- TrackedChangesEdFiStateEducationAgencyKeyChange
- TrackedChangesEdFiStudentAcademicRecordDelete
- TrackedChangesEdFiStudentAcademicRecordKey
- TrackedChangesEdFiStudentAcademicRecordKeyChange
- TrackedChangesEdFiStudentAssessmentDelete
- TrackedChangesEdFiStudentAssessmentEducationOrganizationAssociationDelete
- TrackedChangesEdFiStudentAssessmentEducationOrganizationAssociationKey
- TrackedChangesEdFiStudentAssessmentEducationOrganizationAssociationKeyChange
- TrackedChangesEdFiStudentAssessmentKey
- TrackedChangesEdFiStudentAssessmentKeyChange
- TrackedChangesEdFiStudentAssessmentRegistrationBatteryPartAssociationDelete
- TrackedChangesEdFiStudentAssessmentRegistrationBatteryPartAssociationKey
- TrackedChangesEdFiStudentAssessmentRegistrationBatteryPartAssociationKeyChange
- TrackedChangesEdFiStudentAssessmentRegistrationDelete
- TrackedChangesEdFiStudentAssessmentRegistrationKey
- TrackedChangesEdFiStudentAssessmentRegistrationKeyChange
- TrackedChangesEdFiStudentCTEProgramAssociationDelete
- TrackedChangesEdFiStudentCTEProgramAssociationKey
- TrackedChangesEdFiStudentCTEProgramAssociationKeyChange
- TrackedChangesEdFiStudentCohortAssociationDelete
- TrackedChangesEdFiStudentCohortAssociationKey
- TrackedChangesEdFiStudentCohortAssociationKeyChange
- TrackedChangesEdFiStudentCompetencyObjectiveDelete
- TrackedChangesEdFiStudentCompetencyObjectiveKey
- TrackedChangesEdFiStudentCompetencyObjectiveKeyChange
- TrackedChangesEdFiStudentContactAssociationDelete
- TrackedChangesEdFiStudentContactAssociationKey
- TrackedChangesEdFiStudentContactAssociationKeyChange
- TrackedChangesEdFiStudentDelete
- TrackedChangesEdFiStudentDisciplineIncidentBehaviorAssociationDelete
- TrackedChangesEdFiStudentDisciplineIncidentBehaviorAssociationKey
- TrackedChangesEdFiStudentDisciplineIncidentBehaviorAssociationKeyChange
- TrackedChangesEdFiStudentDisciplineIncidentNonOffenderAssociationDelete
- TrackedChangesEdFiStudentDisciplineIncidentNonOffenderAssociationKey
- TrackedChangesEdFiStudentDisciplineIncidentNonOffenderAssociationKeyChange
- TrackedChangesEdFiStudentEducationOrganizationAssessmentAccommodationDelete
- TrackedChangesEdFiStudentEducationOrganizationAssessmentAccommodationKey
- TrackedChangesEdFiStudentEducationOrganizationAssessmentAccommodationKeyChange
- TrackedChangesEdFiStudentEducationOrganizationAssociationDelete
- TrackedChangesEdFiStudentEducationOrganizationAssociationKey
- TrackedChangesEdFiStudentEducationOrganizationAssociationKeyChange
- TrackedChangesEdFiStudentEducationOrganizationResponsibilityAssociationDelete
- TrackedChangesEdFiStudentEducationOrganizationResponsibilityAssociationKey
- TrackedChangesEdFiStudentEducationOrganizationResponsibilityAssociationKeyChange
- TrackedChangesEdFiStudentGradebookEntryDelete
- TrackedChangesEdFiStudentGradebookEntryKey
- TrackedChangesEdFiStudentGradebookEntryKeyChange
- TrackedChangesEdFiStudentHealthDelete
- TrackedChangesEdFiStudentHealthKey
- TrackedChangesEdFiStudentHealthKeyChange
- TrackedChangesEdFiStudentHomelessProgramAssociationDelete
- TrackedChangesEdFiStudentHomelessProgramAssociationKey
- TrackedChangesEdFiStudentHomelessProgramAssociationKeyChange
- TrackedChangesEdFiStudentInterventionAssociationDelete
- TrackedChangesEdFiStudentInterventionAssociationKey
- TrackedChangesEdFiStudentInterventionAssociationKeyChange
- TrackedChangesEdFiStudentInterventionAttendanceEventDelete
- TrackedChangesEdFiStudentInterventionAttendanceEventKey
- TrackedChangesEdFiStudentInterventionAttendanceEventKeyChange
- TrackedChangesEdFiStudentKey
- TrackedChangesEdFiStudentKeyChange
- TrackedChangesEdFiStudentLanguageInstructionProgramAssociationDelete
- TrackedChangesEdFiStudentLanguageInstructionProgramAssociationKey
- TrackedChangesEdFiStudentLanguageInstructionProgramAssociationKeyChange
- TrackedChangesEdFiStudentMigrantEducationProgramAssociationDelete
- TrackedChangesEdFiStudentMigrantEducationProgramAssociationKey
- TrackedChangesEdFiStudentMigrantEducationProgramAssociationKeyChange
- TrackedChangesEdFiStudentNeglectedOrDelinquentProgramAssociationDelete
- TrackedChangesEdFiStudentNeglectedOrDelinquentProgramAssociationKey
- TrackedChangesEdFiStudentNeglectedOrDelinquentProgramAssociationKeyChange
- TrackedChangesEdFiStudentProgramAssociationDelete
- TrackedChangesEdFiStudentProgramAssociationKey
- TrackedChangesEdFiStudentProgramAssociationKeyChange
- TrackedChangesEdFiStudentProgramAttendanceEventDelete
- TrackedChangesEdFiStudentProgramAttendanceEventKey
- TrackedChangesEdFiStudentProgramAttendanceEventKeyChange
- TrackedChangesEdFiStudentProgramEvaluationDelete
- TrackedChangesEdFiStudentProgramEvaluationKey
- TrackedChangesEdFiStudentProgramEvaluationKeyChange
- TrackedChangesEdFiStudentSchoolAssociationDelete
- TrackedChangesEdFiStudentSchoolAssociationKey
- TrackedChangesEdFiStudentSchoolAssociationKeyChange
- TrackedChangesEdFiStudentSchoolAttendanceEventDelete
- TrackedChangesEdFiStudentSchoolAttendanceEventKey
- TrackedChangesEdFiStudentSchoolAttendanceEventKeyChange
- TrackedChangesEdFiStudentSchoolFoodServiceProgramAssociationDelete
- TrackedChangesEdFiStudentSchoolFoodServiceProgramAssociationKey
- TrackedChangesEdFiStudentSchoolFoodServiceProgramAssociationKeyChange
- TrackedChangesEdFiStudentSection504ProgramAssociationDelete
- TrackedChangesEdFiStudentSection504ProgramAssociationKey
- TrackedChangesEdFiStudentSection504ProgramAssociationKeyChange
- TrackedChangesEdFiStudentSectionAssociationDelete
- TrackedChangesEdFiStudentSectionAssociationKey
- TrackedChangesEdFiStudentSectionAssociationKeyChange
- TrackedChangesEdFiStudentSectionAttendanceEventDelete
- TrackedChangesEdFiStudentSectionAttendanceEventKey
- TrackedChangesEdFiStudentSectionAttendanceEventKeyChange
- TrackedChangesEdFiStudentSpecialEducationProgramAssociationDelete
- TrackedChangesEdFiStudentSpecialEducationProgramAssociationKey
- TrackedChangesEdFiStudentSpecialEducationProgramAssociationKeyChange
- TrackedChangesEdFiStudentSpecialEducationProgramEligibilityAssociationDelete
- TrackedChangesEdFiStudentSpecialEducationProgramEligibilityAssociationKey
- TrackedChangesEdFiStudentSpecialEducationProgramEligibilityAssociationKeyChange
- TrackedChangesEdFiStudentTitleIPartAProgramAssociationDelete
- TrackedChangesEdFiStudentTitleIPartAProgramAssociationKey
- TrackedChangesEdFiStudentTitleIPartAProgramAssociationKeyChange
- TrackedChangesEdFiStudentTransportationDelete
- TrackedChangesEdFiStudentTransportationKey
- TrackedChangesEdFiStudentTransportationKeyChange
- TrackedChangesEdFiSurveyCourseAssociationDelete
- TrackedChangesEdFiSurveyCourseAssociationKey
- TrackedChangesEdFiSurveyCourseAssociationKeyChange
- TrackedChangesEdFiSurveyDelete
- TrackedChangesEdFiSurveyKey
- TrackedChangesEdFiSurveyKeyChange
- TrackedChangesEdFiSurveyProgramAssociationDelete
- TrackedChangesEdFiSurveyProgramAssociationKey
- TrackedChangesEdFiSurveyProgramAssociationKeyChange
- TrackedChangesEdFiSurveyQuestionDelete
- TrackedChangesEdFiSurveyQuestionKey
- TrackedChangesEdFiSurveyQuestionKeyChange
- TrackedChangesEdFiSurveyQuestionResponseDelete
- TrackedChangesEdFiSurveyQuestionResponseKey
- TrackedChangesEdFiSurveyQuestionResponseKeyChange
- TrackedChangesEdFiSurveyResponseDelete
- TrackedChangesEdFiSurveyResponseEducationOrganizationTargetAssociationDelete
- TrackedChangesEdFiSurveyResponseEducationOrganizationTargetAssociationKey
- TrackedChangesEdFiSurveyResponseEducationOrganizationTargetAssociationKeyChange
- TrackedChangesEdFiSurveyResponseKey
- TrackedChangesEdFiSurveyResponseKeyChange
- TrackedChangesEdFiSurveyResponseStaffTargetAssociationDelete
- TrackedChangesEdFiSurveyResponseStaffTargetAssociationKey
- TrackedChangesEdFiSurveyResponseStaffTargetAssociationKeyChange
- TrackedChangesEdFiSurveySectionAssociationDelete
- TrackedChangesEdFiSurveySectionAssociationKey
- TrackedChangesEdFiSurveySectionAssociationKeyChange
- TrackedChangesEdFiSurveySectionDelete
- TrackedChangesEdFiSurveySectionKey
- TrackedChangesEdFiSurveySectionKeyChange
- TrackedChangesEdFiSurveySectionResponseDelete
- TrackedChangesEdFiSurveySectionResponseEducationOrganizationTargetAssociationDelete
- TrackedChangesEdFiSurveySectionResponseEducationOrganizationTargetAssociationKey
- TrackedChangesEdFiSurveySectionResponseEducationOrganizationTargetAssociationKeyChange
- TrackedChangesEdFiSurveySectionResponseKey
- TrackedChangesEdFiSurveySectionResponseKeyChange
- TrackedChangesEdFiSurveySectionResponseStaffTargetAssociationDelete
- TrackedChangesEdFiSurveySectionResponseStaffTargetAssociationKey
- TrackedChangesEdFiSurveySectionResponseStaffTargetAssociationKeyChange
- TrackedChangesTpdmCandidateDelete
- TrackedChangesTpdmCandidateEducatorPreparationProgramAssociationDelete
- TrackedChangesTpdmCandidateEducatorPreparationProgramAssociationKey
- TrackedChangesTpdmCandidateEducatorPreparationProgramAssociationKeyChange
- TrackedChangesTpdmCandidateKey
- TrackedChangesTpdmCandidateKeyChange
- TrackedChangesTpdmEducatorPreparationProgramDelete
- TrackedChangesTpdmEducatorPreparationProgramKey
- TrackedChangesTpdmEducatorPreparationProgramKeyChange
- TrackedChangesTpdmEvaluationDelete
- TrackedChangesTpdmEvaluationElementDelete
- TrackedChangesTpdmEvaluationElementKey
- TrackedChangesTpdmEvaluationElementKeyChange
- TrackedChangesTpdmEvaluationElementRatingDelete
- TrackedChangesTpdmEvaluationElementRatingKey
- TrackedChangesTpdmEvaluationElementRatingKeyChange
- TrackedChangesTpdmEvaluationKey
- TrackedChangesTpdmEvaluationKeyChange
- TrackedChangesTpdmEvaluationObjectiveDelete
- TrackedChangesTpdmEvaluationObjectiveKey
- TrackedChangesTpdmEvaluationObjectiveKeyChange
- TrackedChangesTpdmEvaluationObjectiveRatingDelete
- TrackedChangesTpdmEvaluationObjectiveRatingKey
- TrackedChangesTpdmEvaluationObjectiveRatingKeyChange
- TrackedChangesTpdmEvaluationRatingDelete
- TrackedChangesTpdmEvaluationRatingKey
- TrackedChangesTpdmEvaluationRatingKeyChange
- TrackedChangesTpdmFinancialAidDelete
- TrackedChangesTpdmFinancialAidKey
- TrackedChangesTpdmFinancialAidKeyChange
- TrackedChangesTpdmPerformanceEvaluationDelete
- TrackedChangesTpdmPerformanceEvaluationKey
- TrackedChangesTpdmPerformanceEvaluationKeyChange
- TrackedChangesTpdmPerformanceEvaluationRatingDelete
- TrackedChangesTpdmPerformanceEvaluationRatingKey
- TrackedChangesTpdmPerformanceEvaluationRatingKeyChange
- TrackedChangesTpdmRubricDimensionDelete
- TrackedChangesTpdmRubricDimensionKey
- TrackedChangesTpdmRubricDimensionKeyChange
- TrackedChangesTpdmSurveyResponsePersonTargetAssociationDelete
- TrackedChangesTpdmSurveyResponsePersonTargetAssociationKey
- TrackedChangesTpdmSurveyResponsePersonTargetAssociationKeyChange
- TrackedChangesTpdmSurveySectionResponsePersonTargetAssociationDelete
- TrackedChangesTpdmSurveySectionResponsePersonTargetAssociationKey
- TrackedChangesTpdmSurveySectionResponsePersonTargetAssociationKeyChange
Authorization
Authentication schemes defined for the API:
oauth2_client_credentials
- Type:
OAuth - Flow:
application - Authorization URL: ``
- Scopes: N/A
Tests
To run the tests, use:
composer install vendor/bin/phpunit
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
3- Generator version:
7.9.0
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen