Consuming dreamfactory webservice in c# asp.net

how to consume dreamfactory webservice in c# asp.net?
my url: https://ft-netgains5678.cl.dreamfactory.com/api/v2/db/_table/employee?fields=eid%2Cename

Hello @netgains,

Is there anyway you can provide more information?

What error messages are you receiving? What exactly are you trying to do, and what steps are you taking?

Thanks,
@AlexBowen

Hi AlexBowen https://community.dreamfactory.com/users/alexbowen,
My issue is solved. You can close the topic.

Cheers,
Netgains

Thanks for letting us know. Could you tell this issue was solved? Then, it may help others in the future who run into a similar problem.

Thanks @netgains,
@AlexBowen

I sent dreamfactory api url using httpwebrequest class with httpwebrequest headers for session token and api key.
I caught the response using httpwebresponse class then used json newtonsoft for converting response json into objects.
Pretty simple.

1 Like

This is great! Thank you for sharing and glad to hear that you figured it out.