Hello, everyone.
I was wondering whether it is possible to select the fields I need instead of receiving full objects when doing API calls. For example, let us assume that I want to get an assignment list for a course, but I only require the id, name and due date, because descriptions and rubrics data are too long and I don't really need them.
I know this might sound a bit pointless; yet consider that in some cases I need to generate Excel sheets using WEBSERVICE formula, and Excel has a cell size limit that triggers an error when the JSON longitude exceeds it.
Any help would be really appreciated.
Regards.