- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2022 10:08 AM
What is requestorcontext and requestorid in setRequestorProfile(requestorcontext,requestorid) in RESTMessageV2 API? How to use it, can someone give an example?I have a situation where i have to dynamically change the end point and oauth profile for making an API call?
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2022 10:19 AM
I figured it out:
requestorcontext - table that stores rest message so, sys_rest_message
requestorid - sys_id of the rest message.
It worked !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2022 10:19 AM
I figured it out:
requestorcontext - table that stores rest message so, sys_rest_message
requestorid - sys_id of the rest message.
It worked !!