OK to use both API's

Jump to solution
KarlSteinbreche
Community Member

Hello, 

I understand there are 2 API's lets say the regular API:

Accounts - Canvas LMS REST API Documentation (instructure.com)

and Data Access Platform Library
instructure-dap-client · PyPI

Is it ok to use both, or is one going away?

Thanks!

Karl

Labels (2)
1 Solution
stimme
Community Coach
Community Coach

@KarlSteinbreche Your first link is to documentation for the API for Canvas itself. When you use those endpoints, you'll get current information about your accounts from the production Canvas application. Your second link is to documentation for getting bulk data about Canvas to use in your own data warehouse. The application that lets you get that bulk data is also known as Canvas Data 2 ( What is Canvas Data 2? ). The CD2/DAP data are not totally current, but the latency is pretty low. Making the right choice depends on your reporting needs, available technical infrastructure, coding experience, etc.

View solution in original post

0 Likes