How to get list of web maps using REST APIs? I want to make a cross platform app with react-native. As I researched there is no direct SDK for react-native. Do REST APIs provide enough things to work smoothly in react-native?
Hi Hardik Chaudhari,
You can use portal rest end point at.
https://[your domain]/portal/sharing/rest/search
for web map only in the search text you can filter by => type:("web map")
Or if you want to call from an application use this query string => ?q=type%3A%28"web+map"%29&f=json
For detail reference of click the [API Reference] link at left top corner of that page.