Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
kasun_rumesh
Helper I
Helper I

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
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @kasun_rumesh ,

Thanks for using Fabric Community.
Can you please try by adding a header -

vgchennamsft_0-1714707918844.png

Hope this is helpful. Please let me know incase of further queries.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @kasun_rumesh ,

Thanks for using Fabric Community.
Can you please try by adding a header -

vgchennamsft_0-1714707918844.png

Hope this is helpful. Please let me know incase of further queries.

This is worked well. Thanks

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors