How to display SuiteCRM data on website.

HI All,

Is it possible to grab the data(record names and images of particular record) from suitecrm and to display in another website?

I thought it can be done using a web service kind of stuff . I don’t know I am correct or wrong

Any ideas?

Hi,
Yes it’s possible… some add-on use that “portal”, “quikcrm”, and many other.

First define a custom entry point or not
Then make api request… (sample request on google or on forum)

And on the site, make put the code for get the content of result.

Regards

Thanks mate!

Is there any working sample on github?