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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Fabric Data Factory - Akixi API Copy Data

Hi all,

 

I am relatively new to APIs and Data Factories.

I am trying to extract some data from some reports using the Akixi API to append to some SQL tables on a Fabric Data Warehouse using Fabric Data Factory. Akixi API Link: Akixi Developer Portal

I have some web activites for authenication which seems to be working but rather than using a web acitivty for report execution I want to use the copy data activity so I can land the data from the reports into the Fabric Data Warehouse but I am running into this error message:
"Error occurred when deserializing source JSON file ''. Check if the data is in valid JSON object format.
Unexpected character encountered while parsing value: <. Path '', line 0, position 0."

Any help would be appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Quick Update: We got it working by using the HTTP Connector instead of the REST Connector

View solution in original post

8 REPLIES 8
HimanshuS-msft
Microsoft Employee
Microsoft Employee

@Anonymous  : I did read the docmumentation of the Akixi API and it does returns the data in JSON format , which is a requirment for API calls from copy activity . Now looking that the error which you shared it looks like it is complaining about the JSON data being in the malformed . 
I always use postman or curl to get the data from the API , to make sure that the configuration is working fine , once I cam sure then i go ahead and try to implement the same in copy activity . 

Thanks
Himanshu 

Hi @Anonymous 


We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.
In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.


Thanks.

Anonymous
Not applicable

Hi

 

Unfortunately I haven't found a way forward as of now.

 

Thanks

 

Anonymous
Not applicable

Quick Update: We got it working by using the HTTP Connector instead of the REST Connector

Anonymous
Not applicable

Hi,

 

Thanks for the help but unfortunately this doesn't work for the Akixi API. I have a web activity which executes the report and then a wait activity so the report becomes 'active'. However when I create a copy data activity, in the source step to preview the data I am getting the following error.

CalebCarter9278_0-1707756392859.png

Any further help would be appreicated.

 

Hi @Anonymous 

 

Could you please provide some details about the Akixi API Link: Akixi Developer Portal.  

If the API link that you are using here is an open source, could you please share the API link, So that I can repro from my end.

Can you please share me the screenshot of JSON response for the API link. Find the screenshot for reference.

vcboorlamsft_1-1707828295211.png

 

Thanks.

 

Anonymous
Not applicable

Hi @v-cboorla-msft 

 

Thank you for the response.
For the Report Execution And Data Retrieval which I am trying to perform in the copy data activity please refer to here: Report | Akixi Developer Portal
It includes a screenshot example of the JSON output from a report.

There is a playground section to test the API here: Interactive API Playground | Akixi Developer Portal

Many Thanks

v-cboorla-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous 

 

Thanks for using Microsoft Fabric Community.

Apologies for the inconvenience that you are facing here.

As I understand that you are trying to use copy data activity to extract some data from an API link to load the data from the reports into the Fabric Data Warehouse. But it seems you are facing an issue.

Please follow the below mentioned steps that might help you.

 

vcboorlamsft_0-1707723529845.gif

If the issue still persists, please do let us know. Glad to help.

I hope this information helps.

 

Thanks.

 

Helpful resources

Announcements
FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Fabric Update Carousel

Fabric Monthly Update - March 2026

Check out the March 2026 Fabric update to learn about new features.

Top Kudoed Authors