The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Hi all! I need to learn how to clear integration data for a single assignment using an API call. Can someone point me to a step-by-step resource on how to do this? I don't have a background in computer science, but I learn quickly and can usually figure things out. We are having a TON of grade sync issues with PowerSchool in our instance since we updated to OneRoster, and I'm having a hard time getting quick resolution to this.
Any help is greatly appreciated!
Solved! Go to Solution.
We don't use PowerSchool, however, you should be able to change integration_data of an assignment by sending a PUT request to this endpoint: https://canvas.instructure.com/doc/api/assignments.html#method.assignments_api.update
If you only need to make a single API call then using Postman would be the easiest, you can take a look at setting up Postman here https://community.canvaslms.com/t5/Canvas-Developers-Group/API-Testing-Postman/ba-p/272235
If you need to make several API calls or you need to accomplish this task in bulk then you will need to write a script to automate API calls.
We don't use PowerSchool, however, you should be able to change integration_data of an assignment by sending a PUT request to this endpoint: https://canvas.instructure.com/doc/api/assignments.html#method.assignments_api.update
If you only need to make a single API call then using Postman would be the easiest, you can take a look at setting up Postman here https://community.canvaslms.com/t5/Canvas-Developers-Group/API-Testing-Postman/ba-p/272235
If you need to make several API calls or you need to accomplish this task in bulk then you will need to write a script to automate API calls.
I also need assistance on this - I have reached out to my CSM because I can't find anything anywhere for this --- all I see is the API Call code but no videos or step by step instructions and I am so visual I need that full support without a sketchy 3rd party app. LOL!!
Thank you so much!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in