- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 01:42 AM
Any documentation link which gives the list of tables present in service now, Can i also find this list dynammically from a API?
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 02:48 AM
Thanks Harish,
This API returns the list of ALL the tables, Including system,custom and standard.
I just want the custom and standard tables, can that be achieved?
I want to ignore tables like sc_cat_item_dept_no_mtom, any way to identify from the response received?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:13 AM
yes you can do that at the end give this syparm_query=your condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:23 AM
Hi Harish, Again thank you for your quick reply,
Yes, but I cannot find a pattern which differentiates a system table with other table (custom and standard).
What values needs to be put along which the API to get only the custom and standard tables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:25 AM
Custom tables always start with u_tablename

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2018 01:00 AM