Grades and IDs coming through as floating points instead of String Values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024
10:38 PM
Hi all,
I've been tasked with pulling data using Canvas' REST API using a custom connector developed for a Power Apps Environment.
One of the getter methods I'm using is retrieving Student Enrolments by Section and including their grades. However, when I'm using this method, I'm receiving errors stating that the response expects a String but is receiving a float. I've tested this directly into the URI, as well as in Postman using GraphQL. In all three situations I'm receiving float values.
Is this an intended change or a defect?
Thanks for all your help,
Dave
REST METHOD: GET /api/v1/sections/:section_id/enrollments