robin1
(Robin)
January 19, 2022, 12:24pm
1
I have built the request within Postman with API and all that is required. POST request returns expected data.
I have used both the HTTP request wizard and the manual method of setting up and it just says there is no data to return
{“isError”:false,“Status”:8,“Message”:“Either empty or no Form Data.”,“Result”:{}}
1 Like
Hey @robin1
There should be something missing from the configuration.
Thanks
#nK
robin1
(Robin)
January 19, 2022, 12:44pm
3
on Postman
Im passing no keys
Authoirsation as NoAuth
Headers Method=POST and ContextType=text/json
then passing Body
{“APIKey”: “xxx”,“Action”: “GetAllEmployeeDetail”,“IncludeLeavers”:“false”}
( i removed api key)
in HTTP request in uipath
Endpoint = https://api.peoplehr.net/Employee
Body = {“APIKey”: “xxx”,“Action”: “GetAllEmployeeDetail”,“IncludeLeavers”:“false”}
1 Like