How to Retrieve all the records for v_ws_editor table or all transform map data?

rahulj
Kilo Explorer

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!!

7 REPLIES 7

Not that I know of.


OK..Thanks Mike for your time.


In future,if you will come to know any solution for this,kindly let me know.



Regards,


Rahul


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.