We are building a application and we are planning on using the BB REST API to to create grade columns and and do user grade sync.The launch of the application will happen as a LTI launch and we are using the LTI parameters context_id,user_id as the course id and user id fields for the API.
Currently we have noted to access the API the below mentioned way is possible (PATCH route),
Can we use the LTI parameters context_id,user_id in a similar way? If so could you please let us know how this can be done.
I'm not sure I quite follow the question, but for the courseId and userId in any of the routes, I think you should be able to use uuid:context_id and uuid:user_id, where context_id and user_id are from the LTI launch parameters.