Rest API and related links/items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2017 05:56 AM
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
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2017 06:08 AM
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.