-
Hitting Return Limit On Non-Pagination Endpoint ?
Hi everyone, is it possible to hit a max for the Content-Length header or another limit on a non-paginated endpoint ? For context, I'm working with the Academics Assignments By Section Endpoint, pulling student assignments. I'm just checking to not miss any student's assignments. If anyone has the time, I'd really…
-
School API Endpoints for Missing Assignments
Hello everyone, I'm looking to collect all of a student's missing assignments. To do so, I'm looking at the following School API Endpoints: 1. Academics Assignments By Section 2. Academics Assignments For Student 3. Academics Graded Assignments For Students Are there any other endpoints that might complement these or add…
-
Meaning Of Assignment Status Numbers
Hello everyone, I'm working with assignments data and have a question about the assignment status numbers, is there a place where I can find what they mean ? I've found documentation for values 0 to 2, but not beyond that. If you do have the time, I would so appreciate your help. Thank you !
-
Null values
Hi, I'm doing a GET on /v1/lists/advanced and when the results are returned, the value key is missing for fields that have null values. When I process the results, the missing value is causing issues. I figured this must have come up before, but I couldn't find anything in the search. In the example below, I need a value…
-
Hidden Or Undocumented Filters on Endpoints
Hello everyone, I'm hoping to ask if there are ever hidden or undocumented filters on endpoints ? Just for context, I'm working with the Academics Assignment For Student, Academics Graded Assignments For Student, and Academics Assignments By Section endpoints. If you have the time, I would so appreciate your help. Thank…
-
Retrieving All Assignments From Endpoint: Pagination Question
Hello everyone, just for context, I'm working with assignments data and the Academics Assignment For Student, Academics Graded Assignments For Student, and Academics Assignments By Section endpoints. I'd like to make sure I'm retrieving all possible assignments for a student. Since there seem to be too many assignments for…
-
Academics Assignments By Section Endpoint / Graded Assignments Endpoints Question
Hello everyone, I'm working with assignments data, and I just wanted to ask why the lead section id, rather than a student's individual section id, is the one to return assignment data for the academics assignments by section and academics graded assignments for student ? I'm just curious to learn more. For context, the…
-
Academics Graded Assignments For Student Endpoint: Missing/Incomplete Assignments
Hello everyone, I'm working with assignments data and would like to ask a hopefully quick question. Is it possible to return missing/incomplete assignments from this route ? Does filtering reveal more fields ? I understand that filtering on a student persona removes certain fields. If you do have the time, I would so…
-
Academics Assignment For Student Endpoint: Filtering Question
Hello everyone, I'm working with assignments data, and was hoping to ask if filtering on section ids for this endpoint returns assignments that won't be returned if the section ids are not used ? Also, is it possible to filter this endpoint by date ? For context, the documentation for this endpoint is here. If you do have…
-
Assignments By assignment_id or assignment_index_id
Hello everyone, I'm working with assignments data, and I'm hoping to ask if there are endpoints where we can lookup assignment details, either in general or for a particular student, by the assignment id or assignment index id ? It'd be a huge help. Please kindly just let me know, and thank you very much for your time.