Integrating ServiceNow and Codeforces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 09:48 AM
Codeforces is a platform which hosts competitive programming contests.It also provides API methods to interact with and get the data from codeforces.
Click to get all the methods supported by Codeforces.
Demo of this integration is available here
Step by Step process :
- Created a custom table to store details .( It has three fields userid, maxrating , userrating)
- Created a REST Message with GET Method
- Created a before insert BR which calls the REST Message and populates the details given that a valid userid is entered.
Images of BR and REST Message Code Snippets:
Thank you 😊
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 12:17 AM
And what is a business/use case for integrating with Codeforce?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 07:53 AM
i just wanted to try the methods provided by CF and somehow populate the data.