Explore the API via Postman Collection
This Starter Kit includes sample Postman collection with example API interactions related to focus use cases. You can use this collection to familiarize yourself on how SIS applications will interact with the Ed-Fi API. The following steps will take you through locating and running the API requests in Postman.
Step 1. Open Postman App Run as Administrator using Windows search box with "postman" as the keyword.
If you are launching Postman for the first time, you might be asked to create an account or sign in. You can skip account creation and proceed.
Step 2. Click Import in the Postman App.
3 : Click Upload Files and choose Postman Collection and Environment files from the "C:\SEA Modernization Starter Kit\Postman" folder on your virtual machine.
From the Import window shown below, click Import to upload the SEA Modernization Starter Kit Collection and Environment file.
Step 6. The "SEA Modernization Starter Kit" Collection is now available under collections. Note that there is also an "SEA Modernization Starter Kit Rectification" Collection that we will use later in the Introduction to Data Quality - Quick Start guide.
Step 7. Select Environments tab, select the "SEA Modernization Starter Kit" as your environment. Now you are set to execute the Postman collection.
Step 8. Select the collection and click Run.
Step 9. From the Collection Runner Window, click Run to execute the Postman POST /GET Requests to the ODS / API on your Quick Start Virtual Machine.
Step 10. All API calls in the collection are executed and results are shown.
Step 11. You can click a request in the Collection Runner results to see more detail on its data. Notice the bearer token in Request Headers and JSON data in Request Body for a couple of requests.
Also notice the order of API requests. Resources must be loaded into the Ed-Fi ODS / API according to a set dependency order enforced through entity relationships in the ODS database, or by authorization. For example, EdOrg data must be loaded prior to loading course or calendar data, and a newly created student record can't be accessed until an enrollment record has established. See Resource Dependency Order for more details.