How to get "Object Id" for GET /assessment?
Jeremiah.Ang9596
Posts: 2
Answers
-
Hello @Jeremiah.Ang9596 ,
Thank you for reaching out to us via Brightspace Community!
The object in this API call is the associated activity, for eg (screenshot attached). You can get the IDs with other API call eg, if its a dropbox, you can use -GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/
I hope this helps!
Kind Regards,
Rusha
-
Rusha is correct; notice also that unlike in other places in our API, the object type that you must provide as a query parameter is a word not a number (the list of object types is documented as the EVAL_T attribute vocabulary).