Hi, i am facing a huge problem with rest api
I need to fetch data from an API customer has providesd URL(external API) and with 3 headers main one is x-api-key , while creating Linked service i provided the base URL of api and Authentication type is basic,server certificate validation is enabled & Auth headers with the 3 header which is given to me i put the same
Iam using This linked service in correponding REST dataset
This dataset i am using in copy activty at source side
whenever i am previewing i am getting error
Error Message is below
Error code:23353
Details: Rest call failed with client error,status code 400 Badrequest,please check your activity settings Request URL : https:// i removed due to privacy. Response : {"error":"invalid request : WQL error.","errors"[{error:Enter a Valid report field.This field is invalid : RECORDNUMBER."field":"RECORDNUMBER","Location":Invalid SELECT Clause }]}
i have checked the activity setting , its by default nothing changed, on source side also noting added just linked service and Get and rest are by default
also tried with Web activity receving same error details with error code 2108, it is showing "failuretype" :"UserError" in web activity setting i only provided 3 headers just ,thats all & its showing "failuretype" :"UserError" !!!!