Rest API in uipath with GET request

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

Can anyboday provide me solution on it plz

@Sandhya_Gajare

Drag http request activity.

In the properties give the uri you have and there is an option for parameters…add parameters for email and req and use them in place of [EMAIL] and [REQ]

In authetication select basic/username and password and type them in the respective fields

For extracting use deserialize json adn then you can get the values from it

Cheers

tried this? not getting any response

@Sandhya_Gajare

Can you show whqt you gave…may be something is wrong in what you have passed…what status did you get?

Cheers

can you give your personal id i will show you there on google meet

can anybody there who can help me out in this plz

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.