ArcGIS GeoServices REST API

1261
5
Jump to solution
08-29-2014 07:01 AM
PeggyCorey
New Contributor

Can anyone please tell me... is the "ArcGIS GeoServices REST API"  the same thing as the "ArcGIS REST API"? 

I'm having a hard time finding examples of the former.   

Thanks!

0 Kudos
1 Solution

Accepted Solutions
TimWitt2
MVP Alum

It is the same and should be in this format http://<web server hostname>/arcgis/rest/services

see here: ArcGIS GeoServices REST API

View solution in original post

5 Replies
TimWitt2
MVP Alum

It is the same and should be in this format http://<web server hostname>/arcgis/rest/services

see here: ArcGIS GeoServices REST API

PeggyCorey
New Contributor

Great, thanks for the reply.

Apparently this is a case of ESRI calling it one thing, then changing the name of it later.  This makes it hard for newbies like me to follow.

Thanks again!

0 Kudos
TimWitt2
MVP Alum

You are right, it sounds confusing! Don;t forget to mark the correct answer

0 Kudos
LarsSchmitz
Occasional Contributor III

You might also come across the following link to the GeoServices REST Specification: GeoServices  This was an attempt from Esri to standardize the geoservices services. The specifications unfortunately never found their way into the set of OGC specs.

LarsSchmitz
Occasional Contributor III

Conceptually, the REST API is twofold: consumption of data and geoservices on the one side and administration of users, services, data etc. on the other.

0 Kudos