TACTIC Open Source
Shotgun API and retrieving filtered SObject data - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Shotgun API and retrieving filtered SObject data (/showthread.php?tid=215)



Shotgun API and retrieving filtered SObject data - Nachogor - 05-13-2021

Hi all!

We are planning to create an API to connect our tactic server to Shotgun and be able sync both systems. Has anyone gone through this path?
In some cases we´ll need to retrieve only Sobject columns, and in other a mix of task information and Sobject. Any recommendations?

Cheers and thanks!!
Nacho


RE: Shotgun API and retrieving filtered SObject data - lwinmoe - 05-13-2021

TACTIC server supports Javascript and REST API. You can have a look at the documentation here:

https://southpawtech.com/doc/API/startup/quickstart/
https://southpawtech.com/doc/API/startup/quickstart_rest/

The examples in those docs should give you an idea how to retrieve sobjects.


RE: Shotgun API and retrieving filtered SObject data - Nachogor - 05-13-2021

Thanks very much! Is it possible to generate via API a CSV as in More Options Icon-->File-->Export Selected?
This would be GREAT!

THanks again!