API Details
Pagination
Informed K12 returns fifty (50) items per API call. If the number of items in a response from an endpoint exceeds 50, then you can use pagination to request a specific set of the results and/or to limit the number of returned items.
Note pagination is different for Users Management API.
Status Codes
Responses from the APIs use HTTP response codes.
HTTP Status Code | Description | Possible Reason |
---|---|---|
200 OK | Indicates that the request has succeeded | |
400 Bad Request | Indicates that the server cannot or will not process the request due to something that is perceived to be an error in the query parameters | Typos or unsupported parameters or an invalid URL |
401 Unauthorized | Indicates that the request was not processed because it lacks valid authentication credentials for the requested resource | An API key is missing or invalid |
404 Not Found | Indicates that the server cannot find the requested resource | The record either doesn’t exist or the requester is not authorized to access it in Informed K12 |
422 Unprocessable Content | Indicates file provided does not match the expected schema | Columns in file do not match the existing data source file |
500 Internal Server Error | Indicates that the server encountered an unexpected condition that prevented it from fulfilling the request | If you encounter any 5XX errors, try the request again or contact Informed K12 |
Updated 3 months ago