In this article you will find:
2️⃣ Set filters
🎥 Video Guide 🎥
✏️ Written Guide ✏️
1️⃣ Create a scenario
Start by creating a "Scenario". Remember to rename your titles right away to avoid forgetting later.
Click the "+" and select the "HTTP" module, you can also type it in the search bar if it's not in the suggestions.
Choose the "Make a Request" element to retrieve the necessary items from Edusign.
For this example, we'll see how to retrieve student information.
2️⃣ Set filters
Configure your filters like this:
URL: To get the URL of a student, go to the "Documentation API" tab on Edusign and click on "Get a student by ID"
Method: Get
Name: Authorization
Value: Bearer
Body Type: Raw
Content Type: JSON
Check "Yes" for "Parse response"
Note: Just below "Bearer" add your API key. To generate it, go to your Edusign admin account: in the settings API select "Create an API Key".
3️⃣ Send information to Edusign
To send information, first copy and paste the existing module. You will see that the parameters haven't changed, but there are some elements that need to be modified. The "Method" changes to "Post", then look for "URL" while retrieving it from the "Documentation API" tab and click on "Add a student".
Check our video guide below for more details! ⤵️
