π Inbound REST Integrations (Developer Documentation) Flashcards
1
Q
What is ServiceNowβs REST API Explorer?
A
An application to construct and test API requests to a ServiceNow instance.
2
Q
What role is needed to access the REST API Explorer?
A
rest_api_explorer or admin
3
Q
What is something important to remember about the REST API explorer and your instance?
A
The REST API explorer interacts directly with the tables on your instance. Should typically be used on a non production instance and should be used with extreme caution if used on a production instance.
4
Q
What do Request Parameters consist of?
A
- Path parameters
- Query parameters
- Request headers
5
Q
What types of values can Query parameters include?
A
- Encoded Queries
- Field Name(s)
- true/false/all