2

With Desire2Learn's REST APIs, how do you see a log of the calls that are made to the APIs? There is nothing in the debug log table.

Adam Lear
  • 38,111
  • 12
  • 81
  • 101
Cadmium
  • 566
  • 3
  • 11

1 Answers1

0

There is no dedicated log for api calls. To see what your app is calling you have to use the web server log and filter by /d2l/api/*. See. If there is a fault or error with the parameters to the call it may show up in the debug log table, but doesn't show anything for normal operations.

Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
Cadmium
  • 566
  • 3
  • 11