I have done the following . In body do I need to copy the same as you gave in swagger screenshots?
please remove all query parameters
to be replaced by the response from previous api
json payload or body please get from swagger
Example
{
"startInfo": {
"ReleaseKey": "<Release Key to be obtained from get releases api>",
"Strategy": "ModernJobsCount",
"Source": "Manual"
}
}
if using auth as bearer token no need to add in header again
cheers
shall I remove this ?params and keep only token secret response from previous API?
I not sure how to generate the JSON body in swagger ?let me know the steps Please. That would be helpful for me . Can I generate the payload from UiPath and use in Postman and try to see if its working ? Is payload same as the JSON body?
already gave all details in previous comment
as usign auth already remove the header
remove all query parameters
use the json as given above…first get one of the release keys
cheers
will the release key be constant or change with every API call?
In header we need to add x-UIPATH-OrganizationUnitId
which is the folder id you see when you open the orchestrator folder fid
Cheera
These folders. For example I want for Coupa_PDF_downliad folder
this is a one time activity anyways…try to get the response and verify process name etc directly
cheers
Actually I am using this as url and in UiPath I got the response as below .
Filter -I want to filter based on process name Coupa_PDF_Download
org unit id is what you would use it is a folder and not process
please try to verify swagger as we have given almost all the info by now
cheers
Just one error I am getting . I got all your steps .Just the below error. I am trying to get process key by Name
your scope should align with what api calls you are making
please verify swagger
cheers
I was able to trigger jobs. Thank You for Salesforce external application. Only thing I am able to get process keys from UiPath Orchestrator HTTP request but not from Postman.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.