πŸ“ 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What role is needed to access the REST API Explorer?

A

rest_api_explorer or admin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do Request Parameters consist of?

A
  • Path parameters
  • Query parameters
  • Request headers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of values can Query parameters include?

A
  • Encoded Queries
  • Field Name(s)
  • true/false/all
How well did you know this?
1
Not at all
2
3
4
5
Perfectly