How to use rest api in uipath

How to use rest api in UiPath i have

You need to use the HTTP Request activity from UiPath.WebAPI.Activities package.

More details: https://docs.uipath.com/activities/docs/http-client

Depending on details of your rest call.

Have a start with the HTTP request activity from the UiPath.WebApi.Activities package

I have api link
https://wd2-impl-services1.workday.com/ccx/service/customreport2/cw1/ISU_Open_Job_Requisition_Outbound/RPT_JobApplications?Email=[Email]&Job_Requisition_as_Text=[REQ]

for this api and this api with username and password
How did i give the input for this api in UiPath and how can extract the required details from the response

(Job requisition REQ and Email are input parameters to the Rest API)
Input:REQ=R45466 Email:abc@gmail.com

@marian.platonov can you please help me out
I have api link
https://wd2-impl-services1.workday.com/ccx/service/customreport2/cw1/ISU_Open_Job_Requisition_Outbound/RPT_JobApplications?Email=[Email]&Job_Requisition_as_Text=[REQ]

for this api and this api with username and password
How did i give the input for this api in UiPath and how can extract the required details from the response

(Job requisition REQ and Email are input parameters to the Rest API)
Input:REQ=R45466 Email:abc@gmail.com
[/quote]

Check this thread Dynamic endpoint in HTTP Request - #4 by marian.platonov

You will be able to extract the needed data from your output after using the Deserialize JSON activity.

https://uipath-survey.secure.force.com/CaseView/articles/Knowledge/How-to-make-Orchestrator-API-Requests-using-HTTP-Request-activities

Also have a look here: