Forum Discussion

kasun_rumesh's avatar
kasun_rumesh
Helper II
2 years ago
Solved

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
  • Anonymous's avatar
    Anonymous
    2 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

  • Anonymous's avatar
    Anonymous
    Not 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.