edfi / descriptors
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
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-06-16 11:37:53 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 = Descriptors\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); $apiInstance = new Descriptors\Api\AbsenceEventCategoryDescriptorsApi( // 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->deleteAbsenceEventCategoryDescriptorById($id, $if_match); } catch (Exception $e) { echo 'Exception when calling AbsenceEventCategoryDescriptorsApi->deleteAbsenceEventCategoryDescriptorById: ', $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 |
---|---|---|---|
AbsenceEventCategoryDescriptorsApi | deleteAbsenceEventCategoryDescriptorById | DELETE /ed-fi/absenceEventCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AbsenceEventCategoryDescriptorsApi | deletesAbsenceEventCategoryDescriptors | GET /ed-fi/absenceEventCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AbsenceEventCategoryDescriptorsApi | getAbsenceEventCategoryDescriptors | GET /ed-fi/absenceEventCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AbsenceEventCategoryDescriptorsApi | getAbsenceEventCategoryDescriptorsById | GET /ed-fi/absenceEventCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AbsenceEventCategoryDescriptorsApi | getAbsenceEventCategoryDescriptorsPartitions | GET /ed-fi/absenceEventCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AbsenceEventCategoryDescriptorsApi | keyChangesAbsenceEventCategoryDescriptors | GET /ed-fi/absenceEventCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AbsenceEventCategoryDescriptorsApi | postAbsenceEventCategoryDescriptor | POST /ed-fi/absenceEventCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AbsenceEventCategoryDescriptorsApi | putAbsenceEventCategoryDescriptor | PUT /ed-fi/absenceEventCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
AcademicHonorCategoryDescriptorsApi | deleteAcademicHonorCategoryDescriptorById | DELETE /ed-fi/academicHonorCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AcademicHonorCategoryDescriptorsApi | deletesAcademicHonorCategoryDescriptors | GET /ed-fi/academicHonorCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AcademicHonorCategoryDescriptorsApi | getAcademicHonorCategoryDescriptors | GET /ed-fi/academicHonorCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AcademicHonorCategoryDescriptorsApi | getAcademicHonorCategoryDescriptorsById | GET /ed-fi/academicHonorCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AcademicHonorCategoryDescriptorsApi | getAcademicHonorCategoryDescriptorsPartitions | GET /ed-fi/academicHonorCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AcademicHonorCategoryDescriptorsApi | keyChangesAcademicHonorCategoryDescriptors | GET /ed-fi/academicHonorCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AcademicHonorCategoryDescriptorsApi | postAcademicHonorCategoryDescriptor | POST /ed-fi/academicHonorCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AcademicHonorCategoryDescriptorsApi | putAcademicHonorCategoryDescriptor | PUT /ed-fi/academicHonorCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
AcademicSubjectDescriptorsApi | deleteAcademicSubjectDescriptorById | DELETE /ed-fi/academicSubjectDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AcademicSubjectDescriptorsApi | deletesAcademicSubjectDescriptors | GET /ed-fi/academicSubjectDescriptors/deletes | Retrieves deleted resources based on change version. |
AcademicSubjectDescriptorsApi | getAcademicSubjectDescriptors | GET /ed-fi/academicSubjectDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AcademicSubjectDescriptorsApi | getAcademicSubjectDescriptorsById | GET /ed-fi/academicSubjectDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AcademicSubjectDescriptorsApi | getAcademicSubjectDescriptorsPartitions | GET /ed-fi/academicSubjectDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AcademicSubjectDescriptorsApi | keyChangesAcademicSubjectDescriptors | GET /ed-fi/academicSubjectDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AcademicSubjectDescriptorsApi | postAcademicSubjectDescriptor | POST /ed-fi/academicSubjectDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AcademicSubjectDescriptorsApi | putAcademicSubjectDescriptor | PUT /ed-fi/academicSubjectDescriptors/{id} | Updates a resource based on the resource identifier. |
AccommodationDescriptorsApi | deleteAccommodationDescriptorById | DELETE /ed-fi/accommodationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AccommodationDescriptorsApi | deletesAccommodationDescriptors | GET /ed-fi/accommodationDescriptors/deletes | Retrieves deleted resources based on change version. |
AccommodationDescriptorsApi | getAccommodationDescriptors | GET /ed-fi/accommodationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AccommodationDescriptorsApi | getAccommodationDescriptorsById | GET /ed-fi/accommodationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AccommodationDescriptorsApi | getAccommodationDescriptorsPartitions | GET /ed-fi/accommodationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AccommodationDescriptorsApi | keyChangesAccommodationDescriptors | GET /ed-fi/accommodationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AccommodationDescriptorsApi | postAccommodationDescriptor | POST /ed-fi/accommodationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AccommodationDescriptorsApi | putAccommodationDescriptor | PUT /ed-fi/accommodationDescriptors/{id} | Updates a resource based on the resource identifier. |
AccountTypeDescriptorsApi | deleteAccountTypeDescriptorById | DELETE /ed-fi/accountTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AccountTypeDescriptorsApi | deletesAccountTypeDescriptors | GET /ed-fi/accountTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
AccountTypeDescriptorsApi | getAccountTypeDescriptors | GET /ed-fi/accountTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AccountTypeDescriptorsApi | getAccountTypeDescriptorsById | GET /ed-fi/accountTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AccountTypeDescriptorsApi | getAccountTypeDescriptorsPartitions | GET /ed-fi/accountTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AccountTypeDescriptorsApi | keyChangesAccountTypeDescriptors | GET /ed-fi/accountTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AccountTypeDescriptorsApi | postAccountTypeDescriptor | POST /ed-fi/accountTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AccountTypeDescriptorsApi | putAccountTypeDescriptor | PUT /ed-fi/accountTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
AccreditationStatusDescriptorsApi | deleteAccreditationStatusDescriptorById | DELETE /tpdm/accreditationStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AccreditationStatusDescriptorsApi | deletesAccreditationStatusDescriptors | GET /tpdm/accreditationStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
AccreditationStatusDescriptorsApi | getAccreditationStatusDescriptors | GET /tpdm/accreditationStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AccreditationStatusDescriptorsApi | getAccreditationStatusDescriptorsById | GET /tpdm/accreditationStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AccreditationStatusDescriptorsApi | getAccreditationStatusDescriptorsPartitions | GET /tpdm/accreditationStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AccreditationStatusDescriptorsApi | keyChangesAccreditationStatusDescriptors | GET /tpdm/accreditationStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AccreditationStatusDescriptorsApi | postAccreditationStatusDescriptor | POST /tpdm/accreditationStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AccreditationStatusDescriptorsApi | putAccreditationStatusDescriptor | PUT /tpdm/accreditationStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
AchievementCategoryDescriptorsApi | deleteAchievementCategoryDescriptorById | DELETE /ed-fi/achievementCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AchievementCategoryDescriptorsApi | deletesAchievementCategoryDescriptors | GET /ed-fi/achievementCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AchievementCategoryDescriptorsApi | getAchievementCategoryDescriptors | GET /ed-fi/achievementCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AchievementCategoryDescriptorsApi | getAchievementCategoryDescriptorsById | GET /ed-fi/achievementCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AchievementCategoryDescriptorsApi | getAchievementCategoryDescriptorsPartitions | GET /ed-fi/achievementCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AchievementCategoryDescriptorsApi | keyChangesAchievementCategoryDescriptors | GET /ed-fi/achievementCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AchievementCategoryDescriptorsApi | postAchievementCategoryDescriptor | POST /ed-fi/achievementCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AchievementCategoryDescriptorsApi | putAchievementCategoryDescriptor | PUT /ed-fi/achievementCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
AdditionalCreditTypeDescriptorsApi | deleteAdditionalCreditTypeDescriptorById | DELETE /ed-fi/additionalCreditTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AdditionalCreditTypeDescriptorsApi | deletesAdditionalCreditTypeDescriptors | GET /ed-fi/additionalCreditTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
AdditionalCreditTypeDescriptorsApi | getAdditionalCreditTypeDescriptors | GET /ed-fi/additionalCreditTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AdditionalCreditTypeDescriptorsApi | getAdditionalCreditTypeDescriptorsById | GET /ed-fi/additionalCreditTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AdditionalCreditTypeDescriptorsApi | getAdditionalCreditTypeDescriptorsPartitions | GET /ed-fi/additionalCreditTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AdditionalCreditTypeDescriptorsApi | keyChangesAdditionalCreditTypeDescriptors | GET /ed-fi/additionalCreditTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AdditionalCreditTypeDescriptorsApi | postAdditionalCreditTypeDescriptor | POST /ed-fi/additionalCreditTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AdditionalCreditTypeDescriptorsApi | putAdditionalCreditTypeDescriptor | PUT /ed-fi/additionalCreditTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
AddressTypeDescriptorsApi | deleteAddressTypeDescriptorById | DELETE /ed-fi/addressTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AddressTypeDescriptorsApi | deletesAddressTypeDescriptors | GET /ed-fi/addressTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
AddressTypeDescriptorsApi | getAddressTypeDescriptors | GET /ed-fi/addressTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AddressTypeDescriptorsApi | getAddressTypeDescriptorsById | GET /ed-fi/addressTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AddressTypeDescriptorsApi | getAddressTypeDescriptorsPartitions | GET /ed-fi/addressTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AddressTypeDescriptorsApi | keyChangesAddressTypeDescriptors | GET /ed-fi/addressTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AddressTypeDescriptorsApi | postAddressTypeDescriptor | POST /ed-fi/addressTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AddressTypeDescriptorsApi | putAddressTypeDescriptor | PUT /ed-fi/addressTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
AdministrationEnvironmentDescriptorsApi | deleteAdministrationEnvironmentDescriptorById | DELETE /ed-fi/administrationEnvironmentDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AdministrationEnvironmentDescriptorsApi | deletesAdministrationEnvironmentDescriptors | GET /ed-fi/administrationEnvironmentDescriptors/deletes | Retrieves deleted resources based on change version. |
AdministrationEnvironmentDescriptorsApi | getAdministrationEnvironmentDescriptors | GET /ed-fi/administrationEnvironmentDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AdministrationEnvironmentDescriptorsApi | getAdministrationEnvironmentDescriptorsById | GET /ed-fi/administrationEnvironmentDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AdministrationEnvironmentDescriptorsApi | getAdministrationEnvironmentDescriptorsPartitions | GET /ed-fi/administrationEnvironmentDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AdministrationEnvironmentDescriptorsApi | keyChangesAdministrationEnvironmentDescriptors | GET /ed-fi/administrationEnvironmentDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AdministrationEnvironmentDescriptorsApi | postAdministrationEnvironmentDescriptor | POST /ed-fi/administrationEnvironmentDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AdministrationEnvironmentDescriptorsApi | putAdministrationEnvironmentDescriptor | PUT /ed-fi/administrationEnvironmentDescriptors/{id} | Updates a resource based on the resource identifier. |
AdministrativeFundingControlDescriptorsApi | deleteAdministrativeFundingControlDescriptorById | DELETE /ed-fi/administrativeFundingControlDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AdministrativeFundingControlDescriptorsApi | deletesAdministrativeFundingControlDescriptors | GET /ed-fi/administrativeFundingControlDescriptors/deletes | Retrieves deleted resources based on change version. |
AdministrativeFundingControlDescriptorsApi | getAdministrativeFundingControlDescriptors | GET /ed-fi/administrativeFundingControlDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AdministrativeFundingControlDescriptorsApi | getAdministrativeFundingControlDescriptorsById | GET /ed-fi/administrativeFundingControlDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AdministrativeFundingControlDescriptorsApi | getAdministrativeFundingControlDescriptorsPartitions | GET /ed-fi/administrativeFundingControlDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AdministrativeFundingControlDescriptorsApi | keyChangesAdministrativeFundingControlDescriptors | GET /ed-fi/administrativeFundingControlDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AdministrativeFundingControlDescriptorsApi | postAdministrativeFundingControlDescriptor | POST /ed-fi/administrativeFundingControlDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AdministrativeFundingControlDescriptorsApi | putAdministrativeFundingControlDescriptor | PUT /ed-fi/administrativeFundingControlDescriptors/{id} | Updates a resource based on the resource identifier. |
AidTypeDescriptorsApi | deleteAidTypeDescriptorById | DELETE /tpdm/aidTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AidTypeDescriptorsApi | deletesAidTypeDescriptors | GET /tpdm/aidTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
AidTypeDescriptorsApi | getAidTypeDescriptors | GET /tpdm/aidTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AidTypeDescriptorsApi | getAidTypeDescriptorsById | GET /tpdm/aidTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AidTypeDescriptorsApi | getAidTypeDescriptorsPartitions | GET /tpdm/aidTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AidTypeDescriptorsApi | keyChangesAidTypeDescriptors | GET /tpdm/aidTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AidTypeDescriptorsApi | postAidTypeDescriptor | POST /tpdm/aidTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AidTypeDescriptorsApi | putAidTypeDescriptor | PUT /tpdm/aidTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
AncestryEthnicOriginDescriptorsApi | deleteAncestryEthnicOriginDescriptorById | DELETE /ed-fi/ancestryEthnicOriginDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AncestryEthnicOriginDescriptorsApi | deletesAncestryEthnicOriginDescriptors | GET /ed-fi/ancestryEthnicOriginDescriptors/deletes | Retrieves deleted resources based on change version. |
AncestryEthnicOriginDescriptorsApi | getAncestryEthnicOriginDescriptors | GET /ed-fi/ancestryEthnicOriginDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AncestryEthnicOriginDescriptorsApi | getAncestryEthnicOriginDescriptorsById | GET /ed-fi/ancestryEthnicOriginDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AncestryEthnicOriginDescriptorsApi | getAncestryEthnicOriginDescriptorsPartitions | GET /ed-fi/ancestryEthnicOriginDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AncestryEthnicOriginDescriptorsApi | keyChangesAncestryEthnicOriginDescriptors | GET /ed-fi/ancestryEthnicOriginDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AncestryEthnicOriginDescriptorsApi | postAncestryEthnicOriginDescriptor | POST /ed-fi/ancestryEthnicOriginDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AncestryEthnicOriginDescriptorsApi | putAncestryEthnicOriginDescriptor | PUT /ed-fi/ancestryEthnicOriginDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentCategoryDescriptorsApi | deleteAssessmentCategoryDescriptorById | DELETE /ed-fi/assessmentCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentCategoryDescriptorsApi | deletesAssessmentCategoryDescriptors | GET /ed-fi/assessmentCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentCategoryDescriptorsApi | getAssessmentCategoryDescriptors | GET /ed-fi/assessmentCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentCategoryDescriptorsApi | getAssessmentCategoryDescriptorsById | GET /ed-fi/assessmentCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentCategoryDescriptorsApi | getAssessmentCategoryDescriptorsPartitions | GET /ed-fi/assessmentCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentCategoryDescriptorsApi | keyChangesAssessmentCategoryDescriptors | GET /ed-fi/assessmentCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentCategoryDescriptorsApi | postAssessmentCategoryDescriptor | POST /ed-fi/assessmentCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentCategoryDescriptorsApi | putAssessmentCategoryDescriptor | PUT /ed-fi/assessmentCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentIdentificationSystemDescriptorsApi | deleteAssessmentIdentificationSystemDescriptorById | DELETE /ed-fi/assessmentIdentificationSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentIdentificationSystemDescriptorsApi | deletesAssessmentIdentificationSystemDescriptors | GET /ed-fi/assessmentIdentificationSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentIdentificationSystemDescriptorsApi | getAssessmentIdentificationSystemDescriptors | GET /ed-fi/assessmentIdentificationSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentIdentificationSystemDescriptorsApi | getAssessmentIdentificationSystemDescriptorsById | GET /ed-fi/assessmentIdentificationSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentIdentificationSystemDescriptorsApi | getAssessmentIdentificationSystemDescriptorsPartitions | GET /ed-fi/assessmentIdentificationSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentIdentificationSystemDescriptorsApi | keyChangesAssessmentIdentificationSystemDescriptors | GET /ed-fi/assessmentIdentificationSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentIdentificationSystemDescriptorsApi | postAssessmentIdentificationSystemDescriptor | POST /ed-fi/assessmentIdentificationSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentIdentificationSystemDescriptorsApi | putAssessmentIdentificationSystemDescriptor | PUT /ed-fi/assessmentIdentificationSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentItemCategoryDescriptorsApi | deleteAssessmentItemCategoryDescriptorById | DELETE /ed-fi/assessmentItemCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentItemCategoryDescriptorsApi | deletesAssessmentItemCategoryDescriptors | GET /ed-fi/assessmentItemCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentItemCategoryDescriptorsApi | getAssessmentItemCategoryDescriptors | GET /ed-fi/assessmentItemCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentItemCategoryDescriptorsApi | getAssessmentItemCategoryDescriptorsById | GET /ed-fi/assessmentItemCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentItemCategoryDescriptorsApi | getAssessmentItemCategoryDescriptorsPartitions | GET /ed-fi/assessmentItemCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentItemCategoryDescriptorsApi | keyChangesAssessmentItemCategoryDescriptors | GET /ed-fi/assessmentItemCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentItemCategoryDescriptorsApi | postAssessmentItemCategoryDescriptor | POST /ed-fi/assessmentItemCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentItemCategoryDescriptorsApi | putAssessmentItemCategoryDescriptor | PUT /ed-fi/assessmentItemCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentItemResultDescriptorsApi | deleteAssessmentItemResultDescriptorById | DELETE /ed-fi/assessmentItemResultDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentItemResultDescriptorsApi | deletesAssessmentItemResultDescriptors | GET /ed-fi/assessmentItemResultDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentItemResultDescriptorsApi | getAssessmentItemResultDescriptors | GET /ed-fi/assessmentItemResultDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentItemResultDescriptorsApi | getAssessmentItemResultDescriptorsById | GET /ed-fi/assessmentItemResultDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentItemResultDescriptorsApi | getAssessmentItemResultDescriptorsPartitions | GET /ed-fi/assessmentItemResultDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentItemResultDescriptorsApi | keyChangesAssessmentItemResultDescriptors | GET /ed-fi/assessmentItemResultDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentItemResultDescriptorsApi | postAssessmentItemResultDescriptor | POST /ed-fi/assessmentItemResultDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentItemResultDescriptorsApi | putAssessmentItemResultDescriptor | PUT /ed-fi/assessmentItemResultDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentPeriodDescriptorsApi | deleteAssessmentPeriodDescriptorById | DELETE /ed-fi/assessmentPeriodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentPeriodDescriptorsApi | deletesAssessmentPeriodDescriptors | GET /ed-fi/assessmentPeriodDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentPeriodDescriptorsApi | getAssessmentPeriodDescriptors | GET /ed-fi/assessmentPeriodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentPeriodDescriptorsApi | getAssessmentPeriodDescriptorsById | GET /ed-fi/assessmentPeriodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentPeriodDescriptorsApi | getAssessmentPeriodDescriptorsPartitions | GET /ed-fi/assessmentPeriodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentPeriodDescriptorsApi | keyChangesAssessmentPeriodDescriptors | GET /ed-fi/assessmentPeriodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentPeriodDescriptorsApi | postAssessmentPeriodDescriptor | POST /ed-fi/assessmentPeriodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentPeriodDescriptorsApi | putAssessmentPeriodDescriptor | PUT /ed-fi/assessmentPeriodDescriptors/{id} | Updates a resource based on the resource identifier. |
AssessmentReportingMethodDescriptorsApi | deleteAssessmentReportingMethodDescriptorById | DELETE /ed-fi/assessmentReportingMethodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssessmentReportingMethodDescriptorsApi | deletesAssessmentReportingMethodDescriptors | GET /ed-fi/assessmentReportingMethodDescriptors/deletes | Retrieves deleted resources based on change version. |
AssessmentReportingMethodDescriptorsApi | getAssessmentReportingMethodDescriptors | GET /ed-fi/assessmentReportingMethodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssessmentReportingMethodDescriptorsApi | getAssessmentReportingMethodDescriptorsById | GET /ed-fi/assessmentReportingMethodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssessmentReportingMethodDescriptorsApi | getAssessmentReportingMethodDescriptorsPartitions | GET /ed-fi/assessmentReportingMethodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssessmentReportingMethodDescriptorsApi | keyChangesAssessmentReportingMethodDescriptors | GET /ed-fi/assessmentReportingMethodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssessmentReportingMethodDescriptorsApi | postAssessmentReportingMethodDescriptor | POST /ed-fi/assessmentReportingMethodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssessmentReportingMethodDescriptorsApi | putAssessmentReportingMethodDescriptor | PUT /ed-fi/assessmentReportingMethodDescriptors/{id} | Updates a resource based on the resource identifier. |
AssignmentLateStatusDescriptorsApi | deleteAssignmentLateStatusDescriptorById | DELETE /ed-fi/assignmentLateStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AssignmentLateStatusDescriptorsApi | deletesAssignmentLateStatusDescriptors | GET /ed-fi/assignmentLateStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
AssignmentLateStatusDescriptorsApi | getAssignmentLateStatusDescriptors | GET /ed-fi/assignmentLateStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AssignmentLateStatusDescriptorsApi | getAssignmentLateStatusDescriptorsById | GET /ed-fi/assignmentLateStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AssignmentLateStatusDescriptorsApi | getAssignmentLateStatusDescriptorsPartitions | GET /ed-fi/assignmentLateStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AssignmentLateStatusDescriptorsApi | keyChangesAssignmentLateStatusDescriptors | GET /ed-fi/assignmentLateStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AssignmentLateStatusDescriptorsApi | postAssignmentLateStatusDescriptor | POST /ed-fi/assignmentLateStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AssignmentLateStatusDescriptorsApi | putAssignmentLateStatusDescriptor | PUT /ed-fi/assignmentLateStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
AttemptStatusDescriptorsApi | deleteAttemptStatusDescriptorById | DELETE /ed-fi/attemptStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AttemptStatusDescriptorsApi | deletesAttemptStatusDescriptors | GET /ed-fi/attemptStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
AttemptStatusDescriptorsApi | getAttemptStatusDescriptors | GET /ed-fi/attemptStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AttemptStatusDescriptorsApi | getAttemptStatusDescriptorsById | GET /ed-fi/attemptStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AttemptStatusDescriptorsApi | getAttemptStatusDescriptorsPartitions | GET /ed-fi/attemptStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AttemptStatusDescriptorsApi | keyChangesAttemptStatusDescriptors | GET /ed-fi/attemptStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AttemptStatusDescriptorsApi | postAttemptStatusDescriptor | POST /ed-fi/attemptStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AttemptStatusDescriptorsApi | putAttemptStatusDescriptor | PUT /ed-fi/attemptStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
AttendanceEventCategoryDescriptorsApi | deleteAttendanceEventCategoryDescriptorById | DELETE /ed-fi/attendanceEventCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
AttendanceEventCategoryDescriptorsApi | deletesAttendanceEventCategoryDescriptors | GET /ed-fi/attendanceEventCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
AttendanceEventCategoryDescriptorsApi | getAttendanceEventCategoryDescriptors | GET /ed-fi/attendanceEventCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
AttendanceEventCategoryDescriptorsApi | getAttendanceEventCategoryDescriptorsById | GET /ed-fi/attendanceEventCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
AttendanceEventCategoryDescriptorsApi | getAttendanceEventCategoryDescriptorsPartitions | GET /ed-fi/attendanceEventCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
AttendanceEventCategoryDescriptorsApi | keyChangesAttendanceEventCategoryDescriptors | GET /ed-fi/attendanceEventCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
AttendanceEventCategoryDescriptorsApi | postAttendanceEventCategoryDescriptor | POST /ed-fi/attendanceEventCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
AttendanceEventCategoryDescriptorsApi | putAttendanceEventCategoryDescriptor | PUT /ed-fi/attendanceEventCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
BarrierToInternetAccessInResidenceDescriptorsApi | deleteBarrierToInternetAccessInResidenceDescriptorById | DELETE /ed-fi/barrierToInternetAccessInResidenceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
BarrierToInternetAccessInResidenceDescriptorsApi | deletesBarrierToInternetAccessInResidenceDescriptors | GET /ed-fi/barrierToInternetAccessInResidenceDescriptors/deletes | Retrieves deleted resources based on change version. |
BarrierToInternetAccessInResidenceDescriptorsApi | getBarrierToInternetAccessInResidenceDescriptors | GET /ed-fi/barrierToInternetAccessInResidenceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
BarrierToInternetAccessInResidenceDescriptorsApi | getBarrierToInternetAccessInResidenceDescriptorsById | GET /ed-fi/barrierToInternetAccessInResidenceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
BarrierToInternetAccessInResidenceDescriptorsApi | getBarrierToInternetAccessInResidenceDescriptorsPartitions | GET /ed-fi/barrierToInternetAccessInResidenceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
BarrierToInternetAccessInResidenceDescriptorsApi | keyChangesBarrierToInternetAccessInResidenceDescriptors | GET /ed-fi/barrierToInternetAccessInResidenceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
BarrierToInternetAccessInResidenceDescriptorsApi | postBarrierToInternetAccessInResidenceDescriptor | POST /ed-fi/barrierToInternetAccessInResidenceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
BarrierToInternetAccessInResidenceDescriptorsApi | putBarrierToInternetAccessInResidenceDescriptor | PUT /ed-fi/barrierToInternetAccessInResidenceDescriptors/{id} | Updates a resource based on the resource identifier. |
BehaviorDescriptorsApi | deleteBehaviorDescriptorById | DELETE /ed-fi/behaviorDescriptors/{id} | Deletes an existing resource using the resource identifier. |
BehaviorDescriptorsApi | deletesBehaviorDescriptors | GET /ed-fi/behaviorDescriptors/deletes | Retrieves deleted resources based on change version. |
BehaviorDescriptorsApi | getBehaviorDescriptors | GET /ed-fi/behaviorDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
BehaviorDescriptorsApi | getBehaviorDescriptorsById | GET /ed-fi/behaviorDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
BehaviorDescriptorsApi | getBehaviorDescriptorsPartitions | GET /ed-fi/behaviorDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
BehaviorDescriptorsApi | keyChangesBehaviorDescriptors | GET /ed-fi/behaviorDescriptors/keyChanges | Retrieves resources key changes based on change version. |
BehaviorDescriptorsApi | postBehaviorDescriptor | POST /ed-fi/behaviorDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
BehaviorDescriptorsApi | putBehaviorDescriptor | PUT /ed-fi/behaviorDescriptors/{id} | Updates a resource based on the resource identifier. |
BusRouteDescriptorsApi | deleteBusRouteDescriptorById | DELETE /ed-fi/busRouteDescriptors/{id} | Deletes an existing resource using the resource identifier. |
BusRouteDescriptorsApi | deletesBusRouteDescriptors | GET /ed-fi/busRouteDescriptors/deletes | Retrieves deleted resources based on change version. |
BusRouteDescriptorsApi | getBusRouteDescriptors | GET /ed-fi/busRouteDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
BusRouteDescriptorsApi | getBusRouteDescriptorsById | GET /ed-fi/busRouteDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
BusRouteDescriptorsApi | getBusRouteDescriptorsPartitions | GET /ed-fi/busRouteDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
BusRouteDescriptorsApi | keyChangesBusRouteDescriptors | GET /ed-fi/busRouteDescriptors/keyChanges | Retrieves resources key changes based on change version. |
BusRouteDescriptorsApi | postBusRouteDescriptor | POST /ed-fi/busRouteDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
BusRouteDescriptorsApi | putBusRouteDescriptor | PUT /ed-fi/busRouteDescriptors/{id} | Updates a resource based on the resource identifier. |
CalendarEventDescriptorsApi | deleteCalendarEventDescriptorById | DELETE /ed-fi/calendarEventDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CalendarEventDescriptorsApi | deletesCalendarEventDescriptors | GET /ed-fi/calendarEventDescriptors/deletes | Retrieves deleted resources based on change version. |
CalendarEventDescriptorsApi | getCalendarEventDescriptors | GET /ed-fi/calendarEventDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CalendarEventDescriptorsApi | getCalendarEventDescriptorsById | GET /ed-fi/calendarEventDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CalendarEventDescriptorsApi | getCalendarEventDescriptorsPartitions | GET /ed-fi/calendarEventDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CalendarEventDescriptorsApi | keyChangesCalendarEventDescriptors | GET /ed-fi/calendarEventDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CalendarEventDescriptorsApi | postCalendarEventDescriptor | POST /ed-fi/calendarEventDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CalendarEventDescriptorsApi | putCalendarEventDescriptor | PUT /ed-fi/calendarEventDescriptors/{id} | Updates a resource based on the resource identifier. |
CalendarTypeDescriptorsApi | deleteCalendarTypeDescriptorById | DELETE /ed-fi/calendarTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CalendarTypeDescriptorsApi | deletesCalendarTypeDescriptors | GET /ed-fi/calendarTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CalendarTypeDescriptorsApi | getCalendarTypeDescriptors | GET /ed-fi/calendarTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CalendarTypeDescriptorsApi | getCalendarTypeDescriptorsById | GET /ed-fi/calendarTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CalendarTypeDescriptorsApi | getCalendarTypeDescriptorsPartitions | GET /ed-fi/calendarTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CalendarTypeDescriptorsApi | keyChangesCalendarTypeDescriptors | GET /ed-fi/calendarTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CalendarTypeDescriptorsApi | postCalendarTypeDescriptor | POST /ed-fi/calendarTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CalendarTypeDescriptorsApi | putCalendarTypeDescriptor | PUT /ed-fi/calendarTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CareerPathwayDescriptorsApi | deleteCareerPathwayDescriptorById | DELETE /ed-fi/careerPathwayDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CareerPathwayDescriptorsApi | deletesCareerPathwayDescriptors | GET /ed-fi/careerPathwayDescriptors/deletes | Retrieves deleted resources based on change version. |
CareerPathwayDescriptorsApi | getCareerPathwayDescriptors | GET /ed-fi/careerPathwayDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CareerPathwayDescriptorsApi | getCareerPathwayDescriptorsById | GET /ed-fi/careerPathwayDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CareerPathwayDescriptorsApi | getCareerPathwayDescriptorsPartitions | GET /ed-fi/careerPathwayDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CareerPathwayDescriptorsApi | keyChangesCareerPathwayDescriptors | GET /ed-fi/careerPathwayDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CareerPathwayDescriptorsApi | postCareerPathwayDescriptor | POST /ed-fi/careerPathwayDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CareerPathwayDescriptorsApi | putCareerPathwayDescriptor | PUT /ed-fi/careerPathwayDescriptors/{id} | Updates a resource based on the resource identifier. |
CertificationRouteDescriptorsApi | deleteCertificationRouteDescriptorById | DELETE /tpdm/certificationRouteDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CertificationRouteDescriptorsApi | deletesCertificationRouteDescriptors | GET /tpdm/certificationRouteDescriptors/deletes | Retrieves deleted resources based on change version. |
CertificationRouteDescriptorsApi | getCertificationRouteDescriptors | GET /tpdm/certificationRouteDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CertificationRouteDescriptorsApi | getCertificationRouteDescriptorsById | GET /tpdm/certificationRouteDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CertificationRouteDescriptorsApi | getCertificationRouteDescriptorsPartitions | GET /tpdm/certificationRouteDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CertificationRouteDescriptorsApi | keyChangesCertificationRouteDescriptors | GET /tpdm/certificationRouteDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CertificationRouteDescriptorsApi | postCertificationRouteDescriptor | POST /tpdm/certificationRouteDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CertificationRouteDescriptorsApi | putCertificationRouteDescriptor | PUT /tpdm/certificationRouteDescriptors/{id} | Updates a resource based on the resource identifier. |
CharterApprovalAgencyTypeDescriptorsApi | deleteCharterApprovalAgencyTypeDescriptorById | DELETE /ed-fi/charterApprovalAgencyTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CharterApprovalAgencyTypeDescriptorsApi | deletesCharterApprovalAgencyTypeDescriptors | GET /ed-fi/charterApprovalAgencyTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CharterApprovalAgencyTypeDescriptorsApi | getCharterApprovalAgencyTypeDescriptors | GET /ed-fi/charterApprovalAgencyTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CharterApprovalAgencyTypeDescriptorsApi | getCharterApprovalAgencyTypeDescriptorsById | GET /ed-fi/charterApprovalAgencyTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CharterApprovalAgencyTypeDescriptorsApi | getCharterApprovalAgencyTypeDescriptorsPartitions | GET /ed-fi/charterApprovalAgencyTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CharterApprovalAgencyTypeDescriptorsApi | keyChangesCharterApprovalAgencyTypeDescriptors | GET /ed-fi/charterApprovalAgencyTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CharterApprovalAgencyTypeDescriptorsApi | postCharterApprovalAgencyTypeDescriptor | POST /ed-fi/charterApprovalAgencyTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CharterApprovalAgencyTypeDescriptorsApi | putCharterApprovalAgencyTypeDescriptor | PUT /ed-fi/charterApprovalAgencyTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CharterStatusDescriptorsApi | deleteCharterStatusDescriptorById | DELETE /ed-fi/charterStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CharterStatusDescriptorsApi | deletesCharterStatusDescriptors | GET /ed-fi/charterStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
CharterStatusDescriptorsApi | getCharterStatusDescriptors | GET /ed-fi/charterStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CharterStatusDescriptorsApi | getCharterStatusDescriptorsById | GET /ed-fi/charterStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CharterStatusDescriptorsApi | getCharterStatusDescriptorsPartitions | GET /ed-fi/charterStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CharterStatusDescriptorsApi | keyChangesCharterStatusDescriptors | GET /ed-fi/charterStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CharterStatusDescriptorsApi | postCharterStatusDescriptor | POST /ed-fi/charterStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CharterStatusDescriptorsApi | putCharterStatusDescriptor | PUT /ed-fi/charterStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
CitizenshipStatusDescriptorsApi | deleteCitizenshipStatusDescriptorById | DELETE /ed-fi/citizenshipStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CitizenshipStatusDescriptorsApi | deletesCitizenshipStatusDescriptors | GET /ed-fi/citizenshipStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
CitizenshipStatusDescriptorsApi | getCitizenshipStatusDescriptors | GET /ed-fi/citizenshipStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CitizenshipStatusDescriptorsApi | getCitizenshipStatusDescriptorsById | GET /ed-fi/citizenshipStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CitizenshipStatusDescriptorsApi | getCitizenshipStatusDescriptorsPartitions | GET /ed-fi/citizenshipStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CitizenshipStatusDescriptorsApi | keyChangesCitizenshipStatusDescriptors | GET /ed-fi/citizenshipStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CitizenshipStatusDescriptorsApi | postCitizenshipStatusDescriptor | POST /ed-fi/citizenshipStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CitizenshipStatusDescriptorsApi | putCitizenshipStatusDescriptor | PUT /ed-fi/citizenshipStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
ClassroomPositionDescriptorsApi | deleteClassroomPositionDescriptorById | DELETE /ed-fi/classroomPositionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ClassroomPositionDescriptorsApi | deletesClassroomPositionDescriptors | GET /ed-fi/classroomPositionDescriptors/deletes | Retrieves deleted resources based on change version. |
ClassroomPositionDescriptorsApi | getClassroomPositionDescriptors | GET /ed-fi/classroomPositionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ClassroomPositionDescriptorsApi | getClassroomPositionDescriptorsById | GET /ed-fi/classroomPositionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ClassroomPositionDescriptorsApi | getClassroomPositionDescriptorsPartitions | GET /ed-fi/classroomPositionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ClassroomPositionDescriptorsApi | keyChangesClassroomPositionDescriptors | GET /ed-fi/classroomPositionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ClassroomPositionDescriptorsApi | postClassroomPositionDescriptor | POST /ed-fi/classroomPositionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ClassroomPositionDescriptorsApi | putClassroomPositionDescriptor | PUT /ed-fi/classroomPositionDescriptors/{id} | Updates a resource based on the resource identifier. |
CohortScopeDescriptorsApi | deleteCohortScopeDescriptorById | DELETE /ed-fi/cohortScopeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CohortScopeDescriptorsApi | deletesCohortScopeDescriptors | GET /ed-fi/cohortScopeDescriptors/deletes | Retrieves deleted resources based on change version. |
CohortScopeDescriptorsApi | getCohortScopeDescriptors | GET /ed-fi/cohortScopeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CohortScopeDescriptorsApi | getCohortScopeDescriptorsById | GET /ed-fi/cohortScopeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CohortScopeDescriptorsApi | getCohortScopeDescriptorsPartitions | GET /ed-fi/cohortScopeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CohortScopeDescriptorsApi | keyChangesCohortScopeDescriptors | GET /ed-fi/cohortScopeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CohortScopeDescriptorsApi | postCohortScopeDescriptor | POST /ed-fi/cohortScopeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CohortScopeDescriptorsApi | putCohortScopeDescriptor | PUT /ed-fi/cohortScopeDescriptors/{id} | Updates a resource based on the resource identifier. |
CohortTypeDescriptorsApi | deleteCohortTypeDescriptorById | DELETE /ed-fi/cohortTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CohortTypeDescriptorsApi | deletesCohortTypeDescriptors | GET /ed-fi/cohortTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CohortTypeDescriptorsApi | getCohortTypeDescriptors | GET /ed-fi/cohortTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CohortTypeDescriptorsApi | getCohortTypeDescriptorsById | GET /ed-fi/cohortTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CohortTypeDescriptorsApi | getCohortTypeDescriptorsPartitions | GET /ed-fi/cohortTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CohortTypeDescriptorsApi | keyChangesCohortTypeDescriptors | GET /ed-fi/cohortTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CohortTypeDescriptorsApi | postCohortTypeDescriptor | POST /ed-fi/cohortTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CohortTypeDescriptorsApi | putCohortTypeDescriptor | PUT /ed-fi/cohortTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CohortYearTypeDescriptorsApi | deleteCohortYearTypeDescriptorById | DELETE /ed-fi/cohortYearTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CohortYearTypeDescriptorsApi | deletesCohortYearTypeDescriptors | GET /ed-fi/cohortYearTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CohortYearTypeDescriptorsApi | getCohortYearTypeDescriptors | GET /ed-fi/cohortYearTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CohortYearTypeDescriptorsApi | getCohortYearTypeDescriptorsById | GET /ed-fi/cohortYearTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CohortYearTypeDescriptorsApi | getCohortYearTypeDescriptorsPartitions | GET /ed-fi/cohortYearTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CohortYearTypeDescriptorsApi | keyChangesCohortYearTypeDescriptors | GET /ed-fi/cohortYearTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CohortYearTypeDescriptorsApi | postCohortYearTypeDescriptor | POST /ed-fi/cohortYearTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CohortYearTypeDescriptorsApi | putCohortYearTypeDescriptor | PUT /ed-fi/cohortYearTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CompetencyLevelDescriptorsApi | deleteCompetencyLevelDescriptorById | DELETE /ed-fi/competencyLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CompetencyLevelDescriptorsApi | deletesCompetencyLevelDescriptors | GET /ed-fi/competencyLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
CompetencyLevelDescriptorsApi | getCompetencyLevelDescriptors | GET /ed-fi/competencyLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CompetencyLevelDescriptorsApi | getCompetencyLevelDescriptorsById | GET /ed-fi/competencyLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CompetencyLevelDescriptorsApi | getCompetencyLevelDescriptorsPartitions | GET /ed-fi/competencyLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CompetencyLevelDescriptorsApi | keyChangesCompetencyLevelDescriptors | GET /ed-fi/competencyLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CompetencyLevelDescriptorsApi | postCompetencyLevelDescriptor | POST /ed-fi/competencyLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CompetencyLevelDescriptorsApi | putCompetencyLevelDescriptor | PUT /ed-fi/competencyLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
ContactTypeDescriptorsApi | deleteContactTypeDescriptorById | DELETE /ed-fi/contactTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ContactTypeDescriptorsApi | deletesContactTypeDescriptors | GET /ed-fi/contactTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ContactTypeDescriptorsApi | getContactTypeDescriptors | GET /ed-fi/contactTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ContactTypeDescriptorsApi | getContactTypeDescriptorsById | GET /ed-fi/contactTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ContactTypeDescriptorsApi | getContactTypeDescriptorsPartitions | GET /ed-fi/contactTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ContactTypeDescriptorsApi | keyChangesContactTypeDescriptors | GET /ed-fi/contactTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ContactTypeDescriptorsApi | postContactTypeDescriptor | POST /ed-fi/contactTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ContactTypeDescriptorsApi | putContactTypeDescriptor | PUT /ed-fi/contactTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
ContentClassDescriptorsApi | deleteContentClassDescriptorById | DELETE /ed-fi/contentClassDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ContentClassDescriptorsApi | deletesContentClassDescriptors | GET /ed-fi/contentClassDescriptors/deletes | Retrieves deleted resources based on change version. |
ContentClassDescriptorsApi | getContentClassDescriptors | GET /ed-fi/contentClassDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ContentClassDescriptorsApi | getContentClassDescriptorsById | GET /ed-fi/contentClassDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ContentClassDescriptorsApi | getContentClassDescriptorsPartitions | GET /ed-fi/contentClassDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ContentClassDescriptorsApi | keyChangesContentClassDescriptors | GET /ed-fi/contentClassDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ContentClassDescriptorsApi | postContentClassDescriptor | POST /ed-fi/contentClassDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ContentClassDescriptorsApi | putContentClassDescriptor | PUT /ed-fi/contentClassDescriptors/{id} | Updates a resource based on the resource identifier. |
ContinuationOfServicesReasonDescriptorsApi | deleteContinuationOfServicesReasonDescriptorById | DELETE /ed-fi/continuationOfServicesReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ContinuationOfServicesReasonDescriptorsApi | deletesContinuationOfServicesReasonDescriptors | GET /ed-fi/continuationOfServicesReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
ContinuationOfServicesReasonDescriptorsApi | getContinuationOfServicesReasonDescriptors | GET /ed-fi/continuationOfServicesReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ContinuationOfServicesReasonDescriptorsApi | getContinuationOfServicesReasonDescriptorsById | GET /ed-fi/continuationOfServicesReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ContinuationOfServicesReasonDescriptorsApi | getContinuationOfServicesReasonDescriptorsPartitions | GET /ed-fi/continuationOfServicesReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ContinuationOfServicesReasonDescriptorsApi | keyChangesContinuationOfServicesReasonDescriptors | GET /ed-fi/continuationOfServicesReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ContinuationOfServicesReasonDescriptorsApi | postContinuationOfServicesReasonDescriptor | POST /ed-fi/continuationOfServicesReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ContinuationOfServicesReasonDescriptorsApi | putContinuationOfServicesReasonDescriptor | PUT /ed-fi/continuationOfServicesReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
CostRateDescriptorsApi | deleteCostRateDescriptorById | DELETE /ed-fi/costRateDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CostRateDescriptorsApi | deletesCostRateDescriptors | GET /ed-fi/costRateDescriptors/deletes | Retrieves deleted resources based on change version. |
CostRateDescriptorsApi | getCostRateDescriptors | GET /ed-fi/costRateDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CostRateDescriptorsApi | getCostRateDescriptorsById | GET /ed-fi/costRateDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CostRateDescriptorsApi | getCostRateDescriptorsPartitions | GET /ed-fi/costRateDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CostRateDescriptorsApi | keyChangesCostRateDescriptors | GET /ed-fi/costRateDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CostRateDescriptorsApi | postCostRateDescriptor | POST /ed-fi/costRateDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CostRateDescriptorsApi | putCostRateDescriptor | PUT /ed-fi/costRateDescriptors/{id} | Updates a resource based on the resource identifier. |
CoteachingStyleObservedDescriptorsApi | deleteCoteachingStyleObservedDescriptorById | DELETE /tpdm/coteachingStyleObservedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CoteachingStyleObservedDescriptorsApi | deletesCoteachingStyleObservedDescriptors | GET /tpdm/coteachingStyleObservedDescriptors/deletes | Retrieves deleted resources based on change version. |
CoteachingStyleObservedDescriptorsApi | getCoteachingStyleObservedDescriptors | GET /tpdm/coteachingStyleObservedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CoteachingStyleObservedDescriptorsApi | getCoteachingStyleObservedDescriptorsById | GET /tpdm/coteachingStyleObservedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CoteachingStyleObservedDescriptorsApi | getCoteachingStyleObservedDescriptorsPartitions | GET /tpdm/coteachingStyleObservedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CoteachingStyleObservedDescriptorsApi | keyChangesCoteachingStyleObservedDescriptors | GET /tpdm/coteachingStyleObservedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CoteachingStyleObservedDescriptorsApi | postCoteachingStyleObservedDescriptor | POST /tpdm/coteachingStyleObservedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CoteachingStyleObservedDescriptorsApi | putCoteachingStyleObservedDescriptor | PUT /tpdm/coteachingStyleObservedDescriptors/{id} | Updates a resource based on the resource identifier. |
CountryDescriptorsApi | deleteCountryDescriptorById | DELETE /ed-fi/countryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CountryDescriptorsApi | deletesCountryDescriptors | GET /ed-fi/countryDescriptors/deletes | Retrieves deleted resources based on change version. |
CountryDescriptorsApi | getCountryDescriptors | GET /ed-fi/countryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CountryDescriptorsApi | getCountryDescriptorsById | GET /ed-fi/countryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CountryDescriptorsApi | getCountryDescriptorsPartitions | GET /ed-fi/countryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CountryDescriptorsApi | keyChangesCountryDescriptors | GET /ed-fi/countryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CountryDescriptorsApi | postCountryDescriptor | POST /ed-fi/countryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CountryDescriptorsApi | putCountryDescriptor | PUT /ed-fi/countryDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseAttemptResultDescriptorsApi | deleteCourseAttemptResultDescriptorById | DELETE /ed-fi/courseAttemptResultDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseAttemptResultDescriptorsApi | deletesCourseAttemptResultDescriptors | GET /ed-fi/courseAttemptResultDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseAttemptResultDescriptorsApi | getCourseAttemptResultDescriptors | GET /ed-fi/courseAttemptResultDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseAttemptResultDescriptorsApi | getCourseAttemptResultDescriptorsById | GET /ed-fi/courseAttemptResultDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseAttemptResultDescriptorsApi | getCourseAttemptResultDescriptorsPartitions | GET /ed-fi/courseAttemptResultDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseAttemptResultDescriptorsApi | keyChangesCourseAttemptResultDescriptors | GET /ed-fi/courseAttemptResultDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseAttemptResultDescriptorsApi | postCourseAttemptResultDescriptor | POST /ed-fi/courseAttemptResultDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseAttemptResultDescriptorsApi | putCourseAttemptResultDescriptor | PUT /ed-fi/courseAttemptResultDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseDefinedByDescriptorsApi | deleteCourseDefinedByDescriptorById | DELETE /ed-fi/courseDefinedByDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseDefinedByDescriptorsApi | deletesCourseDefinedByDescriptors | GET /ed-fi/courseDefinedByDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseDefinedByDescriptorsApi | getCourseDefinedByDescriptors | GET /ed-fi/courseDefinedByDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseDefinedByDescriptorsApi | getCourseDefinedByDescriptorsById | GET /ed-fi/courseDefinedByDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseDefinedByDescriptorsApi | getCourseDefinedByDescriptorsPartitions | GET /ed-fi/courseDefinedByDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseDefinedByDescriptorsApi | keyChangesCourseDefinedByDescriptors | GET /ed-fi/courseDefinedByDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseDefinedByDescriptorsApi | postCourseDefinedByDescriptor | POST /ed-fi/courseDefinedByDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseDefinedByDescriptorsApi | putCourseDefinedByDescriptor | PUT /ed-fi/courseDefinedByDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseGPAApplicabilityDescriptorsApi | deleteCourseGPAApplicabilityDescriptorById | DELETE /ed-fi/courseGPAApplicabilityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseGPAApplicabilityDescriptorsApi | deletesCourseGPAApplicabilityDescriptors | GET /ed-fi/courseGPAApplicabilityDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseGPAApplicabilityDescriptorsApi | getCourseGPAApplicabilityDescriptors | GET /ed-fi/courseGPAApplicabilityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseGPAApplicabilityDescriptorsApi | getCourseGPAApplicabilityDescriptorsById | GET /ed-fi/courseGPAApplicabilityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseGPAApplicabilityDescriptorsApi | getCourseGPAApplicabilityDescriptorsPartitions | GET /ed-fi/courseGPAApplicabilityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseGPAApplicabilityDescriptorsApi | keyChangesCourseGPAApplicabilityDescriptors | GET /ed-fi/courseGPAApplicabilityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseGPAApplicabilityDescriptorsApi | postCourseGPAApplicabilityDescriptor | POST /ed-fi/courseGPAApplicabilityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseGPAApplicabilityDescriptorsApi | putCourseGPAApplicabilityDescriptor | PUT /ed-fi/courseGPAApplicabilityDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseIdentificationSystemDescriptorsApi | deleteCourseIdentificationSystemDescriptorById | DELETE /ed-fi/courseIdentificationSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseIdentificationSystemDescriptorsApi | deletesCourseIdentificationSystemDescriptors | GET /ed-fi/courseIdentificationSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseIdentificationSystemDescriptorsApi | getCourseIdentificationSystemDescriptors | GET /ed-fi/courseIdentificationSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseIdentificationSystemDescriptorsApi | getCourseIdentificationSystemDescriptorsById | GET /ed-fi/courseIdentificationSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseIdentificationSystemDescriptorsApi | getCourseIdentificationSystemDescriptorsPartitions | GET /ed-fi/courseIdentificationSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseIdentificationSystemDescriptorsApi | keyChangesCourseIdentificationSystemDescriptors | GET /ed-fi/courseIdentificationSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseIdentificationSystemDescriptorsApi | postCourseIdentificationSystemDescriptor | POST /ed-fi/courseIdentificationSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseIdentificationSystemDescriptorsApi | putCourseIdentificationSystemDescriptor | PUT /ed-fi/courseIdentificationSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseLevelCharacteristicDescriptorsApi | deleteCourseLevelCharacteristicDescriptorById | DELETE /ed-fi/courseLevelCharacteristicDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseLevelCharacteristicDescriptorsApi | deletesCourseLevelCharacteristicDescriptors | GET /ed-fi/courseLevelCharacteristicDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseLevelCharacteristicDescriptorsApi | getCourseLevelCharacteristicDescriptors | GET /ed-fi/courseLevelCharacteristicDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseLevelCharacteristicDescriptorsApi | getCourseLevelCharacteristicDescriptorsById | GET /ed-fi/courseLevelCharacteristicDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseLevelCharacteristicDescriptorsApi | getCourseLevelCharacteristicDescriptorsPartitions | GET /ed-fi/courseLevelCharacteristicDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseLevelCharacteristicDescriptorsApi | keyChangesCourseLevelCharacteristicDescriptors | GET /ed-fi/courseLevelCharacteristicDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseLevelCharacteristicDescriptorsApi | postCourseLevelCharacteristicDescriptor | POST /ed-fi/courseLevelCharacteristicDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseLevelCharacteristicDescriptorsApi | putCourseLevelCharacteristicDescriptor | PUT /ed-fi/courseLevelCharacteristicDescriptors/{id} | Updates a resource based on the resource identifier. |
CourseRepeatCodeDescriptorsApi | deleteCourseRepeatCodeDescriptorById | DELETE /ed-fi/courseRepeatCodeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CourseRepeatCodeDescriptorsApi | deletesCourseRepeatCodeDescriptors | GET /ed-fi/courseRepeatCodeDescriptors/deletes | Retrieves deleted resources based on change version. |
CourseRepeatCodeDescriptorsApi | getCourseRepeatCodeDescriptors | GET /ed-fi/courseRepeatCodeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CourseRepeatCodeDescriptorsApi | getCourseRepeatCodeDescriptorsById | GET /ed-fi/courseRepeatCodeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CourseRepeatCodeDescriptorsApi | getCourseRepeatCodeDescriptorsPartitions | GET /ed-fi/courseRepeatCodeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CourseRepeatCodeDescriptorsApi | keyChangesCourseRepeatCodeDescriptors | GET /ed-fi/courseRepeatCodeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CourseRepeatCodeDescriptorsApi | postCourseRepeatCodeDescriptor | POST /ed-fi/courseRepeatCodeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CourseRepeatCodeDescriptorsApi | putCourseRepeatCodeDescriptor | PUT /ed-fi/courseRepeatCodeDescriptors/{id} | Updates a resource based on the resource identifier. |
CredentialFieldDescriptorsApi | deleteCredentialFieldDescriptorById | DELETE /ed-fi/credentialFieldDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CredentialFieldDescriptorsApi | deletesCredentialFieldDescriptors | GET /ed-fi/credentialFieldDescriptors/deletes | Retrieves deleted resources based on change version. |
CredentialFieldDescriptorsApi | getCredentialFieldDescriptors | GET /ed-fi/credentialFieldDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CredentialFieldDescriptorsApi | getCredentialFieldDescriptorsById | GET /ed-fi/credentialFieldDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CredentialFieldDescriptorsApi | getCredentialFieldDescriptorsPartitions | GET /ed-fi/credentialFieldDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CredentialFieldDescriptorsApi | keyChangesCredentialFieldDescriptors | GET /ed-fi/credentialFieldDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CredentialFieldDescriptorsApi | postCredentialFieldDescriptor | POST /ed-fi/credentialFieldDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CredentialFieldDescriptorsApi | putCredentialFieldDescriptor | PUT /ed-fi/credentialFieldDescriptors/{id} | Updates a resource based on the resource identifier. |
CredentialStatusDescriptorsApi | deleteCredentialStatusDescriptorById | DELETE /tpdm/credentialStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CredentialStatusDescriptorsApi | deletesCredentialStatusDescriptors | GET /tpdm/credentialStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
CredentialStatusDescriptorsApi | getCredentialStatusDescriptors | GET /tpdm/credentialStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CredentialStatusDescriptorsApi | getCredentialStatusDescriptorsById | GET /tpdm/credentialStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CredentialStatusDescriptorsApi | getCredentialStatusDescriptorsPartitions | GET /tpdm/credentialStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CredentialStatusDescriptorsApi | keyChangesCredentialStatusDescriptors | GET /tpdm/credentialStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CredentialStatusDescriptorsApi | postCredentialStatusDescriptor | POST /tpdm/credentialStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CredentialStatusDescriptorsApi | putCredentialStatusDescriptor | PUT /tpdm/credentialStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
CredentialTypeDescriptorsApi | deleteCredentialTypeDescriptorById | DELETE /ed-fi/credentialTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CredentialTypeDescriptorsApi | deletesCredentialTypeDescriptors | GET /ed-fi/credentialTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CredentialTypeDescriptorsApi | getCredentialTypeDescriptors | GET /ed-fi/credentialTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CredentialTypeDescriptorsApi | getCredentialTypeDescriptorsById | GET /ed-fi/credentialTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CredentialTypeDescriptorsApi | getCredentialTypeDescriptorsPartitions | GET /ed-fi/credentialTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CredentialTypeDescriptorsApi | keyChangesCredentialTypeDescriptors | GET /ed-fi/credentialTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CredentialTypeDescriptorsApi | postCredentialTypeDescriptor | POST /ed-fi/credentialTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CredentialTypeDescriptorsApi | putCredentialTypeDescriptor | PUT /ed-fi/credentialTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CreditCategoryDescriptorsApi | deleteCreditCategoryDescriptorById | DELETE /ed-fi/creditCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CreditCategoryDescriptorsApi | deletesCreditCategoryDescriptors | GET /ed-fi/creditCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
CreditCategoryDescriptorsApi | getCreditCategoryDescriptors | GET /ed-fi/creditCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CreditCategoryDescriptorsApi | getCreditCategoryDescriptorsById | GET /ed-fi/creditCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CreditCategoryDescriptorsApi | getCreditCategoryDescriptorsPartitions | GET /ed-fi/creditCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CreditCategoryDescriptorsApi | keyChangesCreditCategoryDescriptors | GET /ed-fi/creditCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CreditCategoryDescriptorsApi | postCreditCategoryDescriptor | POST /ed-fi/creditCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CreditCategoryDescriptorsApi | putCreditCategoryDescriptor | PUT /ed-fi/creditCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
CreditTypeDescriptorsApi | deleteCreditTypeDescriptorById | DELETE /ed-fi/creditTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CreditTypeDescriptorsApi | deletesCreditTypeDescriptors | GET /ed-fi/creditTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CreditTypeDescriptorsApi | getCreditTypeDescriptors | GET /ed-fi/creditTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CreditTypeDescriptorsApi | getCreditTypeDescriptorsById | GET /ed-fi/creditTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CreditTypeDescriptorsApi | getCreditTypeDescriptorsPartitions | GET /ed-fi/creditTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CreditTypeDescriptorsApi | keyChangesCreditTypeDescriptors | GET /ed-fi/creditTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CreditTypeDescriptorsApi | postCreditTypeDescriptor | POST /ed-fi/creditTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CreditTypeDescriptorsApi | putCreditTypeDescriptor | PUT /ed-fi/creditTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CrisisTypeDescriptorsApi | deleteCrisisTypeDescriptorById | DELETE /ed-fi/crisisTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CrisisTypeDescriptorsApi | deletesCrisisTypeDescriptors | GET /ed-fi/crisisTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
CrisisTypeDescriptorsApi | getCrisisTypeDescriptors | GET /ed-fi/crisisTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CrisisTypeDescriptorsApi | getCrisisTypeDescriptorsById | GET /ed-fi/crisisTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CrisisTypeDescriptorsApi | getCrisisTypeDescriptorsPartitions | GET /ed-fi/crisisTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CrisisTypeDescriptorsApi | keyChangesCrisisTypeDescriptors | GET /ed-fi/crisisTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CrisisTypeDescriptorsApi | postCrisisTypeDescriptor | POST /ed-fi/crisisTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CrisisTypeDescriptorsApi | putCrisisTypeDescriptor | PUT /ed-fi/crisisTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
CteProgramServiceDescriptorsApi | deleteCTEProgramServiceDescriptorById | DELETE /ed-fi/cteProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CteProgramServiceDescriptorsApi | deletesCTEProgramServiceDescriptors | GET /ed-fi/cteProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
CteProgramServiceDescriptorsApi | getCTEProgramServiceDescriptors | GET /ed-fi/cteProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CteProgramServiceDescriptorsApi | getCTEProgramServiceDescriptorsById | GET /ed-fi/cteProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CteProgramServiceDescriptorsApi | getCTEProgramServiceDescriptorsPartitions | GET /ed-fi/cteProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CteProgramServiceDescriptorsApi | keyChangesCTEProgramServiceDescriptors | GET /ed-fi/cteProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CteProgramServiceDescriptorsApi | postCTEProgramServiceDescriptor | POST /ed-fi/cteProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CteProgramServiceDescriptorsApi | putCTEProgramServiceDescriptor | PUT /ed-fi/cteProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
CurriculumUsedDescriptorsApi | deleteCurriculumUsedDescriptorById | DELETE /ed-fi/curriculumUsedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
CurriculumUsedDescriptorsApi | deletesCurriculumUsedDescriptors | GET /ed-fi/curriculumUsedDescriptors/deletes | Retrieves deleted resources based on change version. |
CurriculumUsedDescriptorsApi | getCurriculumUsedDescriptors | GET /ed-fi/curriculumUsedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
CurriculumUsedDescriptorsApi | getCurriculumUsedDescriptorsById | GET /ed-fi/curriculumUsedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
CurriculumUsedDescriptorsApi | getCurriculumUsedDescriptorsPartitions | GET /ed-fi/curriculumUsedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
CurriculumUsedDescriptorsApi | keyChangesCurriculumUsedDescriptors | GET /ed-fi/curriculumUsedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
CurriculumUsedDescriptorsApi | postCurriculumUsedDescriptor | POST /ed-fi/curriculumUsedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
CurriculumUsedDescriptorsApi | putCurriculumUsedDescriptor | PUT /ed-fi/curriculumUsedDescriptors/{id} | Updates a resource based on the resource identifier. |
DeliveryMethodDescriptorsApi | deleteDeliveryMethodDescriptorById | DELETE /ed-fi/deliveryMethodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DeliveryMethodDescriptorsApi | deletesDeliveryMethodDescriptors | GET /ed-fi/deliveryMethodDescriptors/deletes | Retrieves deleted resources based on change version. |
DeliveryMethodDescriptorsApi | getDeliveryMethodDescriptors | GET /ed-fi/deliveryMethodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DeliveryMethodDescriptorsApi | getDeliveryMethodDescriptorsById | GET /ed-fi/deliveryMethodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DeliveryMethodDescriptorsApi | getDeliveryMethodDescriptorsPartitions | GET /ed-fi/deliveryMethodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DeliveryMethodDescriptorsApi | keyChangesDeliveryMethodDescriptors | GET /ed-fi/deliveryMethodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DeliveryMethodDescriptorsApi | postDeliveryMethodDescriptor | POST /ed-fi/deliveryMethodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DeliveryMethodDescriptorsApi | putDeliveryMethodDescriptor | PUT /ed-fi/deliveryMethodDescriptors/{id} | Updates a resource based on the resource identifier. |
DiagnosisDescriptorsApi | deleteDiagnosisDescriptorById | DELETE /ed-fi/diagnosisDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DiagnosisDescriptorsApi | deletesDiagnosisDescriptors | GET /ed-fi/diagnosisDescriptors/deletes | Retrieves deleted resources based on change version. |
DiagnosisDescriptorsApi | getDiagnosisDescriptors | GET /ed-fi/diagnosisDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DiagnosisDescriptorsApi | getDiagnosisDescriptorsById | GET /ed-fi/diagnosisDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DiagnosisDescriptorsApi | getDiagnosisDescriptorsPartitions | GET /ed-fi/diagnosisDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DiagnosisDescriptorsApi | keyChangesDiagnosisDescriptors | GET /ed-fi/diagnosisDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DiagnosisDescriptorsApi | postDiagnosisDescriptor | POST /ed-fi/diagnosisDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DiagnosisDescriptorsApi | putDiagnosisDescriptor | PUT /ed-fi/diagnosisDescriptors/{id} | Updates a resource based on the resource identifier. |
DiplomaLevelDescriptorsApi | deleteDiplomaLevelDescriptorById | DELETE /ed-fi/diplomaLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DiplomaLevelDescriptorsApi | deletesDiplomaLevelDescriptors | GET /ed-fi/diplomaLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
DiplomaLevelDescriptorsApi | getDiplomaLevelDescriptors | GET /ed-fi/diplomaLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DiplomaLevelDescriptorsApi | getDiplomaLevelDescriptorsById | GET /ed-fi/diplomaLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DiplomaLevelDescriptorsApi | getDiplomaLevelDescriptorsPartitions | GET /ed-fi/diplomaLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DiplomaLevelDescriptorsApi | keyChangesDiplomaLevelDescriptors | GET /ed-fi/diplomaLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DiplomaLevelDescriptorsApi | postDiplomaLevelDescriptor | POST /ed-fi/diplomaLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DiplomaLevelDescriptorsApi | putDiplomaLevelDescriptor | PUT /ed-fi/diplomaLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
DiplomaTypeDescriptorsApi | deleteDiplomaTypeDescriptorById | DELETE /ed-fi/diplomaTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DiplomaTypeDescriptorsApi | deletesDiplomaTypeDescriptors | GET /ed-fi/diplomaTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
DiplomaTypeDescriptorsApi | getDiplomaTypeDescriptors | GET /ed-fi/diplomaTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DiplomaTypeDescriptorsApi | getDiplomaTypeDescriptorsById | GET /ed-fi/diplomaTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DiplomaTypeDescriptorsApi | getDiplomaTypeDescriptorsPartitions | GET /ed-fi/diplomaTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DiplomaTypeDescriptorsApi | keyChangesDiplomaTypeDescriptors | GET /ed-fi/diplomaTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DiplomaTypeDescriptorsApi | postDiplomaTypeDescriptor | POST /ed-fi/diplomaTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DiplomaTypeDescriptorsApi | putDiplomaTypeDescriptor | PUT /ed-fi/diplomaTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
DisabilityDescriptorsApi | deleteDisabilityDescriptorById | DELETE /ed-fi/disabilityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisabilityDescriptorsApi | deletesDisabilityDescriptors | GET /ed-fi/disabilityDescriptors/deletes | Retrieves deleted resources based on change version. |
DisabilityDescriptorsApi | getDisabilityDescriptors | GET /ed-fi/disabilityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisabilityDescriptorsApi | getDisabilityDescriptorsById | GET /ed-fi/disabilityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisabilityDescriptorsApi | getDisabilityDescriptorsPartitions | GET /ed-fi/disabilityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisabilityDescriptorsApi | keyChangesDisabilityDescriptors | GET /ed-fi/disabilityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisabilityDescriptorsApi | postDisabilityDescriptor | POST /ed-fi/disabilityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisabilityDescriptorsApi | putDisabilityDescriptor | PUT /ed-fi/disabilityDescriptors/{id} | Updates a resource based on the resource identifier. |
DisabilityDesignationDescriptorsApi | deleteDisabilityDesignationDescriptorById | DELETE /ed-fi/disabilityDesignationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisabilityDesignationDescriptorsApi | deletesDisabilityDesignationDescriptors | GET /ed-fi/disabilityDesignationDescriptors/deletes | Retrieves deleted resources based on change version. |
DisabilityDesignationDescriptorsApi | getDisabilityDesignationDescriptors | GET /ed-fi/disabilityDesignationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisabilityDesignationDescriptorsApi | getDisabilityDesignationDescriptorsById | GET /ed-fi/disabilityDesignationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisabilityDesignationDescriptorsApi | getDisabilityDesignationDescriptorsPartitions | GET /ed-fi/disabilityDesignationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisabilityDesignationDescriptorsApi | keyChangesDisabilityDesignationDescriptors | GET /ed-fi/disabilityDesignationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisabilityDesignationDescriptorsApi | postDisabilityDesignationDescriptor | POST /ed-fi/disabilityDesignationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisabilityDesignationDescriptorsApi | putDisabilityDesignationDescriptor | PUT /ed-fi/disabilityDesignationDescriptors/{id} | Updates a resource based on the resource identifier. |
DisabilityDeterminationSourceTypeDescriptorsApi | deleteDisabilityDeterminationSourceTypeDescriptorById | DELETE /ed-fi/disabilityDeterminationSourceTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisabilityDeterminationSourceTypeDescriptorsApi | deletesDisabilityDeterminationSourceTypeDescriptors | GET /ed-fi/disabilityDeterminationSourceTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
DisabilityDeterminationSourceTypeDescriptorsApi | getDisabilityDeterminationSourceTypeDescriptors | GET /ed-fi/disabilityDeterminationSourceTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisabilityDeterminationSourceTypeDescriptorsApi | getDisabilityDeterminationSourceTypeDescriptorsById | GET /ed-fi/disabilityDeterminationSourceTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisabilityDeterminationSourceTypeDescriptorsApi | getDisabilityDeterminationSourceTypeDescriptorsPartitions | GET /ed-fi/disabilityDeterminationSourceTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisabilityDeterminationSourceTypeDescriptorsApi | keyChangesDisabilityDeterminationSourceTypeDescriptors | GET /ed-fi/disabilityDeterminationSourceTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisabilityDeterminationSourceTypeDescriptorsApi | postDisabilityDeterminationSourceTypeDescriptor | POST /ed-fi/disabilityDeterminationSourceTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisabilityDeterminationSourceTypeDescriptorsApi | putDisabilityDeterminationSourceTypeDescriptor | PUT /ed-fi/disabilityDeterminationSourceTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | deleteDisciplineActionLengthDifferenceReasonDescriptorById | DELETE /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | deletesDisciplineActionLengthDifferenceReasonDescriptors | GET /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | getDisciplineActionLengthDifferenceReasonDescriptors | GET /ed-fi/disciplineActionLengthDifferenceReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisciplineActionLengthDifferenceReasonDescriptorsApi | getDisciplineActionLengthDifferenceReasonDescriptorsById | GET /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisciplineActionLengthDifferenceReasonDescriptorsApi | getDisciplineActionLengthDifferenceReasonDescriptorsPartitions | GET /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | keyChangesDisciplineActionLengthDifferenceReasonDescriptors | GET /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | postDisciplineActionLengthDifferenceReasonDescriptor | POST /ed-fi/disciplineActionLengthDifferenceReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisciplineActionLengthDifferenceReasonDescriptorsApi | putDisciplineActionLengthDifferenceReasonDescriptor | PUT /ed-fi/disciplineActionLengthDifferenceReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
DisciplineDescriptorsApi | deleteDisciplineDescriptorById | DELETE /ed-fi/disciplineDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisciplineDescriptorsApi | deletesDisciplineDescriptors | GET /ed-fi/disciplineDescriptors/deletes | Retrieves deleted resources based on change version. |
DisciplineDescriptorsApi | getDisciplineDescriptors | GET /ed-fi/disciplineDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisciplineDescriptorsApi | getDisciplineDescriptorsById | GET /ed-fi/disciplineDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisciplineDescriptorsApi | getDisciplineDescriptorsPartitions | GET /ed-fi/disciplineDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisciplineDescriptorsApi | keyChangesDisciplineDescriptors | GET /ed-fi/disciplineDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisciplineDescriptorsApi | postDisciplineDescriptor | POST /ed-fi/disciplineDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisciplineDescriptorsApi | putDisciplineDescriptor | PUT /ed-fi/disciplineDescriptors/{id} | Updates a resource based on the resource identifier. |
DisciplineIncidentParticipationCodeDescriptorsApi | deleteDisciplineIncidentParticipationCodeDescriptorById | DELETE /ed-fi/disciplineIncidentParticipationCodeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisciplineIncidentParticipationCodeDescriptorsApi | deletesDisciplineIncidentParticipationCodeDescriptors | GET /ed-fi/disciplineIncidentParticipationCodeDescriptors/deletes | Retrieves deleted resources based on change version. |
DisciplineIncidentParticipationCodeDescriptorsApi | getDisciplineIncidentParticipationCodeDescriptors | GET /ed-fi/disciplineIncidentParticipationCodeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisciplineIncidentParticipationCodeDescriptorsApi | getDisciplineIncidentParticipationCodeDescriptorsById | GET /ed-fi/disciplineIncidentParticipationCodeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisciplineIncidentParticipationCodeDescriptorsApi | getDisciplineIncidentParticipationCodeDescriptorsPartitions | GET /ed-fi/disciplineIncidentParticipationCodeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisciplineIncidentParticipationCodeDescriptorsApi | keyChangesDisciplineIncidentParticipationCodeDescriptors | GET /ed-fi/disciplineIncidentParticipationCodeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisciplineIncidentParticipationCodeDescriptorsApi | postDisciplineIncidentParticipationCodeDescriptor | POST /ed-fi/disciplineIncidentParticipationCodeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisciplineIncidentParticipationCodeDescriptorsApi | putDisciplineIncidentParticipationCodeDescriptor | PUT /ed-fi/disciplineIncidentParticipationCodeDescriptors/{id} | Updates a resource based on the resource identifier. |
DisplacedStudentStatusDescriptorsApi | deleteDisplacedStudentStatusDescriptorById | DELETE /ed-fi/displacedStudentStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DisplacedStudentStatusDescriptorsApi | deletesDisplacedStudentStatusDescriptors | GET /ed-fi/displacedStudentStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
DisplacedStudentStatusDescriptorsApi | getDisplacedStudentStatusDescriptors | GET /ed-fi/displacedStudentStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DisplacedStudentStatusDescriptorsApi | getDisplacedStudentStatusDescriptorsById | GET /ed-fi/displacedStudentStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DisplacedStudentStatusDescriptorsApi | getDisplacedStudentStatusDescriptorsPartitions | GET /ed-fi/displacedStudentStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DisplacedStudentStatusDescriptorsApi | keyChangesDisplacedStudentStatusDescriptors | GET /ed-fi/displacedStudentStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DisplacedStudentStatusDescriptorsApi | postDisplacedStudentStatusDescriptor | POST /ed-fi/displacedStudentStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DisplacedStudentStatusDescriptorsApi | putDisplacedStudentStatusDescriptor | PUT /ed-fi/displacedStudentStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
DualCreditInstitutionDescriptorsApi | deleteDualCreditInstitutionDescriptorById | DELETE /ed-fi/dualCreditInstitutionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DualCreditInstitutionDescriptorsApi | deletesDualCreditInstitutionDescriptors | GET /ed-fi/dualCreditInstitutionDescriptors/deletes | Retrieves deleted resources based on change version. |
DualCreditInstitutionDescriptorsApi | getDualCreditInstitutionDescriptors | GET /ed-fi/dualCreditInstitutionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DualCreditInstitutionDescriptorsApi | getDualCreditInstitutionDescriptorsById | GET /ed-fi/dualCreditInstitutionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DualCreditInstitutionDescriptorsApi | getDualCreditInstitutionDescriptorsPartitions | GET /ed-fi/dualCreditInstitutionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DualCreditInstitutionDescriptorsApi | keyChangesDualCreditInstitutionDescriptors | GET /ed-fi/dualCreditInstitutionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DualCreditInstitutionDescriptorsApi | postDualCreditInstitutionDescriptor | POST /ed-fi/dualCreditInstitutionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DualCreditInstitutionDescriptorsApi | putDualCreditInstitutionDescriptor | PUT /ed-fi/dualCreditInstitutionDescriptors/{id} | Updates a resource based on the resource identifier. |
DualCreditTypeDescriptorsApi | deleteDualCreditTypeDescriptorById | DELETE /ed-fi/dualCreditTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
DualCreditTypeDescriptorsApi | deletesDualCreditTypeDescriptors | GET /ed-fi/dualCreditTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
DualCreditTypeDescriptorsApi | getDualCreditTypeDescriptors | GET /ed-fi/dualCreditTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
DualCreditTypeDescriptorsApi | getDualCreditTypeDescriptorsById | GET /ed-fi/dualCreditTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
DualCreditTypeDescriptorsApi | getDualCreditTypeDescriptorsPartitions | GET /ed-fi/dualCreditTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
DualCreditTypeDescriptorsApi | keyChangesDualCreditTypeDescriptors | GET /ed-fi/dualCreditTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
DualCreditTypeDescriptorsApi | postDualCreditTypeDescriptor | POST /ed-fi/dualCreditTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
DualCreditTypeDescriptorsApi | putDualCreditTypeDescriptor | PUT /ed-fi/dualCreditTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EducationOrganizationAssociationTypeDescriptorsApi | deleteEducationOrganizationAssociationTypeDescriptorById | DELETE /ed-fi/educationOrganizationAssociationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducationOrganizationAssociationTypeDescriptorsApi | deletesEducationOrganizationAssociationTypeDescriptors | GET /ed-fi/educationOrganizationAssociationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
EducationOrganizationAssociationTypeDescriptorsApi | getEducationOrganizationAssociationTypeDescriptors | GET /ed-fi/educationOrganizationAssociationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducationOrganizationAssociationTypeDescriptorsApi | getEducationOrganizationAssociationTypeDescriptorsById | GET /ed-fi/educationOrganizationAssociationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducationOrganizationAssociationTypeDescriptorsApi | getEducationOrganizationAssociationTypeDescriptorsPartitions | GET /ed-fi/educationOrganizationAssociationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducationOrganizationAssociationTypeDescriptorsApi | keyChangesEducationOrganizationAssociationTypeDescriptors | GET /ed-fi/educationOrganizationAssociationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducationOrganizationAssociationTypeDescriptorsApi | postEducationOrganizationAssociationTypeDescriptor | POST /ed-fi/educationOrganizationAssociationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducationOrganizationAssociationTypeDescriptorsApi | putEducationOrganizationAssociationTypeDescriptor | PUT /ed-fi/educationOrganizationAssociationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EducationOrganizationCategoryDescriptorsApi | deleteEducationOrganizationCategoryDescriptorById | DELETE /ed-fi/educationOrganizationCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducationOrganizationCategoryDescriptorsApi | deletesEducationOrganizationCategoryDescriptors | GET /ed-fi/educationOrganizationCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
EducationOrganizationCategoryDescriptorsApi | getEducationOrganizationCategoryDescriptors | GET /ed-fi/educationOrganizationCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducationOrganizationCategoryDescriptorsApi | getEducationOrganizationCategoryDescriptorsById | GET /ed-fi/educationOrganizationCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducationOrganizationCategoryDescriptorsApi | getEducationOrganizationCategoryDescriptorsPartitions | GET /ed-fi/educationOrganizationCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducationOrganizationCategoryDescriptorsApi | keyChangesEducationOrganizationCategoryDescriptors | GET /ed-fi/educationOrganizationCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducationOrganizationCategoryDescriptorsApi | postEducationOrganizationCategoryDescriptor | POST /ed-fi/educationOrganizationCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducationOrganizationCategoryDescriptorsApi | putEducationOrganizationCategoryDescriptor | PUT /ed-fi/educationOrganizationCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
EducationOrganizationIdentificationSystemDescriptorsApi | deleteEducationOrganizationIdentificationSystemDescriptorById | DELETE /ed-fi/educationOrganizationIdentificationSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducationOrganizationIdentificationSystemDescriptorsApi | deletesEducationOrganizationIdentificationSystemDescriptors | GET /ed-fi/educationOrganizationIdentificationSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
EducationOrganizationIdentificationSystemDescriptorsApi | getEducationOrganizationIdentificationSystemDescriptors | GET /ed-fi/educationOrganizationIdentificationSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducationOrganizationIdentificationSystemDescriptorsApi | getEducationOrganizationIdentificationSystemDescriptorsById | GET /ed-fi/educationOrganizationIdentificationSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducationOrganizationIdentificationSystemDescriptorsApi | getEducationOrganizationIdentificationSystemDescriptorsPartitions | GET /ed-fi/educationOrganizationIdentificationSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducationOrganizationIdentificationSystemDescriptorsApi | keyChangesEducationOrganizationIdentificationSystemDescriptors | GET /ed-fi/educationOrganizationIdentificationSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducationOrganizationIdentificationSystemDescriptorsApi | postEducationOrganizationIdentificationSystemDescriptor | POST /ed-fi/educationOrganizationIdentificationSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducationOrganizationIdentificationSystemDescriptorsApi | putEducationOrganizationIdentificationSystemDescriptor | PUT /ed-fi/educationOrganizationIdentificationSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
EducationPlanDescriptorsApi | deleteEducationPlanDescriptorById | DELETE /ed-fi/educationPlanDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducationPlanDescriptorsApi | deletesEducationPlanDescriptors | GET /ed-fi/educationPlanDescriptors/deletes | Retrieves deleted resources based on change version. |
EducationPlanDescriptorsApi | getEducationPlanDescriptors | GET /ed-fi/educationPlanDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducationPlanDescriptorsApi | getEducationPlanDescriptorsById | GET /ed-fi/educationPlanDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducationPlanDescriptorsApi | getEducationPlanDescriptorsPartitions | GET /ed-fi/educationPlanDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducationPlanDescriptorsApi | keyChangesEducationPlanDescriptors | GET /ed-fi/educationPlanDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducationPlanDescriptorsApi | postEducationPlanDescriptor | POST /ed-fi/educationPlanDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducationPlanDescriptorsApi | putEducationPlanDescriptor | PUT /ed-fi/educationPlanDescriptors/{id} | Updates a resource based on the resource identifier. |
EducationalEnvironmentDescriptorsApi | deleteEducationalEnvironmentDescriptorById | DELETE /ed-fi/educationalEnvironmentDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducationalEnvironmentDescriptorsApi | deletesEducationalEnvironmentDescriptors | GET /ed-fi/educationalEnvironmentDescriptors/deletes | Retrieves deleted resources based on change version. |
EducationalEnvironmentDescriptorsApi | getEducationalEnvironmentDescriptors | GET /ed-fi/educationalEnvironmentDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducationalEnvironmentDescriptorsApi | getEducationalEnvironmentDescriptorsById | GET /ed-fi/educationalEnvironmentDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducationalEnvironmentDescriptorsApi | getEducationalEnvironmentDescriptorsPartitions | GET /ed-fi/educationalEnvironmentDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducationalEnvironmentDescriptorsApi | keyChangesEducationalEnvironmentDescriptors | GET /ed-fi/educationalEnvironmentDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducationalEnvironmentDescriptorsApi | postEducationalEnvironmentDescriptor | POST /ed-fi/educationalEnvironmentDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducationalEnvironmentDescriptorsApi | putEducationalEnvironmentDescriptor | PUT /ed-fi/educationalEnvironmentDescriptors/{id} | Updates a resource based on the resource identifier. |
EducatorRoleDescriptorsApi | deleteEducatorRoleDescriptorById | DELETE /tpdm/educatorRoleDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EducatorRoleDescriptorsApi | deletesEducatorRoleDescriptors | GET /tpdm/educatorRoleDescriptors/deletes | Retrieves deleted resources based on change version. |
EducatorRoleDescriptorsApi | getEducatorRoleDescriptors | GET /tpdm/educatorRoleDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EducatorRoleDescriptorsApi | getEducatorRoleDescriptorsById | GET /tpdm/educatorRoleDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EducatorRoleDescriptorsApi | getEducatorRoleDescriptorsPartitions | GET /tpdm/educatorRoleDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EducatorRoleDescriptorsApi | keyChangesEducatorRoleDescriptors | GET /tpdm/educatorRoleDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EducatorRoleDescriptorsApi | postEducatorRoleDescriptor | POST /tpdm/educatorRoleDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EducatorRoleDescriptorsApi | putEducatorRoleDescriptor | PUT /tpdm/educatorRoleDescriptors/{id} | Updates a resource based on the resource identifier. |
ElectronicMailTypeDescriptorsApi | deleteElectronicMailTypeDescriptorById | DELETE /ed-fi/electronicMailTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ElectronicMailTypeDescriptorsApi | deletesElectronicMailTypeDescriptors | GET /ed-fi/electronicMailTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ElectronicMailTypeDescriptorsApi | getElectronicMailTypeDescriptors | GET /ed-fi/electronicMailTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ElectronicMailTypeDescriptorsApi | getElectronicMailTypeDescriptorsById | GET /ed-fi/electronicMailTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ElectronicMailTypeDescriptorsApi | getElectronicMailTypeDescriptorsPartitions | GET /ed-fi/electronicMailTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ElectronicMailTypeDescriptorsApi | keyChangesElectronicMailTypeDescriptors | GET /ed-fi/electronicMailTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ElectronicMailTypeDescriptorsApi | postElectronicMailTypeDescriptor | POST /ed-fi/electronicMailTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ElectronicMailTypeDescriptorsApi | putElectronicMailTypeDescriptor | PUT /ed-fi/electronicMailTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EligibilityDelayReasonDescriptorsApi | deleteEligibilityDelayReasonDescriptorById | DELETE /ed-fi/eligibilityDelayReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EligibilityDelayReasonDescriptorsApi | deletesEligibilityDelayReasonDescriptors | GET /ed-fi/eligibilityDelayReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
EligibilityDelayReasonDescriptorsApi | getEligibilityDelayReasonDescriptors | GET /ed-fi/eligibilityDelayReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EligibilityDelayReasonDescriptorsApi | getEligibilityDelayReasonDescriptorsById | GET /ed-fi/eligibilityDelayReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EligibilityDelayReasonDescriptorsApi | getEligibilityDelayReasonDescriptorsPartitions | GET /ed-fi/eligibilityDelayReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EligibilityDelayReasonDescriptorsApi | keyChangesEligibilityDelayReasonDescriptors | GET /ed-fi/eligibilityDelayReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EligibilityDelayReasonDescriptorsApi | postEligibilityDelayReasonDescriptor | POST /ed-fi/eligibilityDelayReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EligibilityDelayReasonDescriptorsApi | putEligibilityDelayReasonDescriptor | PUT /ed-fi/eligibilityDelayReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
EligibilityEvaluationTypeDescriptorsApi | deleteEligibilityEvaluationTypeDescriptorById | DELETE /ed-fi/eligibilityEvaluationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EligibilityEvaluationTypeDescriptorsApi | deletesEligibilityEvaluationTypeDescriptors | GET /ed-fi/eligibilityEvaluationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
EligibilityEvaluationTypeDescriptorsApi | getEligibilityEvaluationTypeDescriptors | GET /ed-fi/eligibilityEvaluationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EligibilityEvaluationTypeDescriptorsApi | getEligibilityEvaluationTypeDescriptorsById | GET /ed-fi/eligibilityEvaluationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EligibilityEvaluationTypeDescriptorsApi | getEligibilityEvaluationTypeDescriptorsPartitions | GET /ed-fi/eligibilityEvaluationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EligibilityEvaluationTypeDescriptorsApi | keyChangesEligibilityEvaluationTypeDescriptors | GET /ed-fi/eligibilityEvaluationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EligibilityEvaluationTypeDescriptorsApi | postEligibilityEvaluationTypeDescriptor | POST /ed-fi/eligibilityEvaluationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EligibilityEvaluationTypeDescriptorsApi | putEligibilityEvaluationTypeDescriptor | PUT /ed-fi/eligibilityEvaluationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EmploymentStatusDescriptorsApi | deleteEmploymentStatusDescriptorById | DELETE /ed-fi/employmentStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EmploymentStatusDescriptorsApi | deletesEmploymentStatusDescriptors | GET /ed-fi/employmentStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
EmploymentStatusDescriptorsApi | getEmploymentStatusDescriptors | GET /ed-fi/employmentStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EmploymentStatusDescriptorsApi | getEmploymentStatusDescriptorsById | GET /ed-fi/employmentStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EmploymentStatusDescriptorsApi | getEmploymentStatusDescriptorsPartitions | GET /ed-fi/employmentStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EmploymentStatusDescriptorsApi | keyChangesEmploymentStatusDescriptors | GET /ed-fi/employmentStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EmploymentStatusDescriptorsApi | postEmploymentStatusDescriptor | POST /ed-fi/employmentStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EmploymentStatusDescriptorsApi | putEmploymentStatusDescriptor | PUT /ed-fi/employmentStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
EnglishLanguageExamDescriptorsApi | deleteEnglishLanguageExamDescriptorById | DELETE /tpdm/englishLanguageExamDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EnglishLanguageExamDescriptorsApi | deletesEnglishLanguageExamDescriptors | GET /tpdm/englishLanguageExamDescriptors/deletes | Retrieves deleted resources based on change version. |
EnglishLanguageExamDescriptorsApi | getEnglishLanguageExamDescriptors | GET /tpdm/englishLanguageExamDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EnglishLanguageExamDescriptorsApi | getEnglishLanguageExamDescriptorsById | GET /tpdm/englishLanguageExamDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EnglishLanguageExamDescriptorsApi | getEnglishLanguageExamDescriptorsPartitions | GET /tpdm/englishLanguageExamDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EnglishLanguageExamDescriptorsApi | keyChangesEnglishLanguageExamDescriptors | GET /tpdm/englishLanguageExamDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EnglishLanguageExamDescriptorsApi | postEnglishLanguageExamDescriptor | POST /tpdm/englishLanguageExamDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EnglishLanguageExamDescriptorsApi | putEnglishLanguageExamDescriptor | PUT /tpdm/englishLanguageExamDescriptors/{id} | Updates a resource based on the resource identifier. |
EnrollmentTypeDescriptorsApi | deleteEnrollmentTypeDescriptorById | DELETE /ed-fi/enrollmentTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EnrollmentTypeDescriptorsApi | deletesEnrollmentTypeDescriptors | GET /ed-fi/enrollmentTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
EnrollmentTypeDescriptorsApi | getEnrollmentTypeDescriptors | GET /ed-fi/enrollmentTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EnrollmentTypeDescriptorsApi | getEnrollmentTypeDescriptorsById | GET /ed-fi/enrollmentTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EnrollmentTypeDescriptorsApi | getEnrollmentTypeDescriptorsPartitions | GET /ed-fi/enrollmentTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EnrollmentTypeDescriptorsApi | keyChangesEnrollmentTypeDescriptors | GET /ed-fi/enrollmentTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EnrollmentTypeDescriptorsApi | postEnrollmentTypeDescriptor | POST /ed-fi/enrollmentTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EnrollmentTypeDescriptorsApi | putEnrollmentTypeDescriptor | PUT /ed-fi/enrollmentTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EntryGradeLevelReasonDescriptorsApi | deleteEntryGradeLevelReasonDescriptorById | DELETE /ed-fi/entryGradeLevelReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EntryGradeLevelReasonDescriptorsApi | deletesEntryGradeLevelReasonDescriptors | GET /ed-fi/entryGradeLevelReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
EntryGradeLevelReasonDescriptorsApi | getEntryGradeLevelReasonDescriptors | GET /ed-fi/entryGradeLevelReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EntryGradeLevelReasonDescriptorsApi | getEntryGradeLevelReasonDescriptorsById | GET /ed-fi/entryGradeLevelReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EntryGradeLevelReasonDescriptorsApi | getEntryGradeLevelReasonDescriptorsPartitions | GET /ed-fi/entryGradeLevelReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EntryGradeLevelReasonDescriptorsApi | keyChangesEntryGradeLevelReasonDescriptors | GET /ed-fi/entryGradeLevelReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EntryGradeLevelReasonDescriptorsApi | postEntryGradeLevelReasonDescriptor | POST /ed-fi/entryGradeLevelReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EntryGradeLevelReasonDescriptorsApi | putEntryGradeLevelReasonDescriptor | PUT /ed-fi/entryGradeLevelReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
EntryTypeDescriptorsApi | deleteEntryTypeDescriptorById | DELETE /ed-fi/entryTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EntryTypeDescriptorsApi | deletesEntryTypeDescriptors | GET /ed-fi/entryTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
EntryTypeDescriptorsApi | getEntryTypeDescriptors | GET /ed-fi/entryTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EntryTypeDescriptorsApi | getEntryTypeDescriptorsById | GET /ed-fi/entryTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EntryTypeDescriptorsApi | getEntryTypeDescriptorsPartitions | GET /ed-fi/entryTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EntryTypeDescriptorsApi | keyChangesEntryTypeDescriptors | GET /ed-fi/entryTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EntryTypeDescriptorsApi | postEntryTypeDescriptor | POST /ed-fi/entryTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EntryTypeDescriptorsApi | putEntryTypeDescriptor | PUT /ed-fi/entryTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EppProgramPathwayDescriptorsApi | deleteEPPProgramPathwayDescriptorById | DELETE /tpdm/eppProgramPathwayDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EppProgramPathwayDescriptorsApi | deletesEPPProgramPathwayDescriptors | GET /tpdm/eppProgramPathwayDescriptors/deletes | Retrieves deleted resources based on change version. |
EppProgramPathwayDescriptorsApi | getEPPProgramPathwayDescriptors | GET /tpdm/eppProgramPathwayDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EppProgramPathwayDescriptorsApi | getEPPProgramPathwayDescriptorsById | GET /tpdm/eppProgramPathwayDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EppProgramPathwayDescriptorsApi | getEPPProgramPathwayDescriptorsPartitions | GET /tpdm/eppProgramPathwayDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EppProgramPathwayDescriptorsApi | keyChangesEPPProgramPathwayDescriptors | GET /tpdm/eppProgramPathwayDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EppProgramPathwayDescriptorsApi | postEPPProgramPathwayDescriptor | POST /tpdm/eppProgramPathwayDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EppProgramPathwayDescriptorsApi | putEPPProgramPathwayDescriptor | PUT /tpdm/eppProgramPathwayDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationDelayReasonDescriptorsApi | deleteEvaluationDelayReasonDescriptorById | DELETE /ed-fi/evaluationDelayReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationDelayReasonDescriptorsApi | deletesEvaluationDelayReasonDescriptors | GET /ed-fi/evaluationDelayReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationDelayReasonDescriptorsApi | getEvaluationDelayReasonDescriptors | GET /ed-fi/evaluationDelayReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationDelayReasonDescriptorsApi | getEvaluationDelayReasonDescriptorsById | GET /ed-fi/evaluationDelayReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationDelayReasonDescriptorsApi | getEvaluationDelayReasonDescriptorsPartitions | GET /ed-fi/evaluationDelayReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationDelayReasonDescriptorsApi | keyChangesEvaluationDelayReasonDescriptors | GET /ed-fi/evaluationDelayReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationDelayReasonDescriptorsApi | postEvaluationDelayReasonDescriptor | POST /ed-fi/evaluationDelayReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationDelayReasonDescriptorsApi | putEvaluationDelayReasonDescriptor | PUT /ed-fi/evaluationDelayReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationElementRatingLevelDescriptorsApi | deleteEvaluationElementRatingLevelDescriptorById | DELETE /tpdm/evaluationElementRatingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationElementRatingLevelDescriptorsApi | deletesEvaluationElementRatingLevelDescriptors | GET /tpdm/evaluationElementRatingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationElementRatingLevelDescriptorsApi | getEvaluationElementRatingLevelDescriptors | GET /tpdm/evaluationElementRatingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationElementRatingLevelDescriptorsApi | getEvaluationElementRatingLevelDescriptorsById | GET /tpdm/evaluationElementRatingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationElementRatingLevelDescriptorsApi | getEvaluationElementRatingLevelDescriptorsPartitions | GET /tpdm/evaluationElementRatingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationElementRatingLevelDescriptorsApi | keyChangesEvaluationElementRatingLevelDescriptors | GET /tpdm/evaluationElementRatingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationElementRatingLevelDescriptorsApi | postEvaluationElementRatingLevelDescriptor | POST /tpdm/evaluationElementRatingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationElementRatingLevelDescriptorsApi | putEvaluationElementRatingLevelDescriptor | PUT /tpdm/evaluationElementRatingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationPeriodDescriptorsApi | deleteEvaluationPeriodDescriptorById | DELETE /tpdm/evaluationPeriodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationPeriodDescriptorsApi | deletesEvaluationPeriodDescriptors | GET /tpdm/evaluationPeriodDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationPeriodDescriptorsApi | getEvaluationPeriodDescriptors | GET /tpdm/evaluationPeriodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationPeriodDescriptorsApi | getEvaluationPeriodDescriptorsById | GET /tpdm/evaluationPeriodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationPeriodDescriptorsApi | getEvaluationPeriodDescriptorsPartitions | GET /tpdm/evaluationPeriodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationPeriodDescriptorsApi | keyChangesEvaluationPeriodDescriptors | GET /tpdm/evaluationPeriodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationPeriodDescriptorsApi | postEvaluationPeriodDescriptor | POST /tpdm/evaluationPeriodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationPeriodDescriptorsApi | putEvaluationPeriodDescriptor | PUT /tpdm/evaluationPeriodDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationRatingLevelDescriptorsApi | deleteEvaluationRatingLevelDescriptorById | DELETE /tpdm/evaluationRatingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationRatingLevelDescriptorsApi | deletesEvaluationRatingLevelDescriptors | GET /tpdm/evaluationRatingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationRatingLevelDescriptorsApi | getEvaluationRatingLevelDescriptors | GET /tpdm/evaluationRatingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationRatingLevelDescriptorsApi | getEvaluationRatingLevelDescriptorsById | GET /tpdm/evaluationRatingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationRatingLevelDescriptorsApi | getEvaluationRatingLevelDescriptorsPartitions | GET /tpdm/evaluationRatingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationRatingLevelDescriptorsApi | keyChangesEvaluationRatingLevelDescriptors | GET /tpdm/evaluationRatingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationRatingLevelDescriptorsApi | postEvaluationRatingLevelDescriptor | POST /tpdm/evaluationRatingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationRatingLevelDescriptorsApi | putEvaluationRatingLevelDescriptor | PUT /tpdm/evaluationRatingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationRatingStatusDescriptorsApi | deleteEvaluationRatingStatusDescriptorById | DELETE /tpdm/evaluationRatingStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationRatingStatusDescriptorsApi | deletesEvaluationRatingStatusDescriptors | GET /tpdm/evaluationRatingStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationRatingStatusDescriptorsApi | getEvaluationRatingStatusDescriptors | GET /tpdm/evaluationRatingStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationRatingStatusDescriptorsApi | getEvaluationRatingStatusDescriptorsById | GET /tpdm/evaluationRatingStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationRatingStatusDescriptorsApi | getEvaluationRatingStatusDescriptorsPartitions | GET /tpdm/evaluationRatingStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationRatingStatusDescriptorsApi | keyChangesEvaluationRatingStatusDescriptors | GET /tpdm/evaluationRatingStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationRatingStatusDescriptorsApi | postEvaluationRatingStatusDescriptor | POST /tpdm/evaluationRatingStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationRatingStatusDescriptorsApi | putEvaluationRatingStatusDescriptor | PUT /tpdm/evaluationRatingStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
EvaluationTypeDescriptorsApi | deleteEvaluationTypeDescriptorById | DELETE /tpdm/evaluationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EvaluationTypeDescriptorsApi | deletesEvaluationTypeDescriptors | GET /tpdm/evaluationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
EvaluationTypeDescriptorsApi | getEvaluationTypeDescriptors | GET /tpdm/evaluationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EvaluationTypeDescriptorsApi | getEvaluationTypeDescriptorsById | GET /tpdm/evaluationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EvaluationTypeDescriptorsApi | getEvaluationTypeDescriptorsPartitions | GET /tpdm/evaluationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EvaluationTypeDescriptorsApi | keyChangesEvaluationTypeDescriptors | GET /tpdm/evaluationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EvaluationTypeDescriptorsApi | postEvaluationTypeDescriptor | POST /tpdm/evaluationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EvaluationTypeDescriptorsApi | putEvaluationTypeDescriptor | PUT /tpdm/evaluationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
EventCircumstanceDescriptorsApi | deleteEventCircumstanceDescriptorById | DELETE /ed-fi/eventCircumstanceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
EventCircumstanceDescriptorsApi | deletesEventCircumstanceDescriptors | GET /ed-fi/eventCircumstanceDescriptors/deletes | Retrieves deleted resources based on change version. |
EventCircumstanceDescriptorsApi | getEventCircumstanceDescriptors | GET /ed-fi/eventCircumstanceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
EventCircumstanceDescriptorsApi | getEventCircumstanceDescriptorsById | GET /ed-fi/eventCircumstanceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
EventCircumstanceDescriptorsApi | getEventCircumstanceDescriptorsPartitions | GET /ed-fi/eventCircumstanceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
EventCircumstanceDescriptorsApi | keyChangesEventCircumstanceDescriptors | GET /ed-fi/eventCircumstanceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
EventCircumstanceDescriptorsApi | postEventCircumstanceDescriptor | POST /ed-fi/eventCircumstanceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
EventCircumstanceDescriptorsApi | putEventCircumstanceDescriptor | PUT /ed-fi/eventCircumstanceDescriptors/{id} | Updates a resource based on the resource identifier. |
ExitWithdrawTypeDescriptorsApi | deleteExitWithdrawTypeDescriptorById | DELETE /ed-fi/exitWithdrawTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ExitWithdrawTypeDescriptorsApi | deletesExitWithdrawTypeDescriptors | GET /ed-fi/exitWithdrawTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ExitWithdrawTypeDescriptorsApi | getExitWithdrawTypeDescriptors | GET /ed-fi/exitWithdrawTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ExitWithdrawTypeDescriptorsApi | getExitWithdrawTypeDescriptorsById | GET /ed-fi/exitWithdrawTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ExitWithdrawTypeDescriptorsApi | getExitWithdrawTypeDescriptorsPartitions | GET /ed-fi/exitWithdrawTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ExitWithdrawTypeDescriptorsApi | keyChangesExitWithdrawTypeDescriptors | GET /ed-fi/exitWithdrawTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ExitWithdrawTypeDescriptorsApi | postExitWithdrawTypeDescriptor | POST /ed-fi/exitWithdrawTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ExitWithdrawTypeDescriptorsApi | putExitWithdrawTypeDescriptor | PUT /ed-fi/exitWithdrawTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
FinancialCollectionDescriptorsApi | deleteFinancialCollectionDescriptorById | DELETE /ed-fi/financialCollectionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
FinancialCollectionDescriptorsApi | deletesFinancialCollectionDescriptors | GET /ed-fi/financialCollectionDescriptors/deletes | Retrieves deleted resources based on change version. |
FinancialCollectionDescriptorsApi | getFinancialCollectionDescriptors | GET /ed-fi/financialCollectionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
FinancialCollectionDescriptorsApi | getFinancialCollectionDescriptorsById | GET /ed-fi/financialCollectionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
FinancialCollectionDescriptorsApi | getFinancialCollectionDescriptorsPartitions | GET /ed-fi/financialCollectionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
FinancialCollectionDescriptorsApi | keyChangesFinancialCollectionDescriptors | GET /ed-fi/financialCollectionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
FinancialCollectionDescriptorsApi | postFinancialCollectionDescriptor | POST /ed-fi/financialCollectionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
FinancialCollectionDescriptorsApi | putFinancialCollectionDescriptor | PUT /ed-fi/financialCollectionDescriptors/{id} | Updates a resource based on the resource identifier. |
GenderDescriptorsApi | deleteGenderDescriptorById | DELETE /tpdm/genderDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GenderDescriptorsApi | deletesGenderDescriptors | GET /tpdm/genderDescriptors/deletes | Retrieves deleted resources based on change version. |
GenderDescriptorsApi | getGenderDescriptors | GET /tpdm/genderDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GenderDescriptorsApi | getGenderDescriptorsById | GET /tpdm/genderDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GenderDescriptorsApi | getGenderDescriptorsPartitions | GET /tpdm/genderDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GenderDescriptorsApi | keyChangesGenderDescriptors | GET /tpdm/genderDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GenderDescriptorsApi | postGenderDescriptor | POST /tpdm/genderDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GenderDescriptorsApi | putGenderDescriptor | PUT /tpdm/genderDescriptors/{id} | Updates a resource based on the resource identifier. |
GradeLevelDescriptorsApi | deleteGradeLevelDescriptorById | DELETE /ed-fi/gradeLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GradeLevelDescriptorsApi | deletesGradeLevelDescriptors | GET /ed-fi/gradeLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
GradeLevelDescriptorsApi | getGradeLevelDescriptors | GET /ed-fi/gradeLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GradeLevelDescriptorsApi | getGradeLevelDescriptorsById | GET /ed-fi/gradeLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GradeLevelDescriptorsApi | getGradeLevelDescriptorsPartitions | GET /ed-fi/gradeLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GradeLevelDescriptorsApi | keyChangesGradeLevelDescriptors | GET /ed-fi/gradeLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GradeLevelDescriptorsApi | postGradeLevelDescriptor | POST /ed-fi/gradeLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GradeLevelDescriptorsApi | putGradeLevelDescriptor | PUT /ed-fi/gradeLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
GradePointAverageTypeDescriptorsApi | deleteGradePointAverageTypeDescriptorById | DELETE /ed-fi/gradePointAverageTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GradePointAverageTypeDescriptorsApi | deletesGradePointAverageTypeDescriptors | GET /ed-fi/gradePointAverageTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
GradePointAverageTypeDescriptorsApi | getGradePointAverageTypeDescriptors | GET /ed-fi/gradePointAverageTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GradePointAverageTypeDescriptorsApi | getGradePointAverageTypeDescriptorsById | GET /ed-fi/gradePointAverageTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GradePointAverageTypeDescriptorsApi | getGradePointAverageTypeDescriptorsPartitions | GET /ed-fi/gradePointAverageTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GradePointAverageTypeDescriptorsApi | keyChangesGradePointAverageTypeDescriptors | GET /ed-fi/gradePointAverageTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GradePointAverageTypeDescriptorsApi | postGradePointAverageTypeDescriptor | POST /ed-fi/gradePointAverageTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GradePointAverageTypeDescriptorsApi | putGradePointAverageTypeDescriptor | PUT /ed-fi/gradePointAverageTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
GradeTypeDescriptorsApi | deleteGradeTypeDescriptorById | DELETE /ed-fi/gradeTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GradeTypeDescriptorsApi | deletesGradeTypeDescriptors | GET /ed-fi/gradeTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
GradeTypeDescriptorsApi | getGradeTypeDescriptors | GET /ed-fi/gradeTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GradeTypeDescriptorsApi | getGradeTypeDescriptorsById | GET /ed-fi/gradeTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GradeTypeDescriptorsApi | getGradeTypeDescriptorsPartitions | GET /ed-fi/gradeTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GradeTypeDescriptorsApi | keyChangesGradeTypeDescriptors | GET /ed-fi/gradeTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GradeTypeDescriptorsApi | postGradeTypeDescriptor | POST /ed-fi/gradeTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GradeTypeDescriptorsApi | putGradeTypeDescriptor | PUT /ed-fi/gradeTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
GradebookEntryTypeDescriptorsApi | deleteGradebookEntryTypeDescriptorById | DELETE /ed-fi/gradebookEntryTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GradebookEntryTypeDescriptorsApi | deletesGradebookEntryTypeDescriptors | GET /ed-fi/gradebookEntryTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
GradebookEntryTypeDescriptorsApi | getGradebookEntryTypeDescriptors | GET /ed-fi/gradebookEntryTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GradebookEntryTypeDescriptorsApi | getGradebookEntryTypeDescriptorsById | GET /ed-fi/gradebookEntryTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GradebookEntryTypeDescriptorsApi | getGradebookEntryTypeDescriptorsPartitions | GET /ed-fi/gradebookEntryTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GradebookEntryTypeDescriptorsApi | keyChangesGradebookEntryTypeDescriptors | GET /ed-fi/gradebookEntryTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GradebookEntryTypeDescriptorsApi | postGradebookEntryTypeDescriptor | POST /ed-fi/gradebookEntryTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GradebookEntryTypeDescriptorsApi | putGradebookEntryTypeDescriptor | PUT /ed-fi/gradebookEntryTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
GradingPeriodDescriptorsApi | deleteGradingPeriodDescriptorById | DELETE /ed-fi/gradingPeriodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GradingPeriodDescriptorsApi | deletesGradingPeriodDescriptors | GET /ed-fi/gradingPeriodDescriptors/deletes | Retrieves deleted resources based on change version. |
GradingPeriodDescriptorsApi | getGradingPeriodDescriptors | GET /ed-fi/gradingPeriodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GradingPeriodDescriptorsApi | getGradingPeriodDescriptorsById | GET /ed-fi/gradingPeriodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GradingPeriodDescriptorsApi | getGradingPeriodDescriptorsPartitions | GET /ed-fi/gradingPeriodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GradingPeriodDescriptorsApi | keyChangesGradingPeriodDescriptors | GET /ed-fi/gradingPeriodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GradingPeriodDescriptorsApi | postGradingPeriodDescriptor | POST /ed-fi/gradingPeriodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GradingPeriodDescriptorsApi | putGradingPeriodDescriptor | PUT /ed-fi/gradingPeriodDescriptors/{id} | Updates a resource based on the resource identifier. |
GraduationPlanTypeDescriptorsApi | deleteGraduationPlanTypeDescriptorById | DELETE /ed-fi/graduationPlanTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GraduationPlanTypeDescriptorsApi | deletesGraduationPlanTypeDescriptors | GET /ed-fi/graduationPlanTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
GraduationPlanTypeDescriptorsApi | getGraduationPlanTypeDescriptors | GET /ed-fi/graduationPlanTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GraduationPlanTypeDescriptorsApi | getGraduationPlanTypeDescriptorsById | GET /ed-fi/graduationPlanTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GraduationPlanTypeDescriptorsApi | getGraduationPlanTypeDescriptorsPartitions | GET /ed-fi/graduationPlanTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GraduationPlanTypeDescriptorsApi | keyChangesGraduationPlanTypeDescriptors | GET /ed-fi/graduationPlanTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GraduationPlanTypeDescriptorsApi | postGraduationPlanTypeDescriptor | POST /ed-fi/graduationPlanTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GraduationPlanTypeDescriptorsApi | putGraduationPlanTypeDescriptor | PUT /ed-fi/graduationPlanTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
GunFreeSchoolsActReportingStatusDescriptorsApi | deleteGunFreeSchoolsActReportingStatusDescriptorById | DELETE /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
GunFreeSchoolsActReportingStatusDescriptorsApi | deletesGunFreeSchoolsActReportingStatusDescriptors | GET /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
GunFreeSchoolsActReportingStatusDescriptorsApi | getGunFreeSchoolsActReportingStatusDescriptors | GET /ed-fi/gunFreeSchoolsActReportingStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
GunFreeSchoolsActReportingStatusDescriptorsApi | getGunFreeSchoolsActReportingStatusDescriptorsById | GET /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
GunFreeSchoolsActReportingStatusDescriptorsApi | getGunFreeSchoolsActReportingStatusDescriptorsPartitions | GET /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
GunFreeSchoolsActReportingStatusDescriptorsApi | keyChangesGunFreeSchoolsActReportingStatusDescriptors | GET /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
GunFreeSchoolsActReportingStatusDescriptorsApi | postGunFreeSchoolsActReportingStatusDescriptor | POST /ed-fi/gunFreeSchoolsActReportingStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
GunFreeSchoolsActReportingStatusDescriptorsApi | putGunFreeSchoolsActReportingStatusDescriptor | PUT /ed-fi/gunFreeSchoolsActReportingStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | deleteHomelessPrimaryNighttimeResidenceDescriptorById | DELETE /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | deletesHomelessPrimaryNighttimeResidenceDescriptors | GET /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/deletes | Retrieves deleted resources based on change version. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | getHomelessPrimaryNighttimeResidenceDescriptors | GET /ed-fi/homelessPrimaryNighttimeResidenceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
HomelessPrimaryNighttimeResidenceDescriptorsApi | getHomelessPrimaryNighttimeResidenceDescriptorsById | GET /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
HomelessPrimaryNighttimeResidenceDescriptorsApi | getHomelessPrimaryNighttimeResidenceDescriptorsPartitions | GET /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | keyChangesHomelessPrimaryNighttimeResidenceDescriptors | GET /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | postHomelessPrimaryNighttimeResidenceDescriptor | POST /ed-fi/homelessPrimaryNighttimeResidenceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
HomelessPrimaryNighttimeResidenceDescriptorsApi | putHomelessPrimaryNighttimeResidenceDescriptor | PUT /ed-fi/homelessPrimaryNighttimeResidenceDescriptors/{id} | Updates a resource based on the resource identifier. |
HomelessProgramServiceDescriptorsApi | deleteHomelessProgramServiceDescriptorById | DELETE /ed-fi/homelessProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
HomelessProgramServiceDescriptorsApi | deletesHomelessProgramServiceDescriptors | GET /ed-fi/homelessProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
HomelessProgramServiceDescriptorsApi | getHomelessProgramServiceDescriptors | GET /ed-fi/homelessProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
HomelessProgramServiceDescriptorsApi | getHomelessProgramServiceDescriptorsById | GET /ed-fi/homelessProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
HomelessProgramServiceDescriptorsApi | getHomelessProgramServiceDescriptorsPartitions | GET /ed-fi/homelessProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
HomelessProgramServiceDescriptorsApi | keyChangesHomelessProgramServiceDescriptors | GET /ed-fi/homelessProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
HomelessProgramServiceDescriptorsApi | postHomelessProgramServiceDescriptor | POST /ed-fi/homelessProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
HomelessProgramServiceDescriptorsApi | putHomelessProgramServiceDescriptor | PUT /ed-fi/homelessProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
IdeaPartDescriptorsApi | deleteIDEAPartDescriptorById | DELETE /ed-fi/ideaPartDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IdeaPartDescriptorsApi | deletesIDEAPartDescriptors | GET /ed-fi/ideaPartDescriptors/deletes | Retrieves deleted resources based on change version. |
IdeaPartDescriptorsApi | getIDEAPartDescriptors | GET /ed-fi/ideaPartDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IdeaPartDescriptorsApi | getIDEAPartDescriptorsById | GET /ed-fi/ideaPartDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IdeaPartDescriptorsApi | getIDEAPartDescriptorsPartitions | GET /ed-fi/ideaPartDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IdeaPartDescriptorsApi | keyChangesIDEAPartDescriptors | GET /ed-fi/ideaPartDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IdeaPartDescriptorsApi | postIDEAPartDescriptor | POST /ed-fi/ideaPartDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IdeaPartDescriptorsApi | putIDEAPartDescriptor | PUT /ed-fi/ideaPartDescriptors/{id} | Updates a resource based on the resource identifier. |
IdentificationDocumentUseDescriptorsApi | deleteIdentificationDocumentUseDescriptorById | DELETE /ed-fi/identificationDocumentUseDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IdentificationDocumentUseDescriptorsApi | deletesIdentificationDocumentUseDescriptors | GET /ed-fi/identificationDocumentUseDescriptors/deletes | Retrieves deleted resources based on change version. |
IdentificationDocumentUseDescriptorsApi | getIdentificationDocumentUseDescriptors | GET /ed-fi/identificationDocumentUseDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IdentificationDocumentUseDescriptorsApi | getIdentificationDocumentUseDescriptorsById | GET /ed-fi/identificationDocumentUseDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IdentificationDocumentUseDescriptorsApi | getIdentificationDocumentUseDescriptorsPartitions | GET /ed-fi/identificationDocumentUseDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IdentificationDocumentUseDescriptorsApi | keyChangesIdentificationDocumentUseDescriptors | GET /ed-fi/identificationDocumentUseDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IdentificationDocumentUseDescriptorsApi | postIdentificationDocumentUseDescriptor | POST /ed-fi/identificationDocumentUseDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IdentificationDocumentUseDescriptorsApi | putIdentificationDocumentUseDescriptor | PUT /ed-fi/identificationDocumentUseDescriptors/{id} | Updates a resource based on the resource identifier. |
ImmunizationTypeDescriptorsApi | deleteImmunizationTypeDescriptorById | DELETE /ed-fi/immunizationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ImmunizationTypeDescriptorsApi | deletesImmunizationTypeDescriptors | GET /ed-fi/immunizationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ImmunizationTypeDescriptorsApi | getImmunizationTypeDescriptors | GET /ed-fi/immunizationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ImmunizationTypeDescriptorsApi | getImmunizationTypeDescriptorsById | GET /ed-fi/immunizationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ImmunizationTypeDescriptorsApi | getImmunizationTypeDescriptorsPartitions | GET /ed-fi/immunizationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ImmunizationTypeDescriptorsApi | keyChangesImmunizationTypeDescriptors | GET /ed-fi/immunizationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ImmunizationTypeDescriptorsApi | postImmunizationTypeDescriptor | POST /ed-fi/immunizationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ImmunizationTypeDescriptorsApi | putImmunizationTypeDescriptor | PUT /ed-fi/immunizationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
IncidentLocationDescriptorsApi | deleteIncidentLocationDescriptorById | DELETE /ed-fi/incidentLocationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IncidentLocationDescriptorsApi | deletesIncidentLocationDescriptors | GET /ed-fi/incidentLocationDescriptors/deletes | Retrieves deleted resources based on change version. |
IncidentLocationDescriptorsApi | getIncidentLocationDescriptors | GET /ed-fi/incidentLocationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IncidentLocationDescriptorsApi | getIncidentLocationDescriptorsById | GET /ed-fi/incidentLocationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IncidentLocationDescriptorsApi | getIncidentLocationDescriptorsPartitions | GET /ed-fi/incidentLocationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IncidentLocationDescriptorsApi | keyChangesIncidentLocationDescriptors | GET /ed-fi/incidentLocationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IncidentLocationDescriptorsApi | postIncidentLocationDescriptor | POST /ed-fi/incidentLocationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IncidentLocationDescriptorsApi | putIncidentLocationDescriptor | PUT /ed-fi/incidentLocationDescriptors/{id} | Updates a resource based on the resource identifier. |
IndicatorDescriptorsApi | deleteIndicatorDescriptorById | DELETE /ed-fi/indicatorDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IndicatorDescriptorsApi | deletesIndicatorDescriptors | GET /ed-fi/indicatorDescriptors/deletes | Retrieves deleted resources based on change version. |
IndicatorDescriptorsApi | getIndicatorDescriptors | GET /ed-fi/indicatorDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IndicatorDescriptorsApi | getIndicatorDescriptorsById | GET /ed-fi/indicatorDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IndicatorDescriptorsApi | getIndicatorDescriptorsPartitions | GET /ed-fi/indicatorDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IndicatorDescriptorsApi | keyChangesIndicatorDescriptors | GET /ed-fi/indicatorDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IndicatorDescriptorsApi | postIndicatorDescriptor | POST /ed-fi/indicatorDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IndicatorDescriptorsApi | putIndicatorDescriptor | PUT /ed-fi/indicatorDescriptors/{id} | Updates a resource based on the resource identifier. |
IndicatorGroupDescriptorsApi | deleteIndicatorGroupDescriptorById | DELETE /ed-fi/indicatorGroupDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IndicatorGroupDescriptorsApi | deletesIndicatorGroupDescriptors | GET /ed-fi/indicatorGroupDescriptors/deletes | Retrieves deleted resources based on change version. |
IndicatorGroupDescriptorsApi | getIndicatorGroupDescriptors | GET /ed-fi/indicatorGroupDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IndicatorGroupDescriptorsApi | getIndicatorGroupDescriptorsById | GET /ed-fi/indicatorGroupDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IndicatorGroupDescriptorsApi | getIndicatorGroupDescriptorsPartitions | GET /ed-fi/indicatorGroupDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IndicatorGroupDescriptorsApi | keyChangesIndicatorGroupDescriptors | GET /ed-fi/indicatorGroupDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IndicatorGroupDescriptorsApi | postIndicatorGroupDescriptor | POST /ed-fi/indicatorGroupDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IndicatorGroupDescriptorsApi | putIndicatorGroupDescriptor | PUT /ed-fi/indicatorGroupDescriptors/{id} | Updates a resource based on the resource identifier. |
IndicatorLevelDescriptorsApi | deleteIndicatorLevelDescriptorById | DELETE /ed-fi/indicatorLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
IndicatorLevelDescriptorsApi | deletesIndicatorLevelDescriptors | GET /ed-fi/indicatorLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
IndicatorLevelDescriptorsApi | getIndicatorLevelDescriptors | GET /ed-fi/indicatorLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
IndicatorLevelDescriptorsApi | getIndicatorLevelDescriptorsById | GET /ed-fi/indicatorLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
IndicatorLevelDescriptorsApi | getIndicatorLevelDescriptorsPartitions | GET /ed-fi/indicatorLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
IndicatorLevelDescriptorsApi | keyChangesIndicatorLevelDescriptors | GET /ed-fi/indicatorLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
IndicatorLevelDescriptorsApi | postIndicatorLevelDescriptor | POST /ed-fi/indicatorLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
IndicatorLevelDescriptorsApi | putIndicatorLevelDescriptor | PUT /ed-fi/indicatorLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
InstitutionTelephoneNumberTypeDescriptorsApi | deleteInstitutionTelephoneNumberTypeDescriptorById | DELETE /ed-fi/institutionTelephoneNumberTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InstitutionTelephoneNumberTypeDescriptorsApi | deletesInstitutionTelephoneNumberTypeDescriptors | GET /ed-fi/institutionTelephoneNumberTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
InstitutionTelephoneNumberTypeDescriptorsApi | getInstitutionTelephoneNumberTypeDescriptors | GET /ed-fi/institutionTelephoneNumberTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InstitutionTelephoneNumberTypeDescriptorsApi | getInstitutionTelephoneNumberTypeDescriptorsById | GET /ed-fi/institutionTelephoneNumberTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InstitutionTelephoneNumberTypeDescriptorsApi | getInstitutionTelephoneNumberTypeDescriptorsPartitions | GET /ed-fi/institutionTelephoneNumberTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InstitutionTelephoneNumberTypeDescriptorsApi | keyChangesInstitutionTelephoneNumberTypeDescriptors | GET /ed-fi/institutionTelephoneNumberTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InstitutionTelephoneNumberTypeDescriptorsApi | postInstitutionTelephoneNumberTypeDescriptor | POST /ed-fi/institutionTelephoneNumberTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InstitutionTelephoneNumberTypeDescriptorsApi | putInstitutionTelephoneNumberTypeDescriptor | PUT /ed-fi/institutionTelephoneNumberTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
InteractivityStyleDescriptorsApi | deleteInteractivityStyleDescriptorById | DELETE /ed-fi/interactivityStyleDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InteractivityStyleDescriptorsApi | deletesInteractivityStyleDescriptors | GET /ed-fi/interactivityStyleDescriptors/deletes | Retrieves deleted resources based on change version. |
InteractivityStyleDescriptorsApi | getInteractivityStyleDescriptors | GET /ed-fi/interactivityStyleDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InteractivityStyleDescriptorsApi | getInteractivityStyleDescriptorsById | GET /ed-fi/interactivityStyleDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InteractivityStyleDescriptorsApi | getInteractivityStyleDescriptorsPartitions | GET /ed-fi/interactivityStyleDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InteractivityStyleDescriptorsApi | keyChangesInteractivityStyleDescriptors | GET /ed-fi/interactivityStyleDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InteractivityStyleDescriptorsApi | postInteractivityStyleDescriptor | POST /ed-fi/interactivityStyleDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InteractivityStyleDescriptorsApi | putInteractivityStyleDescriptor | PUT /ed-fi/interactivityStyleDescriptors/{id} | Updates a resource based on the resource identifier. |
InternetAccessDescriptorsApi | deleteInternetAccessDescriptorById | DELETE /ed-fi/internetAccessDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InternetAccessDescriptorsApi | deletesInternetAccessDescriptors | GET /ed-fi/internetAccessDescriptors/deletes | Retrieves deleted resources based on change version. |
InternetAccessDescriptorsApi | getInternetAccessDescriptors | GET /ed-fi/internetAccessDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InternetAccessDescriptorsApi | getInternetAccessDescriptorsById | GET /ed-fi/internetAccessDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InternetAccessDescriptorsApi | getInternetAccessDescriptorsPartitions | GET /ed-fi/internetAccessDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InternetAccessDescriptorsApi | keyChangesInternetAccessDescriptors | GET /ed-fi/internetAccessDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InternetAccessDescriptorsApi | postInternetAccessDescriptor | POST /ed-fi/internetAccessDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InternetAccessDescriptorsApi | putInternetAccessDescriptor | PUT /ed-fi/internetAccessDescriptors/{id} | Updates a resource based on the resource identifier. |
InternetAccessTypeInResidenceDescriptorsApi | deleteInternetAccessTypeInResidenceDescriptorById | DELETE /ed-fi/internetAccessTypeInResidenceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InternetAccessTypeInResidenceDescriptorsApi | deletesInternetAccessTypeInResidenceDescriptors | GET /ed-fi/internetAccessTypeInResidenceDescriptors/deletes | Retrieves deleted resources based on change version. |
InternetAccessTypeInResidenceDescriptorsApi | getInternetAccessTypeInResidenceDescriptors | GET /ed-fi/internetAccessTypeInResidenceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InternetAccessTypeInResidenceDescriptorsApi | getInternetAccessTypeInResidenceDescriptorsById | GET /ed-fi/internetAccessTypeInResidenceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InternetAccessTypeInResidenceDescriptorsApi | getInternetAccessTypeInResidenceDescriptorsPartitions | GET /ed-fi/internetAccessTypeInResidenceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InternetAccessTypeInResidenceDescriptorsApi | keyChangesInternetAccessTypeInResidenceDescriptors | GET /ed-fi/internetAccessTypeInResidenceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InternetAccessTypeInResidenceDescriptorsApi | postInternetAccessTypeInResidenceDescriptor | POST /ed-fi/internetAccessTypeInResidenceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InternetAccessTypeInResidenceDescriptorsApi | putInternetAccessTypeInResidenceDescriptor | PUT /ed-fi/internetAccessTypeInResidenceDescriptors/{id} | Updates a resource based on the resource identifier. |
InternetPerformanceInResidenceDescriptorsApi | deleteInternetPerformanceInResidenceDescriptorById | DELETE /ed-fi/internetPerformanceInResidenceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InternetPerformanceInResidenceDescriptorsApi | deletesInternetPerformanceInResidenceDescriptors | GET /ed-fi/internetPerformanceInResidenceDescriptors/deletes | Retrieves deleted resources based on change version. |
InternetPerformanceInResidenceDescriptorsApi | getInternetPerformanceInResidenceDescriptors | GET /ed-fi/internetPerformanceInResidenceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InternetPerformanceInResidenceDescriptorsApi | getInternetPerformanceInResidenceDescriptorsById | GET /ed-fi/internetPerformanceInResidenceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InternetPerformanceInResidenceDescriptorsApi | getInternetPerformanceInResidenceDescriptorsPartitions | GET /ed-fi/internetPerformanceInResidenceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InternetPerformanceInResidenceDescriptorsApi | keyChangesInternetPerformanceInResidenceDescriptors | GET /ed-fi/internetPerformanceInResidenceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InternetPerformanceInResidenceDescriptorsApi | postInternetPerformanceInResidenceDescriptor | POST /ed-fi/internetPerformanceInResidenceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InternetPerformanceInResidenceDescriptorsApi | putInternetPerformanceInResidenceDescriptor | PUT /ed-fi/internetPerformanceInResidenceDescriptors/{id} | Updates a resource based on the resource identifier. |
InterventionClassDescriptorsApi | deleteInterventionClassDescriptorById | DELETE /ed-fi/interventionClassDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InterventionClassDescriptorsApi | deletesInterventionClassDescriptors | GET /ed-fi/interventionClassDescriptors/deletes | Retrieves deleted resources based on change version. |
InterventionClassDescriptorsApi | getInterventionClassDescriptors | GET /ed-fi/interventionClassDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InterventionClassDescriptorsApi | getInterventionClassDescriptorsById | GET /ed-fi/interventionClassDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InterventionClassDescriptorsApi | getInterventionClassDescriptorsPartitions | GET /ed-fi/interventionClassDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InterventionClassDescriptorsApi | keyChangesInterventionClassDescriptors | GET /ed-fi/interventionClassDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InterventionClassDescriptorsApi | postInterventionClassDescriptor | POST /ed-fi/interventionClassDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InterventionClassDescriptorsApi | putInterventionClassDescriptor | PUT /ed-fi/interventionClassDescriptors/{id} | Updates a resource based on the resource identifier. |
InterventionEffectivenessRatingDescriptorsApi | deleteInterventionEffectivenessRatingDescriptorById | DELETE /ed-fi/interventionEffectivenessRatingDescriptors/{id} | Deletes an existing resource using the resource identifier. |
InterventionEffectivenessRatingDescriptorsApi | deletesInterventionEffectivenessRatingDescriptors | GET /ed-fi/interventionEffectivenessRatingDescriptors/deletes | Retrieves deleted resources based on change version. |
InterventionEffectivenessRatingDescriptorsApi | getInterventionEffectivenessRatingDescriptors | GET /ed-fi/interventionEffectivenessRatingDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
InterventionEffectivenessRatingDescriptorsApi | getInterventionEffectivenessRatingDescriptorsById | GET /ed-fi/interventionEffectivenessRatingDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
InterventionEffectivenessRatingDescriptorsApi | getInterventionEffectivenessRatingDescriptorsPartitions | GET /ed-fi/interventionEffectivenessRatingDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
InterventionEffectivenessRatingDescriptorsApi | keyChangesInterventionEffectivenessRatingDescriptors | GET /ed-fi/interventionEffectivenessRatingDescriptors/keyChanges | Retrieves resources key changes based on change version. |
InterventionEffectivenessRatingDescriptorsApi | postInterventionEffectivenessRatingDescriptor | POST /ed-fi/interventionEffectivenessRatingDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
InterventionEffectivenessRatingDescriptorsApi | putInterventionEffectivenessRatingDescriptor | PUT /ed-fi/interventionEffectivenessRatingDescriptors/{id} | Updates a resource based on the resource identifier. |
LanguageDescriptorsApi | deleteLanguageDescriptorById | DELETE /ed-fi/languageDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LanguageDescriptorsApi | deletesLanguageDescriptors | GET /ed-fi/languageDescriptors/deletes | Retrieves deleted resources based on change version. |
LanguageDescriptorsApi | getLanguageDescriptors | GET /ed-fi/languageDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LanguageDescriptorsApi | getLanguageDescriptorsById | GET /ed-fi/languageDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LanguageDescriptorsApi | getLanguageDescriptorsPartitions | GET /ed-fi/languageDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LanguageDescriptorsApi | keyChangesLanguageDescriptors | GET /ed-fi/languageDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LanguageDescriptorsApi | postLanguageDescriptor | POST /ed-fi/languageDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LanguageDescriptorsApi | putLanguageDescriptor | PUT /ed-fi/languageDescriptors/{id} | Updates a resource based on the resource identifier. |
LanguageInstructionProgramServiceDescriptorsApi | deleteLanguageInstructionProgramServiceDescriptorById | DELETE /ed-fi/languageInstructionProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LanguageInstructionProgramServiceDescriptorsApi | deletesLanguageInstructionProgramServiceDescriptors | GET /ed-fi/languageInstructionProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
LanguageInstructionProgramServiceDescriptorsApi | getLanguageInstructionProgramServiceDescriptors | GET /ed-fi/languageInstructionProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LanguageInstructionProgramServiceDescriptorsApi | getLanguageInstructionProgramServiceDescriptorsById | GET /ed-fi/languageInstructionProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LanguageInstructionProgramServiceDescriptorsApi | getLanguageInstructionProgramServiceDescriptorsPartitions | GET /ed-fi/languageInstructionProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LanguageInstructionProgramServiceDescriptorsApi | keyChangesLanguageInstructionProgramServiceDescriptors | GET /ed-fi/languageInstructionProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LanguageInstructionProgramServiceDescriptorsApi | postLanguageInstructionProgramServiceDescriptor | POST /ed-fi/languageInstructionProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LanguageInstructionProgramServiceDescriptorsApi | putLanguageInstructionProgramServiceDescriptor | PUT /ed-fi/languageInstructionProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
LanguageUseDescriptorsApi | deleteLanguageUseDescriptorById | DELETE /ed-fi/languageUseDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LanguageUseDescriptorsApi | deletesLanguageUseDescriptors | GET /ed-fi/languageUseDescriptors/deletes | Retrieves deleted resources based on change version. |
LanguageUseDescriptorsApi | getLanguageUseDescriptors | GET /ed-fi/languageUseDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LanguageUseDescriptorsApi | getLanguageUseDescriptorsById | GET /ed-fi/languageUseDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LanguageUseDescriptorsApi | getLanguageUseDescriptorsPartitions | GET /ed-fi/languageUseDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LanguageUseDescriptorsApi | keyChangesLanguageUseDescriptors | GET /ed-fi/languageUseDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LanguageUseDescriptorsApi | postLanguageUseDescriptor | POST /ed-fi/languageUseDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LanguageUseDescriptorsApi | putLanguageUseDescriptor | PUT /ed-fi/languageUseDescriptors/{id} | Updates a resource based on the resource identifier. |
LearningStandardCategoryDescriptorsApi | deleteLearningStandardCategoryDescriptorById | DELETE /ed-fi/learningStandardCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LearningStandardCategoryDescriptorsApi | deletesLearningStandardCategoryDescriptors | GET /ed-fi/learningStandardCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
LearningStandardCategoryDescriptorsApi | getLearningStandardCategoryDescriptors | GET /ed-fi/learningStandardCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LearningStandardCategoryDescriptorsApi | getLearningStandardCategoryDescriptorsById | GET /ed-fi/learningStandardCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LearningStandardCategoryDescriptorsApi | getLearningStandardCategoryDescriptorsPartitions | GET /ed-fi/learningStandardCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LearningStandardCategoryDescriptorsApi | keyChangesLearningStandardCategoryDescriptors | GET /ed-fi/learningStandardCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LearningStandardCategoryDescriptorsApi | postLearningStandardCategoryDescriptor | POST /ed-fi/learningStandardCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LearningStandardCategoryDescriptorsApi | putLearningStandardCategoryDescriptor | PUT /ed-fi/learningStandardCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
LearningStandardEquivalenceStrengthDescriptorsApi | deleteLearningStandardEquivalenceStrengthDescriptorById | DELETE /ed-fi/learningStandardEquivalenceStrengthDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LearningStandardEquivalenceStrengthDescriptorsApi | deletesLearningStandardEquivalenceStrengthDescriptors | GET /ed-fi/learningStandardEquivalenceStrengthDescriptors/deletes | Retrieves deleted resources based on change version. |
LearningStandardEquivalenceStrengthDescriptorsApi | getLearningStandardEquivalenceStrengthDescriptors | GET /ed-fi/learningStandardEquivalenceStrengthDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LearningStandardEquivalenceStrengthDescriptorsApi | getLearningStandardEquivalenceStrengthDescriptorsById | GET /ed-fi/learningStandardEquivalenceStrengthDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LearningStandardEquivalenceStrengthDescriptorsApi | getLearningStandardEquivalenceStrengthDescriptorsPartitions | GET /ed-fi/learningStandardEquivalenceStrengthDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LearningStandardEquivalenceStrengthDescriptorsApi | keyChangesLearningStandardEquivalenceStrengthDescriptors | GET /ed-fi/learningStandardEquivalenceStrengthDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LearningStandardEquivalenceStrengthDescriptorsApi | postLearningStandardEquivalenceStrengthDescriptor | POST /ed-fi/learningStandardEquivalenceStrengthDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LearningStandardEquivalenceStrengthDescriptorsApi | putLearningStandardEquivalenceStrengthDescriptor | PUT /ed-fi/learningStandardEquivalenceStrengthDescriptors/{id} | Updates a resource based on the resource identifier. |
LearningStandardScopeDescriptorsApi | deleteLearningStandardScopeDescriptorById | DELETE /ed-fi/learningStandardScopeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LearningStandardScopeDescriptorsApi | deletesLearningStandardScopeDescriptors | GET /ed-fi/learningStandardScopeDescriptors/deletes | Retrieves deleted resources based on change version. |
LearningStandardScopeDescriptorsApi | getLearningStandardScopeDescriptors | GET /ed-fi/learningStandardScopeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LearningStandardScopeDescriptorsApi | getLearningStandardScopeDescriptorsById | GET /ed-fi/learningStandardScopeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LearningStandardScopeDescriptorsApi | getLearningStandardScopeDescriptorsPartitions | GET /ed-fi/learningStandardScopeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LearningStandardScopeDescriptorsApi | keyChangesLearningStandardScopeDescriptors | GET /ed-fi/learningStandardScopeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LearningStandardScopeDescriptorsApi | postLearningStandardScopeDescriptor | POST /ed-fi/learningStandardScopeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LearningStandardScopeDescriptorsApi | putLearningStandardScopeDescriptor | PUT /ed-fi/learningStandardScopeDescriptors/{id} | Updates a resource based on the resource identifier. |
LevelOfEducationDescriptorsApi | deleteLevelOfEducationDescriptorById | DELETE /ed-fi/levelOfEducationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LevelOfEducationDescriptorsApi | deletesLevelOfEducationDescriptors | GET /ed-fi/levelOfEducationDescriptors/deletes | Retrieves deleted resources based on change version. |
LevelOfEducationDescriptorsApi | getLevelOfEducationDescriptors | GET /ed-fi/levelOfEducationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LevelOfEducationDescriptorsApi | getLevelOfEducationDescriptorsById | GET /ed-fi/levelOfEducationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LevelOfEducationDescriptorsApi | getLevelOfEducationDescriptorsPartitions | GET /ed-fi/levelOfEducationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LevelOfEducationDescriptorsApi | keyChangesLevelOfEducationDescriptors | GET /ed-fi/levelOfEducationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LevelOfEducationDescriptorsApi | postLevelOfEducationDescriptor | POST /ed-fi/levelOfEducationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LevelOfEducationDescriptorsApi | putLevelOfEducationDescriptor | PUT /ed-fi/levelOfEducationDescriptors/{id} | Updates a resource based on the resource identifier. |
LicenseStatusDescriptorsApi | deleteLicenseStatusDescriptorById | DELETE /ed-fi/licenseStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LicenseStatusDescriptorsApi | deletesLicenseStatusDescriptors | GET /ed-fi/licenseStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
LicenseStatusDescriptorsApi | getLicenseStatusDescriptors | GET /ed-fi/licenseStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LicenseStatusDescriptorsApi | getLicenseStatusDescriptorsById | GET /ed-fi/licenseStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LicenseStatusDescriptorsApi | getLicenseStatusDescriptorsPartitions | GET /ed-fi/licenseStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LicenseStatusDescriptorsApi | keyChangesLicenseStatusDescriptors | GET /ed-fi/licenseStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LicenseStatusDescriptorsApi | postLicenseStatusDescriptor | POST /ed-fi/licenseStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LicenseStatusDescriptorsApi | putLicenseStatusDescriptor | PUT /ed-fi/licenseStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
LicenseTypeDescriptorsApi | deleteLicenseTypeDescriptorById | DELETE /ed-fi/licenseTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LicenseTypeDescriptorsApi | deletesLicenseTypeDescriptors | GET /ed-fi/licenseTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
LicenseTypeDescriptorsApi | getLicenseTypeDescriptors | GET /ed-fi/licenseTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LicenseTypeDescriptorsApi | getLicenseTypeDescriptorsById | GET /ed-fi/licenseTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LicenseTypeDescriptorsApi | getLicenseTypeDescriptorsPartitions | GET /ed-fi/licenseTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LicenseTypeDescriptorsApi | keyChangesLicenseTypeDescriptors | GET /ed-fi/licenseTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LicenseTypeDescriptorsApi | postLicenseTypeDescriptor | POST /ed-fi/licenseTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LicenseTypeDescriptorsApi | putLicenseTypeDescriptor | PUT /ed-fi/licenseTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
LimitedEnglishProficiencyDescriptorsApi | deleteLimitedEnglishProficiencyDescriptorById | DELETE /ed-fi/limitedEnglishProficiencyDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LimitedEnglishProficiencyDescriptorsApi | deletesLimitedEnglishProficiencyDescriptors | GET /ed-fi/limitedEnglishProficiencyDescriptors/deletes | Retrieves deleted resources based on change version. |
LimitedEnglishProficiencyDescriptorsApi | getLimitedEnglishProficiencyDescriptors | GET /ed-fi/limitedEnglishProficiencyDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LimitedEnglishProficiencyDescriptorsApi | getLimitedEnglishProficiencyDescriptorsById | GET /ed-fi/limitedEnglishProficiencyDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LimitedEnglishProficiencyDescriptorsApi | getLimitedEnglishProficiencyDescriptorsPartitions | GET /ed-fi/limitedEnglishProficiencyDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LimitedEnglishProficiencyDescriptorsApi | keyChangesLimitedEnglishProficiencyDescriptors | GET /ed-fi/limitedEnglishProficiencyDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LimitedEnglishProficiencyDescriptorsApi | postLimitedEnglishProficiencyDescriptor | POST /ed-fi/limitedEnglishProficiencyDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LimitedEnglishProficiencyDescriptorsApi | putLimitedEnglishProficiencyDescriptor | PUT /ed-fi/limitedEnglishProficiencyDescriptors/{id} | Updates a resource based on the resource identifier. |
LocalEducationAgencyCategoryDescriptorsApi | deleteLocalEducationAgencyCategoryDescriptorById | DELETE /ed-fi/localEducationAgencyCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LocalEducationAgencyCategoryDescriptorsApi | deletesLocalEducationAgencyCategoryDescriptors | GET /ed-fi/localEducationAgencyCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
LocalEducationAgencyCategoryDescriptorsApi | getLocalEducationAgencyCategoryDescriptors | GET /ed-fi/localEducationAgencyCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LocalEducationAgencyCategoryDescriptorsApi | getLocalEducationAgencyCategoryDescriptorsById | GET /ed-fi/localEducationAgencyCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LocalEducationAgencyCategoryDescriptorsApi | getLocalEducationAgencyCategoryDescriptorsPartitions | GET /ed-fi/localEducationAgencyCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LocalEducationAgencyCategoryDescriptorsApi | keyChangesLocalEducationAgencyCategoryDescriptors | GET /ed-fi/localEducationAgencyCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LocalEducationAgencyCategoryDescriptorsApi | postLocalEducationAgencyCategoryDescriptor | POST /ed-fi/localEducationAgencyCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LocalEducationAgencyCategoryDescriptorsApi | putLocalEducationAgencyCategoryDescriptor | PUT /ed-fi/localEducationAgencyCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
LocaleDescriptorsApi | deleteLocaleDescriptorById | DELETE /ed-fi/localeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
LocaleDescriptorsApi | deletesLocaleDescriptors | GET /ed-fi/localeDescriptors/deletes | Retrieves deleted resources based on change version. |
LocaleDescriptorsApi | getLocaleDescriptors | GET /ed-fi/localeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
LocaleDescriptorsApi | getLocaleDescriptorsById | GET /ed-fi/localeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
LocaleDescriptorsApi | getLocaleDescriptorsPartitions | GET /ed-fi/localeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
LocaleDescriptorsApi | keyChangesLocaleDescriptors | GET /ed-fi/localeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
LocaleDescriptorsApi | postLocaleDescriptor | POST /ed-fi/localeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
LocaleDescriptorsApi | putLocaleDescriptor | PUT /ed-fi/localeDescriptors/{id} | Updates a resource based on the resource identifier. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | deleteMagnetSpecialProgramEmphasisSchoolDescriptorById | DELETE /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/{id} | Deletes an existing resource using the resource identifier. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | deletesMagnetSpecialProgramEmphasisSchoolDescriptors | GET /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/deletes | Retrieves deleted resources based on change version. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | getMagnetSpecialProgramEmphasisSchoolDescriptors | GET /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | getMagnetSpecialProgramEmphasisSchoolDescriptorsById | GET /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | getMagnetSpecialProgramEmphasisSchoolDescriptorsPartitions | GET /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | keyChangesMagnetSpecialProgramEmphasisSchoolDescriptors | GET /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/keyChanges | Retrieves resources key changes based on change version. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | postMagnetSpecialProgramEmphasisSchoolDescriptor | POST /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
MagnetSpecialProgramEmphasisSchoolDescriptorsApi | putMagnetSpecialProgramEmphasisSchoolDescriptor | PUT /ed-fi/magnetSpecialProgramEmphasisSchoolDescriptors/{id} | Updates a resource based on the resource identifier. |
MediumOfInstructionDescriptorsApi | deleteMediumOfInstructionDescriptorById | DELETE /ed-fi/mediumOfInstructionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
MediumOfInstructionDescriptorsApi | deletesMediumOfInstructionDescriptors | GET /ed-fi/mediumOfInstructionDescriptors/deletes | Retrieves deleted resources based on change version. |
MediumOfInstructionDescriptorsApi | getMediumOfInstructionDescriptors | GET /ed-fi/mediumOfInstructionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
MediumOfInstructionDescriptorsApi | getMediumOfInstructionDescriptorsById | GET /ed-fi/mediumOfInstructionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
MediumOfInstructionDescriptorsApi | getMediumOfInstructionDescriptorsPartitions | GET /ed-fi/mediumOfInstructionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
MediumOfInstructionDescriptorsApi | keyChangesMediumOfInstructionDescriptors | GET /ed-fi/mediumOfInstructionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
MediumOfInstructionDescriptorsApi | postMediumOfInstructionDescriptor | POST /ed-fi/mediumOfInstructionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
MediumOfInstructionDescriptorsApi | putMediumOfInstructionDescriptor | PUT /ed-fi/mediumOfInstructionDescriptors/{id} | Updates a resource based on the resource identifier. |
MethodCreditEarnedDescriptorsApi | deleteMethodCreditEarnedDescriptorById | DELETE /ed-fi/methodCreditEarnedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
MethodCreditEarnedDescriptorsApi | deletesMethodCreditEarnedDescriptors | GET /ed-fi/methodCreditEarnedDescriptors/deletes | Retrieves deleted resources based on change version. |
MethodCreditEarnedDescriptorsApi | getMethodCreditEarnedDescriptors | GET /ed-fi/methodCreditEarnedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
MethodCreditEarnedDescriptorsApi | getMethodCreditEarnedDescriptorsById | GET /ed-fi/methodCreditEarnedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
MethodCreditEarnedDescriptorsApi | getMethodCreditEarnedDescriptorsPartitions | GET /ed-fi/methodCreditEarnedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
MethodCreditEarnedDescriptorsApi | keyChangesMethodCreditEarnedDescriptors | GET /ed-fi/methodCreditEarnedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
MethodCreditEarnedDescriptorsApi | postMethodCreditEarnedDescriptor | POST /ed-fi/methodCreditEarnedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
MethodCreditEarnedDescriptorsApi | putMethodCreditEarnedDescriptor | PUT /ed-fi/methodCreditEarnedDescriptors/{id} | Updates a resource based on the resource identifier. |
MigrantEducationProgramServiceDescriptorsApi | deleteMigrantEducationProgramServiceDescriptorById | DELETE /ed-fi/migrantEducationProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
MigrantEducationProgramServiceDescriptorsApi | deletesMigrantEducationProgramServiceDescriptors | GET /ed-fi/migrantEducationProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
MigrantEducationProgramServiceDescriptorsApi | getMigrantEducationProgramServiceDescriptors | GET /ed-fi/migrantEducationProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
MigrantEducationProgramServiceDescriptorsApi | getMigrantEducationProgramServiceDescriptorsById | GET /ed-fi/migrantEducationProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
MigrantEducationProgramServiceDescriptorsApi | getMigrantEducationProgramServiceDescriptorsPartitions | GET /ed-fi/migrantEducationProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
MigrantEducationProgramServiceDescriptorsApi | keyChangesMigrantEducationProgramServiceDescriptors | GET /ed-fi/migrantEducationProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
MigrantEducationProgramServiceDescriptorsApi | postMigrantEducationProgramServiceDescriptor | POST /ed-fi/migrantEducationProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
MigrantEducationProgramServiceDescriptorsApi | putMigrantEducationProgramServiceDescriptor | PUT /ed-fi/migrantEducationProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
ModelEntityDescriptorsApi | deleteModelEntityDescriptorById | DELETE /ed-fi/modelEntityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ModelEntityDescriptorsApi | deletesModelEntityDescriptors | GET /ed-fi/modelEntityDescriptors/deletes | Retrieves deleted resources based on change version. |
ModelEntityDescriptorsApi | getModelEntityDescriptors | GET /ed-fi/modelEntityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ModelEntityDescriptorsApi | getModelEntityDescriptorsById | GET /ed-fi/modelEntityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ModelEntityDescriptorsApi | getModelEntityDescriptorsPartitions | GET /ed-fi/modelEntityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ModelEntityDescriptorsApi | keyChangesModelEntityDescriptors | GET /ed-fi/modelEntityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ModelEntityDescriptorsApi | postModelEntityDescriptor | POST /ed-fi/modelEntityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ModelEntityDescriptorsApi | putModelEntityDescriptor | PUT /ed-fi/modelEntityDescriptors/{id} | Updates a resource based on the resource identifier. |
MonitoredDescriptorsApi | deleteMonitoredDescriptorById | DELETE /ed-fi/monitoredDescriptors/{id} | Deletes an existing resource using the resource identifier. |
MonitoredDescriptorsApi | deletesMonitoredDescriptors | GET /ed-fi/monitoredDescriptors/deletes | Retrieves deleted resources based on change version. |
MonitoredDescriptorsApi | getMonitoredDescriptors | GET /ed-fi/monitoredDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
MonitoredDescriptorsApi | getMonitoredDescriptorsById | GET /ed-fi/monitoredDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
MonitoredDescriptorsApi | getMonitoredDescriptorsPartitions | GET /ed-fi/monitoredDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
MonitoredDescriptorsApi | keyChangesMonitoredDescriptors | GET /ed-fi/monitoredDescriptors/keyChanges | Retrieves resources key changes based on change version. |
MonitoredDescriptorsApi | postMonitoredDescriptor | POST /ed-fi/monitoredDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
MonitoredDescriptorsApi | putMonitoredDescriptor | PUT /ed-fi/monitoredDescriptors/{id} | Updates a resource based on the resource identifier. |
NeglectedOrDelinquentProgramDescriptorsApi | deleteNeglectedOrDelinquentProgramDescriptorById | DELETE /ed-fi/neglectedOrDelinquentProgramDescriptors/{id} | Deletes an existing resource using the resource identifier. |
NeglectedOrDelinquentProgramDescriptorsApi | deletesNeglectedOrDelinquentProgramDescriptors | GET /ed-fi/neglectedOrDelinquentProgramDescriptors/deletes | Retrieves deleted resources based on change version. |
NeglectedOrDelinquentProgramDescriptorsApi | getNeglectedOrDelinquentProgramDescriptors | GET /ed-fi/neglectedOrDelinquentProgramDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
NeglectedOrDelinquentProgramDescriptorsApi | getNeglectedOrDelinquentProgramDescriptorsById | GET /ed-fi/neglectedOrDelinquentProgramDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
NeglectedOrDelinquentProgramDescriptorsApi | getNeglectedOrDelinquentProgramDescriptorsPartitions | GET /ed-fi/neglectedOrDelinquentProgramDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
NeglectedOrDelinquentProgramDescriptorsApi | keyChangesNeglectedOrDelinquentProgramDescriptors | GET /ed-fi/neglectedOrDelinquentProgramDescriptors/keyChanges | Retrieves resources key changes based on change version. |
NeglectedOrDelinquentProgramDescriptorsApi | postNeglectedOrDelinquentProgramDescriptor | POST /ed-fi/neglectedOrDelinquentProgramDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
NeglectedOrDelinquentProgramDescriptorsApi | putNeglectedOrDelinquentProgramDescriptor | PUT /ed-fi/neglectedOrDelinquentProgramDescriptors/{id} | Updates a resource based on the resource identifier. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | deleteNeglectedOrDelinquentProgramServiceDescriptorById | DELETE /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | deletesNeglectedOrDelinquentProgramServiceDescriptors | GET /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | getNeglectedOrDelinquentProgramServiceDescriptors | GET /ed-fi/neglectedOrDelinquentProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
NeglectedOrDelinquentProgramServiceDescriptorsApi | getNeglectedOrDelinquentProgramServiceDescriptorsById | GET /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
NeglectedOrDelinquentProgramServiceDescriptorsApi | getNeglectedOrDelinquentProgramServiceDescriptorsPartitions | GET /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | keyChangesNeglectedOrDelinquentProgramServiceDescriptors | GET /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | postNeglectedOrDelinquentProgramServiceDescriptor | POST /ed-fi/neglectedOrDelinquentProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
NeglectedOrDelinquentProgramServiceDescriptorsApi | putNeglectedOrDelinquentProgramServiceDescriptor | PUT /ed-fi/neglectedOrDelinquentProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
NetworkPurposeDescriptorsApi | deleteNetworkPurposeDescriptorById | DELETE /ed-fi/networkPurposeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
NetworkPurposeDescriptorsApi | deletesNetworkPurposeDescriptors | GET /ed-fi/networkPurposeDescriptors/deletes | Retrieves deleted resources based on change version. |
NetworkPurposeDescriptorsApi | getNetworkPurposeDescriptors | GET /ed-fi/networkPurposeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
NetworkPurposeDescriptorsApi | getNetworkPurposeDescriptorsById | GET /ed-fi/networkPurposeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
NetworkPurposeDescriptorsApi | getNetworkPurposeDescriptorsPartitions | GET /ed-fi/networkPurposeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
NetworkPurposeDescriptorsApi | keyChangesNetworkPurposeDescriptors | GET /ed-fi/networkPurposeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
NetworkPurposeDescriptorsApi | postNetworkPurposeDescriptor | POST /ed-fi/networkPurposeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
NetworkPurposeDescriptorsApi | putNetworkPurposeDescriptor | PUT /ed-fi/networkPurposeDescriptors/{id} | Updates a resource based on the resource identifier. |
NonMedicalImmunizationExemptionDescriptorsApi | deleteNonMedicalImmunizationExemptionDescriptorById | DELETE /ed-fi/nonMedicalImmunizationExemptionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
NonMedicalImmunizationExemptionDescriptorsApi | deletesNonMedicalImmunizationExemptionDescriptors | GET /ed-fi/nonMedicalImmunizationExemptionDescriptors/deletes | Retrieves deleted resources based on change version. |
NonMedicalImmunizationExemptionDescriptorsApi | getNonMedicalImmunizationExemptionDescriptors | GET /ed-fi/nonMedicalImmunizationExemptionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
NonMedicalImmunizationExemptionDescriptorsApi | getNonMedicalImmunizationExemptionDescriptorsById | GET /ed-fi/nonMedicalImmunizationExemptionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
NonMedicalImmunizationExemptionDescriptorsApi | getNonMedicalImmunizationExemptionDescriptorsPartitions | GET /ed-fi/nonMedicalImmunizationExemptionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
NonMedicalImmunizationExemptionDescriptorsApi | keyChangesNonMedicalImmunizationExemptionDescriptors | GET /ed-fi/nonMedicalImmunizationExemptionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
NonMedicalImmunizationExemptionDescriptorsApi | postNonMedicalImmunizationExemptionDescriptor | POST /ed-fi/nonMedicalImmunizationExemptionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
NonMedicalImmunizationExemptionDescriptorsApi | putNonMedicalImmunizationExemptionDescriptor | PUT /ed-fi/nonMedicalImmunizationExemptionDescriptors/{id} | Updates a resource based on the resource identifier. |
ObjectiveRatingLevelDescriptorsApi | deleteObjectiveRatingLevelDescriptorById | DELETE /tpdm/objectiveRatingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ObjectiveRatingLevelDescriptorsApi | deletesObjectiveRatingLevelDescriptors | GET /tpdm/objectiveRatingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
ObjectiveRatingLevelDescriptorsApi | getObjectiveRatingLevelDescriptors | GET /tpdm/objectiveRatingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ObjectiveRatingLevelDescriptorsApi | getObjectiveRatingLevelDescriptorsById | GET /tpdm/objectiveRatingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ObjectiveRatingLevelDescriptorsApi | getObjectiveRatingLevelDescriptorsPartitions | GET /tpdm/objectiveRatingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ObjectiveRatingLevelDescriptorsApi | keyChangesObjectiveRatingLevelDescriptors | GET /tpdm/objectiveRatingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ObjectiveRatingLevelDescriptorsApi | postObjectiveRatingLevelDescriptor | POST /tpdm/objectiveRatingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ObjectiveRatingLevelDescriptorsApi | putObjectiveRatingLevelDescriptor | PUT /tpdm/objectiveRatingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
OperationalStatusDescriptorsApi | deleteOperationalStatusDescriptorById | DELETE /ed-fi/operationalStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
OperationalStatusDescriptorsApi | deletesOperationalStatusDescriptors | GET /ed-fi/operationalStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
OperationalStatusDescriptorsApi | getOperationalStatusDescriptors | GET /ed-fi/operationalStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
OperationalStatusDescriptorsApi | getOperationalStatusDescriptorsById | GET /ed-fi/operationalStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
OperationalStatusDescriptorsApi | getOperationalStatusDescriptorsPartitions | GET /ed-fi/operationalStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
OperationalStatusDescriptorsApi | keyChangesOperationalStatusDescriptors | GET /ed-fi/operationalStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
OperationalStatusDescriptorsApi | postOperationalStatusDescriptor | POST /ed-fi/operationalStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
OperationalStatusDescriptorsApi | putOperationalStatusDescriptor | PUT /ed-fi/operationalStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
OtherNameTypeDescriptorsApi | deleteOtherNameTypeDescriptorById | DELETE /ed-fi/otherNameTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
OtherNameTypeDescriptorsApi | deletesOtherNameTypeDescriptors | GET /ed-fi/otherNameTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
OtherNameTypeDescriptorsApi | getOtherNameTypeDescriptors | GET /ed-fi/otherNameTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
OtherNameTypeDescriptorsApi | getOtherNameTypeDescriptorsById | GET /ed-fi/otherNameTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
OtherNameTypeDescriptorsApi | getOtherNameTypeDescriptorsPartitions | GET /ed-fi/otherNameTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
OtherNameTypeDescriptorsApi | keyChangesOtherNameTypeDescriptors | GET /ed-fi/otherNameTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
OtherNameTypeDescriptorsApi | postOtherNameTypeDescriptor | POST /ed-fi/otherNameTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
OtherNameTypeDescriptorsApi | putOtherNameTypeDescriptor | PUT /ed-fi/otherNameTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
ParticipationDescriptorsApi | deleteParticipationDescriptorById | DELETE /ed-fi/participationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ParticipationDescriptorsApi | deletesParticipationDescriptors | GET /ed-fi/participationDescriptors/deletes | Retrieves deleted resources based on change version. |
ParticipationDescriptorsApi | getParticipationDescriptors | GET /ed-fi/participationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ParticipationDescriptorsApi | getParticipationDescriptorsById | GET /ed-fi/participationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ParticipationDescriptorsApi | getParticipationDescriptorsPartitions | GET /ed-fi/participationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ParticipationDescriptorsApi | keyChangesParticipationDescriptors | GET /ed-fi/participationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ParticipationDescriptorsApi | postParticipationDescriptor | POST /ed-fi/participationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ParticipationDescriptorsApi | putParticipationDescriptor | PUT /ed-fi/participationDescriptors/{id} | Updates a resource based on the resource identifier. |
ParticipationStatusDescriptorsApi | deleteParticipationStatusDescriptorById | DELETE /ed-fi/participationStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ParticipationStatusDescriptorsApi | deletesParticipationStatusDescriptors | GET /ed-fi/participationStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
ParticipationStatusDescriptorsApi | getParticipationStatusDescriptors | GET /ed-fi/participationStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ParticipationStatusDescriptorsApi | getParticipationStatusDescriptorsById | GET /ed-fi/participationStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ParticipationStatusDescriptorsApi | getParticipationStatusDescriptorsPartitions | GET /ed-fi/participationStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ParticipationStatusDescriptorsApi | keyChangesParticipationStatusDescriptors | GET /ed-fi/participationStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ParticipationStatusDescriptorsApi | postParticipationStatusDescriptor | POST /ed-fi/participationStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ParticipationStatusDescriptorsApi | putParticipationStatusDescriptor | PUT /ed-fi/participationStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
PerformanceBaseConversionDescriptorsApi | deletePerformanceBaseConversionDescriptorById | DELETE /ed-fi/performanceBaseConversionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PerformanceBaseConversionDescriptorsApi | deletesPerformanceBaseConversionDescriptors | GET /ed-fi/performanceBaseConversionDescriptors/deletes | Retrieves deleted resources based on change version. |
PerformanceBaseConversionDescriptorsApi | getPerformanceBaseConversionDescriptors | GET /ed-fi/performanceBaseConversionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PerformanceBaseConversionDescriptorsApi | getPerformanceBaseConversionDescriptorsById | GET /ed-fi/performanceBaseConversionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PerformanceBaseConversionDescriptorsApi | getPerformanceBaseConversionDescriptorsPartitions | GET /ed-fi/performanceBaseConversionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PerformanceBaseConversionDescriptorsApi | keyChangesPerformanceBaseConversionDescriptors | GET /ed-fi/performanceBaseConversionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PerformanceBaseConversionDescriptorsApi | postPerformanceBaseConversionDescriptor | POST /ed-fi/performanceBaseConversionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PerformanceBaseConversionDescriptorsApi | putPerformanceBaseConversionDescriptor | PUT /ed-fi/performanceBaseConversionDescriptors/{id} | Updates a resource based on the resource identifier. |
PerformanceEvaluationRatingLevelDescriptorsApi | deletePerformanceEvaluationRatingLevelDescriptorById | DELETE /tpdm/performanceEvaluationRatingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PerformanceEvaluationRatingLevelDescriptorsApi | deletesPerformanceEvaluationRatingLevelDescriptors | GET /tpdm/performanceEvaluationRatingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
PerformanceEvaluationRatingLevelDescriptorsApi | getPerformanceEvaluationRatingLevelDescriptors | GET /tpdm/performanceEvaluationRatingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PerformanceEvaluationRatingLevelDescriptorsApi | getPerformanceEvaluationRatingLevelDescriptorsById | GET /tpdm/performanceEvaluationRatingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PerformanceEvaluationRatingLevelDescriptorsApi | getPerformanceEvaluationRatingLevelDescriptorsPartitions | GET /tpdm/performanceEvaluationRatingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PerformanceEvaluationRatingLevelDescriptorsApi | keyChangesPerformanceEvaluationRatingLevelDescriptors | GET /tpdm/performanceEvaluationRatingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PerformanceEvaluationRatingLevelDescriptorsApi | postPerformanceEvaluationRatingLevelDescriptor | POST /tpdm/performanceEvaluationRatingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PerformanceEvaluationRatingLevelDescriptorsApi | putPerformanceEvaluationRatingLevelDescriptor | PUT /tpdm/performanceEvaluationRatingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
PerformanceEvaluationTypeDescriptorsApi | deletePerformanceEvaluationTypeDescriptorById | DELETE /tpdm/performanceEvaluationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PerformanceEvaluationTypeDescriptorsApi | deletesPerformanceEvaluationTypeDescriptors | GET /tpdm/performanceEvaluationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
PerformanceEvaluationTypeDescriptorsApi | getPerformanceEvaluationTypeDescriptors | GET /tpdm/performanceEvaluationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PerformanceEvaluationTypeDescriptorsApi | getPerformanceEvaluationTypeDescriptorsById | GET /tpdm/performanceEvaluationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PerformanceEvaluationTypeDescriptorsApi | getPerformanceEvaluationTypeDescriptorsPartitions | GET /tpdm/performanceEvaluationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PerformanceEvaluationTypeDescriptorsApi | keyChangesPerformanceEvaluationTypeDescriptors | GET /tpdm/performanceEvaluationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PerformanceEvaluationTypeDescriptorsApi | postPerformanceEvaluationTypeDescriptor | POST /tpdm/performanceEvaluationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PerformanceEvaluationTypeDescriptorsApi | putPerformanceEvaluationTypeDescriptor | PUT /tpdm/performanceEvaluationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
PerformanceLevelDescriptorsApi | deletePerformanceLevelDescriptorById | DELETE /ed-fi/performanceLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PerformanceLevelDescriptorsApi | deletesPerformanceLevelDescriptors | GET /ed-fi/performanceLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
PerformanceLevelDescriptorsApi | getPerformanceLevelDescriptors | GET /ed-fi/performanceLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PerformanceLevelDescriptorsApi | getPerformanceLevelDescriptorsById | GET /ed-fi/performanceLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PerformanceLevelDescriptorsApi | getPerformanceLevelDescriptorsPartitions | GET /ed-fi/performanceLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PerformanceLevelDescriptorsApi | keyChangesPerformanceLevelDescriptors | GET /ed-fi/performanceLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PerformanceLevelDescriptorsApi | postPerformanceLevelDescriptor | POST /ed-fi/performanceLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PerformanceLevelDescriptorsApi | putPerformanceLevelDescriptor | PUT /ed-fi/performanceLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
PersonalInformationVerificationDescriptorsApi | deletePersonalInformationVerificationDescriptorById | DELETE /ed-fi/personalInformationVerificationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PersonalInformationVerificationDescriptorsApi | deletesPersonalInformationVerificationDescriptors | GET /ed-fi/personalInformationVerificationDescriptors/deletes | Retrieves deleted resources based on change version. |
PersonalInformationVerificationDescriptorsApi | getPersonalInformationVerificationDescriptors | GET /ed-fi/personalInformationVerificationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PersonalInformationVerificationDescriptorsApi | getPersonalInformationVerificationDescriptorsById | GET /ed-fi/personalInformationVerificationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PersonalInformationVerificationDescriptorsApi | getPersonalInformationVerificationDescriptorsPartitions | GET /ed-fi/personalInformationVerificationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PersonalInformationVerificationDescriptorsApi | keyChangesPersonalInformationVerificationDescriptors | GET /ed-fi/personalInformationVerificationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PersonalInformationVerificationDescriptorsApi | postPersonalInformationVerificationDescriptor | POST /ed-fi/personalInformationVerificationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PersonalInformationVerificationDescriptorsApi | putPersonalInformationVerificationDescriptor | PUT /ed-fi/personalInformationVerificationDescriptors/{id} | Updates a resource based on the resource identifier. |
PlatformTypeDescriptorsApi | deletePlatformTypeDescriptorById | DELETE /ed-fi/platformTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PlatformTypeDescriptorsApi | deletesPlatformTypeDescriptors | GET /ed-fi/platformTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
PlatformTypeDescriptorsApi | getPlatformTypeDescriptors | GET /ed-fi/platformTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PlatformTypeDescriptorsApi | getPlatformTypeDescriptorsById | GET /ed-fi/platformTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PlatformTypeDescriptorsApi | getPlatformTypeDescriptorsPartitions | GET /ed-fi/platformTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PlatformTypeDescriptorsApi | keyChangesPlatformTypeDescriptors | GET /ed-fi/platformTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PlatformTypeDescriptorsApi | postPlatformTypeDescriptor | POST /ed-fi/platformTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PlatformTypeDescriptorsApi | putPlatformTypeDescriptor | PUT /ed-fi/platformTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
PopulationServedDescriptorsApi | deletePopulationServedDescriptorById | DELETE /ed-fi/populationServedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PopulationServedDescriptorsApi | deletesPopulationServedDescriptors | GET /ed-fi/populationServedDescriptors/deletes | Retrieves deleted resources based on change version. |
PopulationServedDescriptorsApi | getPopulationServedDescriptors | GET /ed-fi/populationServedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PopulationServedDescriptorsApi | getPopulationServedDescriptorsById | GET /ed-fi/populationServedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PopulationServedDescriptorsApi | getPopulationServedDescriptorsPartitions | GET /ed-fi/populationServedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PopulationServedDescriptorsApi | keyChangesPopulationServedDescriptors | GET /ed-fi/populationServedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PopulationServedDescriptorsApi | postPopulationServedDescriptor | POST /ed-fi/populationServedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PopulationServedDescriptorsApi | putPopulationServedDescriptor | PUT /ed-fi/populationServedDescriptors/{id} | Updates a resource based on the resource identifier. |
PostSecondaryEventCategoryDescriptorsApi | deletePostSecondaryEventCategoryDescriptorById | DELETE /ed-fi/postSecondaryEventCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PostSecondaryEventCategoryDescriptorsApi | deletesPostSecondaryEventCategoryDescriptors | GET /ed-fi/postSecondaryEventCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
PostSecondaryEventCategoryDescriptorsApi | getPostSecondaryEventCategoryDescriptors | GET /ed-fi/postSecondaryEventCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PostSecondaryEventCategoryDescriptorsApi | getPostSecondaryEventCategoryDescriptorsById | GET /ed-fi/postSecondaryEventCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PostSecondaryEventCategoryDescriptorsApi | getPostSecondaryEventCategoryDescriptorsPartitions | GET /ed-fi/postSecondaryEventCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PostSecondaryEventCategoryDescriptorsApi | keyChangesPostSecondaryEventCategoryDescriptors | GET /ed-fi/postSecondaryEventCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PostSecondaryEventCategoryDescriptorsApi | postPostSecondaryEventCategoryDescriptor | POST /ed-fi/postSecondaryEventCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PostSecondaryEventCategoryDescriptorsApi | putPostSecondaryEventCategoryDescriptor | PUT /ed-fi/postSecondaryEventCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
PostSecondaryInstitutionLevelDescriptorsApi | deletePostSecondaryInstitutionLevelDescriptorById | DELETE /ed-fi/postSecondaryInstitutionLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PostSecondaryInstitutionLevelDescriptorsApi | deletesPostSecondaryInstitutionLevelDescriptors | GET /ed-fi/postSecondaryInstitutionLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
PostSecondaryInstitutionLevelDescriptorsApi | getPostSecondaryInstitutionLevelDescriptors | GET /ed-fi/postSecondaryInstitutionLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PostSecondaryInstitutionLevelDescriptorsApi | getPostSecondaryInstitutionLevelDescriptorsById | GET /ed-fi/postSecondaryInstitutionLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PostSecondaryInstitutionLevelDescriptorsApi | getPostSecondaryInstitutionLevelDescriptorsPartitions | GET /ed-fi/postSecondaryInstitutionLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PostSecondaryInstitutionLevelDescriptorsApi | keyChangesPostSecondaryInstitutionLevelDescriptors | GET /ed-fi/postSecondaryInstitutionLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PostSecondaryInstitutionLevelDescriptorsApi | postPostSecondaryInstitutionLevelDescriptor | POST /ed-fi/postSecondaryInstitutionLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PostSecondaryInstitutionLevelDescriptorsApi | putPostSecondaryInstitutionLevelDescriptor | PUT /ed-fi/postSecondaryInstitutionLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
PostingResultDescriptorsApi | deletePostingResultDescriptorById | DELETE /ed-fi/postingResultDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PostingResultDescriptorsApi | deletesPostingResultDescriptors | GET /ed-fi/postingResultDescriptors/deletes | Retrieves deleted resources based on change version. |
PostingResultDescriptorsApi | getPostingResultDescriptors | GET /ed-fi/postingResultDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PostingResultDescriptorsApi | getPostingResultDescriptorsById | GET /ed-fi/postingResultDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PostingResultDescriptorsApi | getPostingResultDescriptorsPartitions | GET /ed-fi/postingResultDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PostingResultDescriptorsApi | keyChangesPostingResultDescriptors | GET /ed-fi/postingResultDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PostingResultDescriptorsApi | postPostingResultDescriptor | POST /ed-fi/postingResultDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PostingResultDescriptorsApi | putPostingResultDescriptor | PUT /ed-fi/postingResultDescriptors/{id} | Updates a resource based on the resource identifier. |
PrimaryLearningDeviceAccessDescriptorsApi | deletePrimaryLearningDeviceAccessDescriptorById | DELETE /ed-fi/primaryLearningDeviceAccessDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PrimaryLearningDeviceAccessDescriptorsApi | deletesPrimaryLearningDeviceAccessDescriptors | GET /ed-fi/primaryLearningDeviceAccessDescriptors/deletes | Retrieves deleted resources based on change version. |
PrimaryLearningDeviceAccessDescriptorsApi | getPrimaryLearningDeviceAccessDescriptors | GET /ed-fi/primaryLearningDeviceAccessDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PrimaryLearningDeviceAccessDescriptorsApi | getPrimaryLearningDeviceAccessDescriptorsById | GET /ed-fi/primaryLearningDeviceAccessDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PrimaryLearningDeviceAccessDescriptorsApi | getPrimaryLearningDeviceAccessDescriptorsPartitions | GET /ed-fi/primaryLearningDeviceAccessDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PrimaryLearningDeviceAccessDescriptorsApi | keyChangesPrimaryLearningDeviceAccessDescriptors | GET /ed-fi/primaryLearningDeviceAccessDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PrimaryLearningDeviceAccessDescriptorsApi | postPrimaryLearningDeviceAccessDescriptor | POST /ed-fi/primaryLearningDeviceAccessDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PrimaryLearningDeviceAccessDescriptorsApi | putPrimaryLearningDeviceAccessDescriptor | PUT /ed-fi/primaryLearningDeviceAccessDescriptors/{id} | Updates a resource based on the resource identifier. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | deletePrimaryLearningDeviceAwayFromSchoolDescriptorById | DELETE /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | deletesPrimaryLearningDeviceAwayFromSchoolDescriptors | GET /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/deletes | Retrieves deleted resources based on change version. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | getPrimaryLearningDeviceAwayFromSchoolDescriptors | GET /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | getPrimaryLearningDeviceAwayFromSchoolDescriptorsById | GET /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | getPrimaryLearningDeviceAwayFromSchoolDescriptorsPartitions | GET /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | keyChangesPrimaryLearningDeviceAwayFromSchoolDescriptors | GET /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | postPrimaryLearningDeviceAwayFromSchoolDescriptor | POST /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PrimaryLearningDeviceAwayFromSchoolDescriptorsApi | putPrimaryLearningDeviceAwayFromSchoolDescriptor | PUT /ed-fi/primaryLearningDeviceAwayFromSchoolDescriptors/{id} | Updates a resource based on the resource identifier. |
PrimaryLearningDeviceProviderDescriptorsApi | deletePrimaryLearningDeviceProviderDescriptorById | DELETE /ed-fi/primaryLearningDeviceProviderDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PrimaryLearningDeviceProviderDescriptorsApi | deletesPrimaryLearningDeviceProviderDescriptors | GET /ed-fi/primaryLearningDeviceProviderDescriptors/deletes | Retrieves deleted resources based on change version. |
PrimaryLearningDeviceProviderDescriptorsApi | getPrimaryLearningDeviceProviderDescriptors | GET /ed-fi/primaryLearningDeviceProviderDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PrimaryLearningDeviceProviderDescriptorsApi | getPrimaryLearningDeviceProviderDescriptorsById | GET /ed-fi/primaryLearningDeviceProviderDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PrimaryLearningDeviceProviderDescriptorsApi | getPrimaryLearningDeviceProviderDescriptorsPartitions | GET /ed-fi/primaryLearningDeviceProviderDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PrimaryLearningDeviceProviderDescriptorsApi | keyChangesPrimaryLearningDeviceProviderDescriptors | GET /ed-fi/primaryLearningDeviceProviderDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PrimaryLearningDeviceProviderDescriptorsApi | postPrimaryLearningDeviceProviderDescriptor | POST /ed-fi/primaryLearningDeviceProviderDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PrimaryLearningDeviceProviderDescriptorsApi | putPrimaryLearningDeviceProviderDescriptor | PUT /ed-fi/primaryLearningDeviceProviderDescriptors/{id} | Updates a resource based on the resource identifier. |
ProficiencyDescriptorsApi | deleteProficiencyDescriptorById | DELETE /ed-fi/proficiencyDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProficiencyDescriptorsApi | deletesProficiencyDescriptors | GET /ed-fi/proficiencyDescriptors/deletes | Retrieves deleted resources based on change version. |
ProficiencyDescriptorsApi | getProficiencyDescriptors | GET /ed-fi/proficiencyDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProficiencyDescriptorsApi | getProficiencyDescriptorsById | GET /ed-fi/proficiencyDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProficiencyDescriptorsApi | getProficiencyDescriptorsPartitions | GET /ed-fi/proficiencyDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProficiencyDescriptorsApi | keyChangesProficiencyDescriptors | GET /ed-fi/proficiencyDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProficiencyDescriptorsApi | postProficiencyDescriptor | POST /ed-fi/proficiencyDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProficiencyDescriptorsApi | putProficiencyDescriptor | PUT /ed-fi/proficiencyDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramAssignmentDescriptorsApi | deleteProgramAssignmentDescriptorById | DELETE /ed-fi/programAssignmentDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramAssignmentDescriptorsApi | deletesProgramAssignmentDescriptors | GET /ed-fi/programAssignmentDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramAssignmentDescriptorsApi | getProgramAssignmentDescriptors | GET /ed-fi/programAssignmentDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramAssignmentDescriptorsApi | getProgramAssignmentDescriptorsById | GET /ed-fi/programAssignmentDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramAssignmentDescriptorsApi | getProgramAssignmentDescriptorsPartitions | GET /ed-fi/programAssignmentDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramAssignmentDescriptorsApi | keyChangesProgramAssignmentDescriptors | GET /ed-fi/programAssignmentDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramAssignmentDescriptorsApi | postProgramAssignmentDescriptor | POST /ed-fi/programAssignmentDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramAssignmentDescriptorsApi | putProgramAssignmentDescriptor | PUT /ed-fi/programAssignmentDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramCharacteristicDescriptorsApi | deleteProgramCharacteristicDescriptorById | DELETE /ed-fi/programCharacteristicDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramCharacteristicDescriptorsApi | deletesProgramCharacteristicDescriptors | GET /ed-fi/programCharacteristicDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramCharacteristicDescriptorsApi | getProgramCharacteristicDescriptors | GET /ed-fi/programCharacteristicDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramCharacteristicDescriptorsApi | getProgramCharacteristicDescriptorsById | GET /ed-fi/programCharacteristicDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramCharacteristicDescriptorsApi | getProgramCharacteristicDescriptorsPartitions | GET /ed-fi/programCharacteristicDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramCharacteristicDescriptorsApi | keyChangesProgramCharacteristicDescriptors | GET /ed-fi/programCharacteristicDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramCharacteristicDescriptorsApi | postProgramCharacteristicDescriptor | POST /ed-fi/programCharacteristicDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramCharacteristicDescriptorsApi | putProgramCharacteristicDescriptor | PUT /ed-fi/programCharacteristicDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramEvaluationPeriodDescriptorsApi | deleteProgramEvaluationPeriodDescriptorById | DELETE /ed-fi/programEvaluationPeriodDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramEvaluationPeriodDescriptorsApi | deletesProgramEvaluationPeriodDescriptors | GET /ed-fi/programEvaluationPeriodDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramEvaluationPeriodDescriptorsApi | getProgramEvaluationPeriodDescriptors | GET /ed-fi/programEvaluationPeriodDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramEvaluationPeriodDescriptorsApi | getProgramEvaluationPeriodDescriptorsById | GET /ed-fi/programEvaluationPeriodDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramEvaluationPeriodDescriptorsApi | getProgramEvaluationPeriodDescriptorsPartitions | GET /ed-fi/programEvaluationPeriodDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramEvaluationPeriodDescriptorsApi | keyChangesProgramEvaluationPeriodDescriptors | GET /ed-fi/programEvaluationPeriodDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramEvaluationPeriodDescriptorsApi | postProgramEvaluationPeriodDescriptor | POST /ed-fi/programEvaluationPeriodDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramEvaluationPeriodDescriptorsApi | putProgramEvaluationPeriodDescriptor | PUT /ed-fi/programEvaluationPeriodDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramEvaluationTypeDescriptorsApi | deleteProgramEvaluationTypeDescriptorById | DELETE /ed-fi/programEvaluationTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramEvaluationTypeDescriptorsApi | deletesProgramEvaluationTypeDescriptors | GET /ed-fi/programEvaluationTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramEvaluationTypeDescriptorsApi | getProgramEvaluationTypeDescriptors | GET /ed-fi/programEvaluationTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramEvaluationTypeDescriptorsApi | getProgramEvaluationTypeDescriptorsById | GET /ed-fi/programEvaluationTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramEvaluationTypeDescriptorsApi | getProgramEvaluationTypeDescriptorsPartitions | GET /ed-fi/programEvaluationTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramEvaluationTypeDescriptorsApi | keyChangesProgramEvaluationTypeDescriptors | GET /ed-fi/programEvaluationTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramEvaluationTypeDescriptorsApi | postProgramEvaluationTypeDescriptor | POST /ed-fi/programEvaluationTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramEvaluationTypeDescriptorsApi | putProgramEvaluationTypeDescriptor | PUT /ed-fi/programEvaluationTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramSponsorDescriptorsApi | deleteProgramSponsorDescriptorById | DELETE /ed-fi/programSponsorDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramSponsorDescriptorsApi | deletesProgramSponsorDescriptors | GET /ed-fi/programSponsorDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramSponsorDescriptorsApi | getProgramSponsorDescriptors | GET /ed-fi/programSponsorDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramSponsorDescriptorsApi | getProgramSponsorDescriptorsById | GET /ed-fi/programSponsorDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramSponsorDescriptorsApi | getProgramSponsorDescriptorsPartitions | GET /ed-fi/programSponsorDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramSponsorDescriptorsApi | keyChangesProgramSponsorDescriptors | GET /ed-fi/programSponsorDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramSponsorDescriptorsApi | postProgramSponsorDescriptor | POST /ed-fi/programSponsorDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramSponsorDescriptorsApi | putProgramSponsorDescriptor | PUT /ed-fi/programSponsorDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgramTypeDescriptorsApi | deleteProgramTypeDescriptorById | DELETE /ed-fi/programTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgramTypeDescriptorsApi | deletesProgramTypeDescriptors | GET /ed-fi/programTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgramTypeDescriptorsApi | getProgramTypeDescriptors | GET /ed-fi/programTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgramTypeDescriptorsApi | getProgramTypeDescriptorsById | GET /ed-fi/programTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgramTypeDescriptorsApi | getProgramTypeDescriptorsPartitions | GET /ed-fi/programTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgramTypeDescriptorsApi | keyChangesProgramTypeDescriptors | GET /ed-fi/programTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgramTypeDescriptorsApi | postProgramTypeDescriptor | POST /ed-fi/programTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgramTypeDescriptorsApi | putProgramTypeDescriptor | PUT /ed-fi/programTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgressDescriptorsApi | deleteProgressDescriptorById | DELETE /ed-fi/progressDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgressDescriptorsApi | deletesProgressDescriptors | GET /ed-fi/progressDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgressDescriptorsApi | getProgressDescriptors | GET /ed-fi/progressDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgressDescriptorsApi | getProgressDescriptorsById | GET /ed-fi/progressDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgressDescriptorsApi | getProgressDescriptorsPartitions | GET /ed-fi/progressDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgressDescriptorsApi | keyChangesProgressDescriptors | GET /ed-fi/progressDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgressDescriptorsApi | postProgressDescriptor | POST /ed-fi/progressDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgressDescriptorsApi | putProgressDescriptor | PUT /ed-fi/progressDescriptors/{id} | Updates a resource based on the resource identifier. |
ProgressLevelDescriptorsApi | deleteProgressLevelDescriptorById | DELETE /ed-fi/progressLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProgressLevelDescriptorsApi | deletesProgressLevelDescriptors | GET /ed-fi/progressLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
ProgressLevelDescriptorsApi | getProgressLevelDescriptors | GET /ed-fi/progressLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProgressLevelDescriptorsApi | getProgressLevelDescriptorsById | GET /ed-fi/progressLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProgressLevelDescriptorsApi | getProgressLevelDescriptorsPartitions | GET /ed-fi/progressLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProgressLevelDescriptorsApi | keyChangesProgressLevelDescriptors | GET /ed-fi/progressLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProgressLevelDescriptorsApi | postProgressLevelDescriptor | POST /ed-fi/progressLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProgressLevelDescriptorsApi | putProgressLevelDescriptor | PUT /ed-fi/progressLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
ProviderCategoryDescriptorsApi | deleteProviderCategoryDescriptorById | DELETE /ed-fi/providerCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProviderCategoryDescriptorsApi | deletesProviderCategoryDescriptors | GET /ed-fi/providerCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
ProviderCategoryDescriptorsApi | getProviderCategoryDescriptors | GET /ed-fi/providerCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProviderCategoryDescriptorsApi | getProviderCategoryDescriptorsById | GET /ed-fi/providerCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProviderCategoryDescriptorsApi | getProviderCategoryDescriptorsPartitions | GET /ed-fi/providerCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProviderCategoryDescriptorsApi | keyChangesProviderCategoryDescriptors | GET /ed-fi/providerCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProviderCategoryDescriptorsApi | postProviderCategoryDescriptor | POST /ed-fi/providerCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProviderCategoryDescriptorsApi | putProviderCategoryDescriptor | PUT /ed-fi/providerCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
ProviderProfitabilityDescriptorsApi | deleteProviderProfitabilityDescriptorById | DELETE /ed-fi/providerProfitabilityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProviderProfitabilityDescriptorsApi | deletesProviderProfitabilityDescriptors | GET /ed-fi/providerProfitabilityDescriptors/deletes | Retrieves deleted resources based on change version. |
ProviderProfitabilityDescriptorsApi | getProviderProfitabilityDescriptors | GET /ed-fi/providerProfitabilityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProviderProfitabilityDescriptorsApi | getProviderProfitabilityDescriptorsById | GET /ed-fi/providerProfitabilityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProviderProfitabilityDescriptorsApi | getProviderProfitabilityDescriptorsPartitions | GET /ed-fi/providerProfitabilityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProviderProfitabilityDescriptorsApi | keyChangesProviderProfitabilityDescriptors | GET /ed-fi/providerProfitabilityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProviderProfitabilityDescriptorsApi | postProviderProfitabilityDescriptor | POST /ed-fi/providerProfitabilityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProviderProfitabilityDescriptorsApi | putProviderProfitabilityDescriptor | PUT /ed-fi/providerProfitabilityDescriptors/{id} | Updates a resource based on the resource identifier. |
ProviderStatusDescriptorsApi | deleteProviderStatusDescriptorById | DELETE /ed-fi/providerStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ProviderStatusDescriptorsApi | deletesProviderStatusDescriptors | GET /ed-fi/providerStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
ProviderStatusDescriptorsApi | getProviderStatusDescriptors | GET /ed-fi/providerStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ProviderStatusDescriptorsApi | getProviderStatusDescriptorsById | GET /ed-fi/providerStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ProviderStatusDescriptorsApi | getProviderStatusDescriptorsPartitions | GET /ed-fi/providerStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ProviderStatusDescriptorsApi | keyChangesProviderStatusDescriptors | GET /ed-fi/providerStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ProviderStatusDescriptorsApi | postProviderStatusDescriptor | POST /ed-fi/providerStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ProviderStatusDescriptorsApi | putProviderStatusDescriptor | PUT /ed-fi/providerStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
PublicationStatusDescriptorsApi | deletePublicationStatusDescriptorById | DELETE /ed-fi/publicationStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
PublicationStatusDescriptorsApi | deletesPublicationStatusDescriptors | GET /ed-fi/publicationStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
PublicationStatusDescriptorsApi | getPublicationStatusDescriptors | GET /ed-fi/publicationStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
PublicationStatusDescriptorsApi | getPublicationStatusDescriptorsById | GET /ed-fi/publicationStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
PublicationStatusDescriptorsApi | getPublicationStatusDescriptorsPartitions | GET /ed-fi/publicationStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
PublicationStatusDescriptorsApi | keyChangesPublicationStatusDescriptors | GET /ed-fi/publicationStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
PublicationStatusDescriptorsApi | postPublicationStatusDescriptor | POST /ed-fi/publicationStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
PublicationStatusDescriptorsApi | putPublicationStatusDescriptor | PUT /ed-fi/publicationStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
QuestionFormDescriptorsApi | deleteQuestionFormDescriptorById | DELETE /ed-fi/questionFormDescriptors/{id} | Deletes an existing resource using the resource identifier. |
QuestionFormDescriptorsApi | deletesQuestionFormDescriptors | GET /ed-fi/questionFormDescriptors/deletes | Retrieves deleted resources based on change version. |
QuestionFormDescriptorsApi | getQuestionFormDescriptors | GET /ed-fi/questionFormDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
QuestionFormDescriptorsApi | getQuestionFormDescriptorsById | GET /ed-fi/questionFormDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
QuestionFormDescriptorsApi | getQuestionFormDescriptorsPartitions | GET /ed-fi/questionFormDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
QuestionFormDescriptorsApi | keyChangesQuestionFormDescriptors | GET /ed-fi/questionFormDescriptors/keyChanges | Retrieves resources key changes based on change version. |
QuestionFormDescriptorsApi | postQuestionFormDescriptor | POST /ed-fi/questionFormDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
QuestionFormDescriptorsApi | putQuestionFormDescriptor | PUT /ed-fi/questionFormDescriptors/{id} | Updates a resource based on the resource identifier. |
RaceDescriptorsApi | deleteRaceDescriptorById | DELETE /ed-fi/raceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RaceDescriptorsApi | deletesRaceDescriptors | GET /ed-fi/raceDescriptors/deletes | Retrieves deleted resources based on change version. |
RaceDescriptorsApi | getRaceDescriptors | GET /ed-fi/raceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RaceDescriptorsApi | getRaceDescriptorsById | GET /ed-fi/raceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RaceDescriptorsApi | getRaceDescriptorsPartitions | GET /ed-fi/raceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RaceDescriptorsApi | keyChangesRaceDescriptors | GET /ed-fi/raceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RaceDescriptorsApi | postRaceDescriptor | POST /ed-fi/raceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RaceDescriptorsApi | putRaceDescriptor | PUT /ed-fi/raceDescriptors/{id} | Updates a resource based on the resource identifier. |
RatingLevelDescriptorsApi | deleteRatingLevelDescriptorById | DELETE /ed-fi/ratingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RatingLevelDescriptorsApi | deletesRatingLevelDescriptors | GET /ed-fi/ratingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
RatingLevelDescriptorsApi | getRatingLevelDescriptors | GET /ed-fi/ratingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RatingLevelDescriptorsApi | getRatingLevelDescriptorsById | GET /ed-fi/ratingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RatingLevelDescriptorsApi | getRatingLevelDescriptorsPartitions | GET /ed-fi/ratingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RatingLevelDescriptorsApi | keyChangesRatingLevelDescriptors | GET /ed-fi/ratingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RatingLevelDescriptorsApi | postRatingLevelDescriptor | POST /ed-fi/ratingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RatingLevelDescriptorsApi | putRatingLevelDescriptor | PUT /ed-fi/ratingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
ReasonExitedDescriptorsApi | deleteReasonExitedDescriptorById | DELETE /ed-fi/reasonExitedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ReasonExitedDescriptorsApi | deletesReasonExitedDescriptors | GET /ed-fi/reasonExitedDescriptors/deletes | Retrieves deleted resources based on change version. |
ReasonExitedDescriptorsApi | getReasonExitedDescriptors | GET /ed-fi/reasonExitedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ReasonExitedDescriptorsApi | getReasonExitedDescriptorsById | GET /ed-fi/reasonExitedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ReasonExitedDescriptorsApi | getReasonExitedDescriptorsPartitions | GET /ed-fi/reasonExitedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ReasonExitedDescriptorsApi | keyChangesReasonExitedDescriptors | GET /ed-fi/reasonExitedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ReasonExitedDescriptorsApi | postReasonExitedDescriptor | POST /ed-fi/reasonExitedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ReasonExitedDescriptorsApi | putReasonExitedDescriptor | PUT /ed-fi/reasonExitedDescriptors/{id} | Updates a resource based on the resource identifier. |
ReasonNotTestedDescriptorsApi | deleteReasonNotTestedDescriptorById | DELETE /ed-fi/reasonNotTestedDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ReasonNotTestedDescriptorsApi | deletesReasonNotTestedDescriptors | GET /ed-fi/reasonNotTestedDescriptors/deletes | Retrieves deleted resources based on change version. |
ReasonNotTestedDescriptorsApi | getReasonNotTestedDescriptors | GET /ed-fi/reasonNotTestedDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ReasonNotTestedDescriptorsApi | getReasonNotTestedDescriptorsById | GET /ed-fi/reasonNotTestedDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ReasonNotTestedDescriptorsApi | getReasonNotTestedDescriptorsPartitions | GET /ed-fi/reasonNotTestedDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ReasonNotTestedDescriptorsApi | keyChangesReasonNotTestedDescriptors | GET /ed-fi/reasonNotTestedDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ReasonNotTestedDescriptorsApi | postReasonNotTestedDescriptor | POST /ed-fi/reasonNotTestedDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ReasonNotTestedDescriptorsApi | putReasonNotTestedDescriptor | PUT /ed-fi/reasonNotTestedDescriptors/{id} | Updates a resource based on the resource identifier. |
RecognitionTypeDescriptorsApi | deleteRecognitionTypeDescriptorById | DELETE /ed-fi/recognitionTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RecognitionTypeDescriptorsApi | deletesRecognitionTypeDescriptors | GET /ed-fi/recognitionTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
RecognitionTypeDescriptorsApi | getRecognitionTypeDescriptors | GET /ed-fi/recognitionTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RecognitionTypeDescriptorsApi | getRecognitionTypeDescriptorsById | GET /ed-fi/recognitionTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RecognitionTypeDescriptorsApi | getRecognitionTypeDescriptorsPartitions | GET /ed-fi/recognitionTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RecognitionTypeDescriptorsApi | keyChangesRecognitionTypeDescriptors | GET /ed-fi/recognitionTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RecognitionTypeDescriptorsApi | postRecognitionTypeDescriptor | POST /ed-fi/recognitionTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RecognitionTypeDescriptorsApi | putRecognitionTypeDescriptor | PUT /ed-fi/recognitionTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
RelationDescriptorsApi | deleteRelationDescriptorById | DELETE /ed-fi/relationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RelationDescriptorsApi | deletesRelationDescriptors | GET /ed-fi/relationDescriptors/deletes | Retrieves deleted resources based on change version. |
RelationDescriptorsApi | getRelationDescriptors | GET /ed-fi/relationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RelationDescriptorsApi | getRelationDescriptorsById | GET /ed-fi/relationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RelationDescriptorsApi | getRelationDescriptorsPartitions | GET /ed-fi/relationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RelationDescriptorsApi | keyChangesRelationDescriptors | GET /ed-fi/relationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RelationDescriptorsApi | postRelationDescriptor | POST /ed-fi/relationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RelationDescriptorsApi | putRelationDescriptor | PUT /ed-fi/relationDescriptors/{id} | Updates a resource based on the resource identifier. |
RepeatIdentifierDescriptorsApi | deleteRepeatIdentifierDescriptorById | DELETE /ed-fi/repeatIdentifierDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RepeatIdentifierDescriptorsApi | deletesRepeatIdentifierDescriptors | GET /ed-fi/repeatIdentifierDescriptors/deletes | Retrieves deleted resources based on change version. |
RepeatIdentifierDescriptorsApi | getRepeatIdentifierDescriptors | GET /ed-fi/repeatIdentifierDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RepeatIdentifierDescriptorsApi | getRepeatIdentifierDescriptorsById | GET /ed-fi/repeatIdentifierDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RepeatIdentifierDescriptorsApi | getRepeatIdentifierDescriptorsPartitions | GET /ed-fi/repeatIdentifierDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RepeatIdentifierDescriptorsApi | keyChangesRepeatIdentifierDescriptors | GET /ed-fi/repeatIdentifierDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RepeatIdentifierDescriptorsApi | postRepeatIdentifierDescriptor | POST /ed-fi/repeatIdentifierDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RepeatIdentifierDescriptorsApi | putRepeatIdentifierDescriptor | PUT /ed-fi/repeatIdentifierDescriptors/{id} | Updates a resource based on the resource identifier. |
ReporterDescriptionDescriptorsApi | deleteReporterDescriptionDescriptorById | DELETE /ed-fi/reporterDescriptionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ReporterDescriptionDescriptorsApi | deletesReporterDescriptionDescriptors | GET /ed-fi/reporterDescriptionDescriptors/deletes | Retrieves deleted resources based on change version. |
ReporterDescriptionDescriptorsApi | getReporterDescriptionDescriptors | GET /ed-fi/reporterDescriptionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ReporterDescriptionDescriptorsApi | getReporterDescriptionDescriptorsById | GET /ed-fi/reporterDescriptionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ReporterDescriptionDescriptorsApi | getReporterDescriptionDescriptorsPartitions | GET /ed-fi/reporterDescriptionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ReporterDescriptionDescriptorsApi | keyChangesReporterDescriptionDescriptors | GET /ed-fi/reporterDescriptionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ReporterDescriptionDescriptorsApi | postReporterDescriptionDescriptor | POST /ed-fi/reporterDescriptionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ReporterDescriptionDescriptorsApi | putReporterDescriptionDescriptor | PUT /ed-fi/reporterDescriptionDescriptors/{id} | Updates a resource based on the resource identifier. |
ReportingTagDescriptorsApi | deleteReportingTagDescriptorById | DELETE /ed-fi/reportingTagDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ReportingTagDescriptorsApi | deletesReportingTagDescriptors | GET /ed-fi/reportingTagDescriptors/deletes | Retrieves deleted resources based on change version. |
ReportingTagDescriptorsApi | getReportingTagDescriptors | GET /ed-fi/reportingTagDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ReportingTagDescriptorsApi | getReportingTagDescriptorsById | GET /ed-fi/reportingTagDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ReportingTagDescriptorsApi | getReportingTagDescriptorsPartitions | GET /ed-fi/reportingTagDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ReportingTagDescriptorsApi | keyChangesReportingTagDescriptors | GET /ed-fi/reportingTagDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ReportingTagDescriptorsApi | postReportingTagDescriptor | POST /ed-fi/reportingTagDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ReportingTagDescriptorsApi | putReportingTagDescriptor | PUT /ed-fi/reportingTagDescriptors/{id} | Updates a resource based on the resource identifier. |
ResidencyStatusDescriptorsApi | deleteResidencyStatusDescriptorById | DELETE /ed-fi/residencyStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ResidencyStatusDescriptorsApi | deletesResidencyStatusDescriptors | GET /ed-fi/residencyStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
ResidencyStatusDescriptorsApi | getResidencyStatusDescriptors | GET /ed-fi/residencyStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ResidencyStatusDescriptorsApi | getResidencyStatusDescriptorsById | GET /ed-fi/residencyStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ResidencyStatusDescriptorsApi | getResidencyStatusDescriptorsPartitions | GET /ed-fi/residencyStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ResidencyStatusDescriptorsApi | keyChangesResidencyStatusDescriptors | GET /ed-fi/residencyStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ResidencyStatusDescriptorsApi | postResidencyStatusDescriptor | POST /ed-fi/residencyStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ResidencyStatusDescriptorsApi | putResidencyStatusDescriptor | PUT /ed-fi/residencyStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
ResponseIndicatorDescriptorsApi | deleteResponseIndicatorDescriptorById | DELETE /ed-fi/responseIndicatorDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ResponseIndicatorDescriptorsApi | deletesResponseIndicatorDescriptors | GET /ed-fi/responseIndicatorDescriptors/deletes | Retrieves deleted resources based on change version. |
ResponseIndicatorDescriptorsApi | getResponseIndicatorDescriptors | GET /ed-fi/responseIndicatorDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ResponseIndicatorDescriptorsApi | getResponseIndicatorDescriptorsById | GET /ed-fi/responseIndicatorDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ResponseIndicatorDescriptorsApi | getResponseIndicatorDescriptorsPartitions | GET /ed-fi/responseIndicatorDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ResponseIndicatorDescriptorsApi | keyChangesResponseIndicatorDescriptors | GET /ed-fi/responseIndicatorDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ResponseIndicatorDescriptorsApi | postResponseIndicatorDescriptor | POST /ed-fi/responseIndicatorDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ResponseIndicatorDescriptorsApi | putResponseIndicatorDescriptor | PUT /ed-fi/responseIndicatorDescriptors/{id} | Updates a resource based on the resource identifier. |
ResponsibilityDescriptorsApi | deleteResponsibilityDescriptorById | DELETE /ed-fi/responsibilityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ResponsibilityDescriptorsApi | deletesResponsibilityDescriptors | GET /ed-fi/responsibilityDescriptors/deletes | Retrieves deleted resources based on change version. |
ResponsibilityDescriptorsApi | getResponsibilityDescriptors | GET /ed-fi/responsibilityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ResponsibilityDescriptorsApi | getResponsibilityDescriptorsById | GET /ed-fi/responsibilityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ResponsibilityDescriptorsApi | getResponsibilityDescriptorsPartitions | GET /ed-fi/responsibilityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ResponsibilityDescriptorsApi | keyChangesResponsibilityDescriptors | GET /ed-fi/responsibilityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ResponsibilityDescriptorsApi | postResponsibilityDescriptor | POST /ed-fi/responsibilityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ResponsibilityDescriptorsApi | putResponsibilityDescriptor | PUT /ed-fi/responsibilityDescriptors/{id} | Updates a resource based on the resource identifier. |
RestraintEventReasonDescriptorsApi | deleteRestraintEventReasonDescriptorById | DELETE /ed-fi/restraintEventReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RestraintEventReasonDescriptorsApi | deletesRestraintEventReasonDescriptors | GET /ed-fi/restraintEventReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
RestraintEventReasonDescriptorsApi | getRestraintEventReasonDescriptors | GET /ed-fi/restraintEventReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RestraintEventReasonDescriptorsApi | getRestraintEventReasonDescriptorsById | GET /ed-fi/restraintEventReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RestraintEventReasonDescriptorsApi | getRestraintEventReasonDescriptorsPartitions | GET /ed-fi/restraintEventReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RestraintEventReasonDescriptorsApi | keyChangesRestraintEventReasonDescriptors | GET /ed-fi/restraintEventReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RestraintEventReasonDescriptorsApi | postRestraintEventReasonDescriptor | POST /ed-fi/restraintEventReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RestraintEventReasonDescriptorsApi | putRestraintEventReasonDescriptor | PUT /ed-fi/restraintEventReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
ResultDatatypeTypeDescriptorsApi | deleteResultDatatypeTypeDescriptorById | DELETE /ed-fi/resultDatatypeTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ResultDatatypeTypeDescriptorsApi | deletesResultDatatypeTypeDescriptors | GET /ed-fi/resultDatatypeTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
ResultDatatypeTypeDescriptorsApi | getResultDatatypeTypeDescriptors | GET /ed-fi/resultDatatypeTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ResultDatatypeTypeDescriptorsApi | getResultDatatypeTypeDescriptorsById | GET /ed-fi/resultDatatypeTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ResultDatatypeTypeDescriptorsApi | getResultDatatypeTypeDescriptorsPartitions | GET /ed-fi/resultDatatypeTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ResultDatatypeTypeDescriptorsApi | keyChangesResultDatatypeTypeDescriptors | GET /ed-fi/resultDatatypeTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ResultDatatypeTypeDescriptorsApi | postResultDatatypeTypeDescriptor | POST /ed-fi/resultDatatypeTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ResultDatatypeTypeDescriptorsApi | putResultDatatypeTypeDescriptor | PUT /ed-fi/resultDatatypeTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
RetestIndicatorDescriptorsApi | deleteRetestIndicatorDescriptorById | DELETE /ed-fi/retestIndicatorDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RetestIndicatorDescriptorsApi | deletesRetestIndicatorDescriptors | GET /ed-fi/retestIndicatorDescriptors/deletes | Retrieves deleted resources based on change version. |
RetestIndicatorDescriptorsApi | getRetestIndicatorDescriptors | GET /ed-fi/retestIndicatorDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RetestIndicatorDescriptorsApi | getRetestIndicatorDescriptorsById | GET /ed-fi/retestIndicatorDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RetestIndicatorDescriptorsApi | getRetestIndicatorDescriptorsPartitions | GET /ed-fi/retestIndicatorDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RetestIndicatorDescriptorsApi | keyChangesRetestIndicatorDescriptors | GET /ed-fi/retestIndicatorDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RetestIndicatorDescriptorsApi | postRetestIndicatorDescriptor | POST /ed-fi/retestIndicatorDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RetestIndicatorDescriptorsApi | putRetestIndicatorDescriptor | PUT /ed-fi/retestIndicatorDescriptors/{id} | Updates a resource based on the resource identifier. |
RubricRatingLevelDescriptorsApi | deleteRubricRatingLevelDescriptorById | DELETE /tpdm/rubricRatingLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
RubricRatingLevelDescriptorsApi | deletesRubricRatingLevelDescriptors | GET /tpdm/rubricRatingLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
RubricRatingLevelDescriptorsApi | getRubricRatingLevelDescriptors | GET /tpdm/rubricRatingLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
RubricRatingLevelDescriptorsApi | getRubricRatingLevelDescriptorsById | GET /tpdm/rubricRatingLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
RubricRatingLevelDescriptorsApi | getRubricRatingLevelDescriptorsPartitions | GET /tpdm/rubricRatingLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
RubricRatingLevelDescriptorsApi | keyChangesRubricRatingLevelDescriptors | GET /tpdm/rubricRatingLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
RubricRatingLevelDescriptorsApi | postRubricRatingLevelDescriptor | POST /tpdm/rubricRatingLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
RubricRatingLevelDescriptorsApi | putRubricRatingLevelDescriptor | PUT /tpdm/rubricRatingLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
SchoolCategoryDescriptorsApi | deleteSchoolCategoryDescriptorById | DELETE /ed-fi/schoolCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SchoolCategoryDescriptorsApi | deletesSchoolCategoryDescriptors | GET /ed-fi/schoolCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
SchoolCategoryDescriptorsApi | getSchoolCategoryDescriptors | GET /ed-fi/schoolCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SchoolCategoryDescriptorsApi | getSchoolCategoryDescriptorsById | GET /ed-fi/schoolCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SchoolCategoryDescriptorsApi | getSchoolCategoryDescriptorsPartitions | GET /ed-fi/schoolCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SchoolCategoryDescriptorsApi | keyChangesSchoolCategoryDescriptors | GET /ed-fi/schoolCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SchoolCategoryDescriptorsApi | postSchoolCategoryDescriptor | POST /ed-fi/schoolCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SchoolCategoryDescriptorsApi | putSchoolCategoryDescriptor | PUT /ed-fi/schoolCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
SchoolChoiceBasisDescriptorsApi | deleteSchoolChoiceBasisDescriptorById | DELETE /ed-fi/schoolChoiceBasisDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SchoolChoiceBasisDescriptorsApi | deletesSchoolChoiceBasisDescriptors | GET /ed-fi/schoolChoiceBasisDescriptors/deletes | Retrieves deleted resources based on change version. |
SchoolChoiceBasisDescriptorsApi | getSchoolChoiceBasisDescriptors | GET /ed-fi/schoolChoiceBasisDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SchoolChoiceBasisDescriptorsApi | getSchoolChoiceBasisDescriptorsById | GET /ed-fi/schoolChoiceBasisDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SchoolChoiceBasisDescriptorsApi | getSchoolChoiceBasisDescriptorsPartitions | GET /ed-fi/schoolChoiceBasisDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SchoolChoiceBasisDescriptorsApi | keyChangesSchoolChoiceBasisDescriptors | GET /ed-fi/schoolChoiceBasisDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SchoolChoiceBasisDescriptorsApi | postSchoolChoiceBasisDescriptor | POST /ed-fi/schoolChoiceBasisDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SchoolChoiceBasisDescriptorsApi | putSchoolChoiceBasisDescriptor | PUT /ed-fi/schoolChoiceBasisDescriptors/{id} | Updates a resource based on the resource identifier. |
SchoolChoiceImplementStatusDescriptorsApi | deleteSchoolChoiceImplementStatusDescriptorById | DELETE /ed-fi/schoolChoiceImplementStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SchoolChoiceImplementStatusDescriptorsApi | deletesSchoolChoiceImplementStatusDescriptors | GET /ed-fi/schoolChoiceImplementStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
SchoolChoiceImplementStatusDescriptorsApi | getSchoolChoiceImplementStatusDescriptors | GET /ed-fi/schoolChoiceImplementStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SchoolChoiceImplementStatusDescriptorsApi | getSchoolChoiceImplementStatusDescriptorsById | GET /ed-fi/schoolChoiceImplementStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SchoolChoiceImplementStatusDescriptorsApi | getSchoolChoiceImplementStatusDescriptorsPartitions | GET /ed-fi/schoolChoiceImplementStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SchoolChoiceImplementStatusDescriptorsApi | keyChangesSchoolChoiceImplementStatusDescriptors | GET /ed-fi/schoolChoiceImplementStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SchoolChoiceImplementStatusDescriptorsApi | postSchoolChoiceImplementStatusDescriptor | POST /ed-fi/schoolChoiceImplementStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SchoolChoiceImplementStatusDescriptorsApi | putSchoolChoiceImplementStatusDescriptor | PUT /ed-fi/schoolChoiceImplementStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
SchoolFoodServiceProgramServiceDescriptorsApi | deleteSchoolFoodServiceProgramServiceDescriptorById | DELETE /ed-fi/schoolFoodServiceProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SchoolFoodServiceProgramServiceDescriptorsApi | deletesSchoolFoodServiceProgramServiceDescriptors | GET /ed-fi/schoolFoodServiceProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
SchoolFoodServiceProgramServiceDescriptorsApi | getSchoolFoodServiceProgramServiceDescriptors | GET /ed-fi/schoolFoodServiceProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SchoolFoodServiceProgramServiceDescriptorsApi | getSchoolFoodServiceProgramServiceDescriptorsById | GET /ed-fi/schoolFoodServiceProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SchoolFoodServiceProgramServiceDescriptorsApi | getSchoolFoodServiceProgramServiceDescriptorsPartitions | GET /ed-fi/schoolFoodServiceProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SchoolFoodServiceProgramServiceDescriptorsApi | keyChangesSchoolFoodServiceProgramServiceDescriptors | GET /ed-fi/schoolFoodServiceProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SchoolFoodServiceProgramServiceDescriptorsApi | postSchoolFoodServiceProgramServiceDescriptor | POST /ed-fi/schoolFoodServiceProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SchoolFoodServiceProgramServiceDescriptorsApi | putSchoolFoodServiceProgramServiceDescriptor | PUT /ed-fi/schoolFoodServiceProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
SchoolTypeDescriptorsApi | deleteSchoolTypeDescriptorById | DELETE /ed-fi/schoolTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SchoolTypeDescriptorsApi | deletesSchoolTypeDescriptors | GET /ed-fi/schoolTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
SchoolTypeDescriptorsApi | getSchoolTypeDescriptors | GET /ed-fi/schoolTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SchoolTypeDescriptorsApi | getSchoolTypeDescriptorsById | GET /ed-fi/schoolTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SchoolTypeDescriptorsApi | getSchoolTypeDescriptorsPartitions | GET /ed-fi/schoolTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SchoolTypeDescriptorsApi | keyChangesSchoolTypeDescriptors | GET /ed-fi/schoolTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SchoolTypeDescriptorsApi | postSchoolTypeDescriptor | POST /ed-fi/schoolTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SchoolTypeDescriptorsApi | putSchoolTypeDescriptor | PUT /ed-fi/schoolTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
Section504DisabilityDescriptorsApi | deleteSection504DisabilityDescriptorById | DELETE /ed-fi/section504DisabilityDescriptors/{id} | Deletes an existing resource using the resource identifier. |
Section504DisabilityDescriptorsApi | deletesSection504DisabilityDescriptors | GET /ed-fi/section504DisabilityDescriptors/deletes | Retrieves deleted resources based on change version. |
Section504DisabilityDescriptorsApi | getSection504DisabilityDescriptors | GET /ed-fi/section504DisabilityDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
Section504DisabilityDescriptorsApi | getSection504DisabilityDescriptorsById | GET /ed-fi/section504DisabilityDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
Section504DisabilityDescriptorsApi | getSection504DisabilityDescriptorsPartitions | GET /ed-fi/section504DisabilityDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
Section504DisabilityDescriptorsApi | keyChangesSection504DisabilityDescriptors | GET /ed-fi/section504DisabilityDescriptors/keyChanges | Retrieves resources key changes based on change version. |
Section504DisabilityDescriptorsApi | postSection504DisabilityDescriptor | POST /ed-fi/section504DisabilityDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
Section504DisabilityDescriptorsApi | putSection504DisabilityDescriptor | PUT /ed-fi/section504DisabilityDescriptors/{id} | Updates a resource based on the resource identifier. |
SectionCharacteristicDescriptorsApi | deleteSectionCharacteristicDescriptorById | DELETE /ed-fi/sectionCharacteristicDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SectionCharacteristicDescriptorsApi | deletesSectionCharacteristicDescriptors | GET /ed-fi/sectionCharacteristicDescriptors/deletes | Retrieves deleted resources based on change version. |
SectionCharacteristicDescriptorsApi | getSectionCharacteristicDescriptors | GET /ed-fi/sectionCharacteristicDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SectionCharacteristicDescriptorsApi | getSectionCharacteristicDescriptorsById | GET /ed-fi/sectionCharacteristicDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SectionCharacteristicDescriptorsApi | getSectionCharacteristicDescriptorsPartitions | GET /ed-fi/sectionCharacteristicDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SectionCharacteristicDescriptorsApi | keyChangesSectionCharacteristicDescriptors | GET /ed-fi/sectionCharacteristicDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SectionCharacteristicDescriptorsApi | postSectionCharacteristicDescriptor | POST /ed-fi/sectionCharacteristicDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SectionCharacteristicDescriptorsApi | putSectionCharacteristicDescriptor | PUT /ed-fi/sectionCharacteristicDescriptors/{id} | Updates a resource based on the resource identifier. |
SectionTypeDescriptorsApi | deleteSectionTypeDescriptorById | DELETE /ed-fi/sectionTypeDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SectionTypeDescriptorsApi | deletesSectionTypeDescriptors | GET /ed-fi/sectionTypeDescriptors/deletes | Retrieves deleted resources based on change version. |
SectionTypeDescriptorsApi | getSectionTypeDescriptors | GET /ed-fi/sectionTypeDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SectionTypeDescriptorsApi | getSectionTypeDescriptorsById | GET /ed-fi/sectionTypeDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SectionTypeDescriptorsApi | getSectionTypeDescriptorsPartitions | GET /ed-fi/sectionTypeDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SectionTypeDescriptorsApi | keyChangesSectionTypeDescriptors | GET /ed-fi/sectionTypeDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SectionTypeDescriptorsApi | postSectionTypeDescriptor | POST /ed-fi/sectionTypeDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SectionTypeDescriptorsApi | putSectionTypeDescriptor | PUT /ed-fi/sectionTypeDescriptors/{id} | Updates a resource based on the resource identifier. |
SeparationDescriptorsApi | deleteSeparationDescriptorById | DELETE /ed-fi/separationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SeparationDescriptorsApi | deletesSeparationDescriptors | GET /ed-fi/separationDescriptors/deletes | Retrieves deleted resources based on change version. |
SeparationDescriptorsApi | getSeparationDescriptors | GET /ed-fi/separationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SeparationDescriptorsApi | getSeparationDescriptorsById | GET /ed-fi/separationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SeparationDescriptorsApi | getSeparationDescriptorsPartitions | GET /ed-fi/separationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SeparationDescriptorsApi | keyChangesSeparationDescriptors | GET /ed-fi/separationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SeparationDescriptorsApi | postSeparationDescriptor | POST /ed-fi/separationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SeparationDescriptorsApi | putSeparationDescriptor | PUT /ed-fi/separationDescriptors/{id} | Updates a resource based on the resource identifier. |
SeparationReasonDescriptorsApi | deleteSeparationReasonDescriptorById | DELETE /ed-fi/separationReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SeparationReasonDescriptorsApi | deletesSeparationReasonDescriptors | GET /ed-fi/separationReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
SeparationReasonDescriptorsApi | getSeparationReasonDescriptors | GET /ed-fi/separationReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SeparationReasonDescriptorsApi | getSeparationReasonDescriptorsById | GET /ed-fi/separationReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SeparationReasonDescriptorsApi | getSeparationReasonDescriptorsPartitions | GET /ed-fi/separationReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SeparationReasonDescriptorsApi | keyChangesSeparationReasonDescriptors | GET /ed-fi/separationReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SeparationReasonDescriptorsApi | postSeparationReasonDescriptor | POST /ed-fi/separationReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SeparationReasonDescriptorsApi | putSeparationReasonDescriptor | PUT /ed-fi/separationReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
ServiceDescriptorsApi | deleteServiceDescriptorById | DELETE /ed-fi/serviceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
ServiceDescriptorsApi | deletesServiceDescriptors | GET /ed-fi/serviceDescriptors/deletes | Retrieves deleted resources based on change version. |
ServiceDescriptorsApi | getServiceDescriptors | GET /ed-fi/serviceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
ServiceDescriptorsApi | getServiceDescriptorsById | GET /ed-fi/serviceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
ServiceDescriptorsApi | getServiceDescriptorsPartitions | GET /ed-fi/serviceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
ServiceDescriptorsApi | keyChangesServiceDescriptors | GET /ed-fi/serviceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
ServiceDescriptorsApi | postServiceDescriptor | POST /ed-fi/serviceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
ServiceDescriptorsApi | putServiceDescriptor | PUT /ed-fi/serviceDescriptors/{id} | Updates a resource based on the resource identifier. |
SexDescriptorsApi | deleteSexDescriptorById | DELETE /ed-fi/sexDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SexDescriptorsApi | deletesSexDescriptors | GET /ed-fi/sexDescriptors/deletes | Retrieves deleted resources based on change version. |
SexDescriptorsApi | getSexDescriptors | GET /ed-fi/sexDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SexDescriptorsApi | getSexDescriptorsById | GET /ed-fi/sexDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SexDescriptorsApi | getSexDescriptorsPartitions | GET /ed-fi/sexDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SexDescriptorsApi | keyChangesSexDescriptors | GET /ed-fi/sexDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SexDescriptorsApi | postSexDescriptor | POST /ed-fi/sexDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SexDescriptorsApi | putSexDescriptor | PUT /ed-fi/sexDescriptors/{id} | Updates a resource based on the resource identifier. |
SourceSystemDescriptorsApi | deleteSourceSystemDescriptorById | DELETE /ed-fi/sourceSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SourceSystemDescriptorsApi | deletesSourceSystemDescriptors | GET /ed-fi/sourceSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
SourceSystemDescriptorsApi | getSourceSystemDescriptors | GET /ed-fi/sourceSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SourceSystemDescriptorsApi | getSourceSystemDescriptorsById | GET /ed-fi/sourceSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SourceSystemDescriptorsApi | getSourceSystemDescriptorsPartitions | GET /ed-fi/sourceSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SourceSystemDescriptorsApi | keyChangesSourceSystemDescriptors | GET /ed-fi/sourceSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SourceSystemDescriptorsApi | postSourceSystemDescriptor | POST /ed-fi/sourceSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SourceSystemDescriptorsApi | putSourceSystemDescriptor | PUT /ed-fi/sourceSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
SpecialEducationExitReasonDescriptorsApi | deleteSpecialEducationExitReasonDescriptorById | DELETE /ed-fi/specialEducationExitReasonDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SpecialEducationExitReasonDescriptorsApi | deletesSpecialEducationExitReasonDescriptors | GET /ed-fi/specialEducationExitReasonDescriptors/deletes | Retrieves deleted resources based on change version. |
SpecialEducationExitReasonDescriptorsApi | getSpecialEducationExitReasonDescriptors | GET /ed-fi/specialEducationExitReasonDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SpecialEducationExitReasonDescriptorsApi | getSpecialEducationExitReasonDescriptorsById | GET /ed-fi/specialEducationExitReasonDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SpecialEducationExitReasonDescriptorsApi | getSpecialEducationExitReasonDescriptorsPartitions | GET /ed-fi/specialEducationExitReasonDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SpecialEducationExitReasonDescriptorsApi | keyChangesSpecialEducationExitReasonDescriptors | GET /ed-fi/specialEducationExitReasonDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SpecialEducationExitReasonDescriptorsApi | postSpecialEducationExitReasonDescriptor | POST /ed-fi/specialEducationExitReasonDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SpecialEducationExitReasonDescriptorsApi | putSpecialEducationExitReasonDescriptor | PUT /ed-fi/specialEducationExitReasonDescriptors/{id} | Updates a resource based on the resource identifier. |
SpecialEducationProgramServiceDescriptorsApi | deleteSpecialEducationProgramServiceDescriptorById | DELETE /ed-fi/specialEducationProgramServiceDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SpecialEducationProgramServiceDescriptorsApi | deletesSpecialEducationProgramServiceDescriptors | GET /ed-fi/specialEducationProgramServiceDescriptors/deletes | Retrieves deleted resources based on change version. |
SpecialEducationProgramServiceDescriptorsApi | getSpecialEducationProgramServiceDescriptors | GET /ed-fi/specialEducationProgramServiceDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SpecialEducationProgramServiceDescriptorsApi | getSpecialEducationProgramServiceDescriptorsById | GET /ed-fi/specialEducationProgramServiceDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SpecialEducationProgramServiceDescriptorsApi | getSpecialEducationProgramServiceDescriptorsPartitions | GET /ed-fi/specialEducationProgramServiceDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SpecialEducationProgramServiceDescriptorsApi | keyChangesSpecialEducationProgramServiceDescriptors | GET /ed-fi/specialEducationProgramServiceDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SpecialEducationProgramServiceDescriptorsApi | postSpecialEducationProgramServiceDescriptor | POST /ed-fi/specialEducationProgramServiceDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SpecialEducationProgramServiceDescriptorsApi | putSpecialEducationProgramServiceDescriptor | PUT /ed-fi/specialEducationProgramServiceDescriptors/{id} | Updates a resource based on the resource identifier. |
SpecialEducationSettingDescriptorsApi | deleteSpecialEducationSettingDescriptorById | DELETE /ed-fi/specialEducationSettingDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SpecialEducationSettingDescriptorsApi | deletesSpecialEducationSettingDescriptors | GET /ed-fi/specialEducationSettingDescriptors/deletes | Retrieves deleted resources based on change version. |
SpecialEducationSettingDescriptorsApi | getSpecialEducationSettingDescriptors | GET /ed-fi/specialEducationSettingDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SpecialEducationSettingDescriptorsApi | getSpecialEducationSettingDescriptorsById | GET /ed-fi/specialEducationSettingDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SpecialEducationSettingDescriptorsApi | getSpecialEducationSettingDescriptorsPartitions | GET /ed-fi/specialEducationSettingDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SpecialEducationSettingDescriptorsApi | keyChangesSpecialEducationSettingDescriptors | GET /ed-fi/specialEducationSettingDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SpecialEducationSettingDescriptorsApi | postSpecialEducationSettingDescriptor | POST /ed-fi/specialEducationSettingDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SpecialEducationSettingDescriptorsApi | putSpecialEducationSettingDescriptor | PUT /ed-fi/specialEducationSettingDescriptors/{id} | Updates a resource based on the resource identifier. |
StaffClassificationDescriptorsApi | deleteStaffClassificationDescriptorById | DELETE /ed-fi/staffClassificationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StaffClassificationDescriptorsApi | deletesStaffClassificationDescriptors | GET /ed-fi/staffClassificationDescriptors/deletes | Retrieves deleted resources based on change version. |
StaffClassificationDescriptorsApi | getStaffClassificationDescriptors | GET /ed-fi/staffClassificationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StaffClassificationDescriptorsApi | getStaffClassificationDescriptorsById | GET /ed-fi/staffClassificationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StaffClassificationDescriptorsApi | getStaffClassificationDescriptorsPartitions | GET /ed-fi/staffClassificationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StaffClassificationDescriptorsApi | keyChangesStaffClassificationDescriptors | GET /ed-fi/staffClassificationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StaffClassificationDescriptorsApi | postStaffClassificationDescriptor | POST /ed-fi/staffClassificationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StaffClassificationDescriptorsApi | putStaffClassificationDescriptor | PUT /ed-fi/staffClassificationDescriptors/{id} | Updates a resource based on the resource identifier. |
StaffIdentificationSystemDescriptorsApi | deleteStaffIdentificationSystemDescriptorById | DELETE /ed-fi/staffIdentificationSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StaffIdentificationSystemDescriptorsApi | deletesStaffIdentificationSystemDescriptors | GET /ed-fi/staffIdentificationSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
StaffIdentificationSystemDescriptorsApi | getStaffIdentificationSystemDescriptors | GET /ed-fi/staffIdentificationSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StaffIdentificationSystemDescriptorsApi | getStaffIdentificationSystemDescriptorsById | GET /ed-fi/staffIdentificationSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StaffIdentificationSystemDescriptorsApi | getStaffIdentificationSystemDescriptorsPartitions | GET /ed-fi/staffIdentificationSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StaffIdentificationSystemDescriptorsApi | keyChangesStaffIdentificationSystemDescriptors | GET /ed-fi/staffIdentificationSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StaffIdentificationSystemDescriptorsApi | postStaffIdentificationSystemDescriptor | POST /ed-fi/staffIdentificationSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StaffIdentificationSystemDescriptorsApi | putStaffIdentificationSystemDescriptor | PUT /ed-fi/staffIdentificationSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
StaffLeaveEventCategoryDescriptorsApi | deleteStaffLeaveEventCategoryDescriptorById | DELETE /ed-fi/staffLeaveEventCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StaffLeaveEventCategoryDescriptorsApi | deletesStaffLeaveEventCategoryDescriptors | GET /ed-fi/staffLeaveEventCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
StaffLeaveEventCategoryDescriptorsApi | getStaffLeaveEventCategoryDescriptors | GET /ed-fi/staffLeaveEventCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StaffLeaveEventCategoryDescriptorsApi | getStaffLeaveEventCategoryDescriptorsById | GET /ed-fi/staffLeaveEventCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StaffLeaveEventCategoryDescriptorsApi | getStaffLeaveEventCategoryDescriptorsPartitions | GET /ed-fi/staffLeaveEventCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StaffLeaveEventCategoryDescriptorsApi | keyChangesStaffLeaveEventCategoryDescriptors | GET /ed-fi/staffLeaveEventCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StaffLeaveEventCategoryDescriptorsApi | postStaffLeaveEventCategoryDescriptor | POST /ed-fi/staffLeaveEventCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StaffLeaveEventCategoryDescriptorsApi | putStaffLeaveEventCategoryDescriptor | PUT /ed-fi/staffLeaveEventCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
StateAbbreviationDescriptorsApi | deleteStateAbbreviationDescriptorById | DELETE /ed-fi/stateAbbreviationDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StateAbbreviationDescriptorsApi | deletesStateAbbreviationDescriptors | GET /ed-fi/stateAbbreviationDescriptors/deletes | Retrieves deleted resources based on change version. |
StateAbbreviationDescriptorsApi | getStateAbbreviationDescriptors | GET /ed-fi/stateAbbreviationDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StateAbbreviationDescriptorsApi | getStateAbbreviationDescriptorsById | GET /ed-fi/stateAbbreviationDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StateAbbreviationDescriptorsApi | getStateAbbreviationDescriptorsPartitions | GET /ed-fi/stateAbbreviationDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StateAbbreviationDescriptorsApi | keyChangesStateAbbreviationDescriptors | GET /ed-fi/stateAbbreviationDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StateAbbreviationDescriptorsApi | postStateAbbreviationDescriptor | POST /ed-fi/stateAbbreviationDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StateAbbreviationDescriptorsApi | putStateAbbreviationDescriptor | PUT /ed-fi/stateAbbreviationDescriptors/{id} | Updates a resource based on the resource identifier. |
StudentCharacteristicDescriptorsApi | deleteStudentCharacteristicDescriptorById | DELETE /ed-fi/studentCharacteristicDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StudentCharacteristicDescriptorsApi | deletesStudentCharacteristicDescriptors | GET /ed-fi/studentCharacteristicDescriptors/deletes | Retrieves deleted resources based on change version. |
StudentCharacteristicDescriptorsApi | getStudentCharacteristicDescriptors | GET /ed-fi/studentCharacteristicDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StudentCharacteristicDescriptorsApi | getStudentCharacteristicDescriptorsById | GET /ed-fi/studentCharacteristicDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StudentCharacteristicDescriptorsApi | getStudentCharacteristicDescriptorsPartitions | GET /ed-fi/studentCharacteristicDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StudentCharacteristicDescriptorsApi | keyChangesStudentCharacteristicDescriptors | GET /ed-fi/studentCharacteristicDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StudentCharacteristicDescriptorsApi | postStudentCharacteristicDescriptor | POST /ed-fi/studentCharacteristicDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StudentCharacteristicDescriptorsApi | putStudentCharacteristicDescriptor | PUT /ed-fi/studentCharacteristicDescriptors/{id} | Updates a resource based on the resource identifier. |
StudentIdentificationSystemDescriptorsApi | deleteStudentIdentificationSystemDescriptorById | DELETE /ed-fi/studentIdentificationSystemDescriptors/{id} | Deletes an existing resource using the resource identifier. |
StudentIdentificationSystemDescriptorsApi | deletesStudentIdentificationSystemDescriptors | GET /ed-fi/studentIdentificationSystemDescriptors/deletes | Retrieves deleted resources based on change version. |
StudentIdentificationSystemDescriptorsApi | getStudentIdentificationSystemDescriptors | GET /ed-fi/studentIdentificationSystemDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
StudentIdentificationSystemDescriptorsApi | getStudentIdentificationSystemDescriptorsById | GET /ed-fi/studentIdentificationSystemDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
StudentIdentificationSystemDescriptorsApi | getStudentIdentificationSystemDescriptorsPartitions | GET /ed-fi/studentIdentificationSystemDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
StudentIdentificationSystemDescriptorsApi | keyChangesStudentIdentificationSystemDescriptors | GET /ed-fi/studentIdentificationSystemDescriptors/keyChanges | Retrieves resources key changes based on change version. |
StudentIdentificationSystemDescriptorsApi | postStudentIdentificationSystemDescriptor | POST /ed-fi/studentIdentificationSystemDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
StudentIdentificationSystemDescriptorsApi | putStudentIdentificationSystemDescriptor | PUT /ed-fi/studentIdentificationSystemDescriptors/{id} | Updates a resource based on the resource identifier. |
SubmissionStatusDescriptorsApi | deleteSubmissionStatusDescriptorById | DELETE /ed-fi/submissionStatusDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SubmissionStatusDescriptorsApi | deletesSubmissionStatusDescriptors | GET /ed-fi/submissionStatusDescriptors/deletes | Retrieves deleted resources based on change version. |
SubmissionStatusDescriptorsApi | getSubmissionStatusDescriptors | GET /ed-fi/submissionStatusDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SubmissionStatusDescriptorsApi | getSubmissionStatusDescriptorsById | GET /ed-fi/submissionStatusDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SubmissionStatusDescriptorsApi | getSubmissionStatusDescriptorsPartitions | GET /ed-fi/submissionStatusDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SubmissionStatusDescriptorsApi | keyChangesSubmissionStatusDescriptors | GET /ed-fi/submissionStatusDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SubmissionStatusDescriptorsApi | postSubmissionStatusDescriptor | POST /ed-fi/submissionStatusDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SubmissionStatusDescriptorsApi | putSubmissionStatusDescriptor | PUT /ed-fi/submissionStatusDescriptors/{id} | Updates a resource based on the resource identifier. |
SupporterMilitaryConnectionDescriptorsApi | deleteSupporterMilitaryConnectionDescriptorById | DELETE /ed-fi/supporterMilitaryConnectionDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SupporterMilitaryConnectionDescriptorsApi | deletesSupporterMilitaryConnectionDescriptors | GET /ed-fi/supporterMilitaryConnectionDescriptors/deletes | Retrieves deleted resources based on change version. |
SupporterMilitaryConnectionDescriptorsApi | getSupporterMilitaryConnectionDescriptors | GET /ed-fi/supporterMilitaryConnectionDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SupporterMilitaryConnectionDescriptorsApi | getSupporterMilitaryConnectionDescriptorsById | GET /ed-fi/supporterMilitaryConnectionDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SupporterMilitaryConnectionDescriptorsApi | getSupporterMilitaryConnectionDescriptorsPartitions | GET /ed-fi/supporterMilitaryConnectionDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SupporterMilitaryConnectionDescriptorsApi | keyChangesSupporterMilitaryConnectionDescriptors | GET /ed-fi/supporterMilitaryConnectionDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SupporterMilitaryConnectionDescriptorsApi | postSupporterMilitaryConnectionDescriptor | POST /ed-fi/supporterMilitaryConnectionDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SupporterMilitaryConnectionDescriptorsApi | putSupporterMilitaryConnectionDescriptor | PUT /ed-fi/supporterMilitaryConnectionDescriptors/{id} | Updates a resource based on the resource identifier. |
SurveyCategoryDescriptorsApi | deleteSurveyCategoryDescriptorById | DELETE /ed-fi/surveyCategoryDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SurveyCategoryDescriptorsApi | deletesSurveyCategoryDescriptors | GET /ed-fi/surveyCategoryDescriptors/deletes | Retrieves deleted resources based on change version. |
SurveyCategoryDescriptorsApi | getSurveyCategoryDescriptors | GET /ed-fi/surveyCategoryDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SurveyCategoryDescriptorsApi | getSurveyCategoryDescriptorsById | GET /ed-fi/surveyCategoryDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SurveyCategoryDescriptorsApi | getSurveyCategoryDescriptorsPartitions | GET /ed-fi/surveyCategoryDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SurveyCategoryDescriptorsApi | keyChangesSurveyCategoryDescriptors | GET /ed-fi/surveyCategoryDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SurveyCategoryDescriptorsApi | postSurveyCategoryDescriptor | POST /ed-fi/surveyCategoryDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SurveyCategoryDescriptorsApi | putSurveyCategoryDescriptor | PUT /ed-fi/surveyCategoryDescriptors/{id} | Updates a resource based on the resource identifier. |
SurveyLevelDescriptorsApi | deleteSurveyLevelDescriptorById | DELETE /ed-fi/surveyLevelDescriptors/{id} | Deletes an existing resource using the resource identifier. |
SurveyLevelDescriptorsApi | deletesSurveyLevelDescriptors | GET /ed-fi/surveyLevelDescriptors/deletes | Retrieves deleted resources based on change version. |
SurveyLevelDescriptorsApi | getSurveyLevelDescriptors | GET /ed-fi/surveyLevelDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
SurveyLevelDescriptorsApi | getSurveyLevelDescriptorsById | GET /ed-fi/surveyLevelDescriptors/{id} | Retrieves a specific resource using the resource's identifier (using the "Get By Id" pattern). |
SurveyLevelDescriptorsApi | getSurveyLevelDescriptorsPartitions | GET /ed-fi/surveyLevelDescriptors/partitions | Retrieves a set of page tokens to be used for efficient client-side parallel processing. |
SurveyLevelDescriptorsApi | keyChangesSurveyLevelDescriptors | GET /ed-fi/surveyLevelDescriptors/keyChanges | Retrieves resources key changes based on change version. |
SurveyLevelDescriptorsApi | postSurveyLevelDescriptor | POST /ed-fi/surveyLevelDescriptors | Creates or updates resources based on the natural key values of the supplied resource. |
SurveyLevelDescriptorsApi | putSurveyLevelDescriptor | PUT /ed-fi/surveyLevelDescriptors/{id} | Updates a resource based on the resource identifier. |
TeachingCredentialBasisDescriptorsApi | deleteTeachingCredentialBasisDescriptorById | DELETE /ed-fi/teachingCredentialBasisDescriptors/{id} | Deletes an existing resource using the resource identifier. |
TeachingCredentialBasisDescriptorsApi | deletesTeachingCredentialBasisDescriptors | GET /ed-fi/teachingCredentialBasisDescriptors/deletes | Retrieves deleted resources based on change version. |
TeachingCredentialBasisDescriptorsApi | getTeachingCredentialBasisDescriptors | GET /ed-fi/teachingCredentialBasisDescriptors | Retrieves specific resources using the resource's property values (using the "Get" pattern). |
TeachingCredentialBasisDescriptorsApi | getTeachingCredentialBasisDescriptorsById | GET /ed-fi/teachingCredenti |