TracCloud: API: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 300: | Line 300: | ||
==TracCloud Table List== | ==TracCloud Table List== | ||
[[TracCloud:_Rosetta|Click here to view a list of TracCloud tables and fields accessible via the API.]] | |||
<hr> | <hr> | ||
</div> | </div> | ||
[[Category:TracCloud Manual]] | [[Category:TracCloud Manual]] |
Latest revision as of 18:55, 19 March 2025
TracCloud Technical Documentation
TracCloud API
This section of our technical documentation covers TracCloud's v1 API support. For further assistance, reach out to us using the "Support" tab at the top of the page.
Sending Requests
Our API endpoint is: https://traccloud.go-redrock.com/CAMPUSCODE/app/webhook.php
Replace 'CAMPUSCODE' with your campus code, or replace traccloud.go-redrock.com/CAMPUSCODE with your custom URL if applicable.
For testing purposes, you can send the request from a browser's network tab like this.
That same request with curl looks like this. The rest of this article will use curl. Most of the examples will include line breaks for readability, it will work either way.
Updating Records (Action: update, store, create)
Retrieving Records (Action: query)
Query Options
TracCloud Table List
Click here to view a list of TracCloud tables and fields accessible via the API.