How can i collect NQE Query Data from Forward Network to Power BI Easily,
This is a POST API call. In the Body of the API you can specify the queryId of the NQE query that you want results from. It will return as json.
https://community.fabric.microsoft.com/t5/Power-Query/Using-a-REST-API-as-a-data-source/td-p/50400
thanks Tyson Henrie, i am able to reach and get the all NQE Query id , but not able to fetch the data that NQE query show.
Here is an example:
POST https://fwd.app/api/nqe?networkId={networkId}
<body>
{
“queryId”: “FQ_6ac3682c92a74b778d98584aea8afa5fe40f2150”
}
</body>
I usually use Postman to test with. You should receive a JSON response to this.
thanks
we write the some queries ,but we are not able to see the Query id filed those q we write.
those NQE write by us , i am not able to see Query id on those.
Check that the query is committed into the Library, then it will be visible to obtain the queryId
Reply
Sign up
Already have an account? Login
Welcome to the Forward Networks Community
Select a login option:
Register / Login Forward Employee LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.