The CreatorCon Call for Content is officially open! Get started here.

Rest API and related links/items

olson
Kilo Contributor

I am probably overlooking something simple here but unsure how to retrieve associated related information on a record calling table api. I have a software record, which i can retrieve but don't get the information regarding where that software is installed on. How do i do this?

Thanks

1 REPLY 1

Chuck Tomasi
Tera Patron

That would require you to query a second table. The table API only returns information for that same table. If you want more complex information, consider a scripted REST API which gives you total control over what parameters are accepted and what data is returned. It also includes versioning the API so you can make enhancements without breaking older apps using a previous version of the API.



Scripted REST APIs