Need a special offer?Find out if your project fits.
+

Do you have an example how to populate data when getting a JSON response back from an API?

Resolved
guest asked on December 13, 2016

What I can see are all examples on the homepage when getting a JSON file and not data back from an api.

1 answer

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster December 13, 2016

Hello,
Thank you for your question. Our component supports the data from the url. Please notice that after setting the dataSource address you should also specify the data source type. It will look like following:

"dataSource": {
"dataSourceType": "json",
"filename": "http://www.example.com/get/data/"
}

Please make sure that Flexmonster component supports your JSON type. For more information about the supported JSON type please visit documentation page http://www.flexmonster.com/doc/json-data-source/.
Let us know if you have any questions.
Regards,
Dmytro.

Please login or Register to Submit Answer