Get information about LTI tool linked to a topic
When I create a link to a tool like FeedbackFruits a topic with the LTI link is created. Hen I retrieve the information about the topic I set:
"ToolId": 390000,
"ToolItemId": 50187
The ToolId 390000 refers to "External Learning Tools".
I think that ToolItemIs 501987 refers to the FeedbackFruits tool I selected but I can not find any API call whcih takes a ToolItemId als parameter so I can get more information.
Is there a way to use the APIs to get more information about LTI links used in Topics?
Answers
-
Hi @Arald.d.320 ,
Thanks for reaching us through community!!
Did you try checking output of these API call's by adding request "ToolItemId": 50187
GET /d2l/api/le/(version)/lti/tp/(orgUnitId)/(tpId) - Retrieve the information for a particular LTI tool provider.
GET /d2l/api/le/(version)/lti/link/(orgUnitId)/(ltiLinkId)¶ - Retrieve the information for a particular LTI link.
More API call's on LTI -
Thanks,
Sangeetha
-
Hi Sangeetha,
Thank you for the information. I am going to check it
Take care,
Arald
-
Dear Sangeetha,
I've been testing with the give API endpoints but it looks like they are only working for old LTI 1(legacy) tool registrations. The ID's of these tools are low (1 to 10) and the ID's I see and want to check to see which tool they refer to are much higer like 501987
Take care,
Arald
-
I found that this API-endpoint accepts the ToolItemId als paramater and gives me some information about the LTI link
GET /d2l/api/le/(version)/ltiadvantage/links/orgunit/(orgUnitId)/(linkId)
-
Hi @Arald.d.320 ,
Glad you were able to find the API call.
Please feel free to reach us anytime through community for future questions/clarifications.
Thanks,
Sangeetha