Select to view content in your preferred language

Get list of web maps using REST APIs

559
1
03-10-2020 11:39 PM
HardikChaudhari
New Contributor

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?

0 Kudos
1 Reply
by Anonymous User
Not applicable

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.

0 Kudos