Forum Discussion
kasun_rumesh
2 years agoHelper II
Pipeline Parameters
I'm using this Json parameters in POSTMAN body "
{ "pageNumber": 10,
"pageSize": 30,
"catalogId": 30,}"
and it worked. But when i using this comand in Microsoft Fabric
{ "executionData": {
"parameters": {
"pageNumber": 10,
"pageSize": 30,
"catalogId": 30,
}
}
}
request body it giving me an error
"Rest call failed with client error, status code 415 UnsupportedMediaType, please check your activity settings."
I'm using RestAPI to extracting the data
- Anonymous2 years ago
Hi kasun_rumesh ,
Thanks for using Fabric Community.
Can you please try by adding a header -Hope this is helpful. Please let me know incase of further queries.
2 Replies
- AnonymousNot applicable
Hi kasun_rumesh ,
Thanks for using Fabric Community.
Can you please try by adding a header -Hope this is helpful. Please let me know incase of further queries.
- kasun_rumeshHelper II
This is worked well. Thanks