- Test the SOAP and REST APIs to read from the ServiceNow tables or views.
- You can test the ACL and user-role setup using the REST clients. To test using a REST client, you require a valid REST API URL, the suitable methods, valid parameters, and authentication. For example, call a REST API to get data from a ServiceNow table. Use the following details to make a REST call:
Authentication : Basic (Requires username /password of user who is having SynQ_User_Role) Method : Get URL : valid api url
For more information about the REST API URLs and parameters, see Getting Started in the ServiceNow documentation.