EndPoints for ServiceNow Connector
On this page you will see possible API actions you can perform with ServiceNow connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Get List of Tables - Admin (Use sys_db_object) | get_tables_admin | |
Get List of User Tables - Admin (Use sys_db_object) | get_user_tables_admin | |
Get List of System Tables - Admin (Use sys_db_object) | get_system_tables_admin | |
Get Table Columns - Admin (Use sys_dictionary) | get_table_columns_admin | |
Get List of Tables | get_tables | |
Get Table Columns | get_table_columns | |
Get Table Rows | get_table_rows | |
Delete a Table Row | insert_table_row | |
Update a Table Row | update_table_row | |
Delete table row | delete_table_row | |
Generic Request | generic_request |