How to Retrieve all the records for v_ws_editor table or all transform map data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2015 05:48 AM
Does anyone know how to get all the transform map records by hitting the v_ws_editor.do ...url (https://instance-name.service-now.com/v_ws_editor.do?JSONv2) same like in the case of sys_db_object(https://instance-name.service-now.com/sys_db_object?JSONv2) to get all the records ?Is there any access rights or permissions need to set in order to access all records from v_ws_editor.do ?As right now I am getting only one record using v_ws_editor.do ...Please help!!
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2015 05:02 AM
Not that I know of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2015 05:57 AM
OK..Thanks Mike for your time.
In future,if you will come to know any solution for this,kindly let me know.
Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2015 06:04 AM
Technically, all your web service tables extend Import Set Row, so you can do a query on sys_db_object_list.do where it extends Import Set Row and all your web service tables will be there. But, so will all your data source tables, etc. It is not perfect, but it will give you an idea of what is there.