List ArcGIS items for ingestion
PUT/datasources/:datasource_id/operations
ArcGIS only. With action=getItems, returns a page of items for the given ingestionType and itemType. Caller needs editor access (else AUTH-1012). Non-arcgis types return 200 with a not-supported Message. Pagination: offset defaults to 0, limit defaults to 100 (max 100); last page when next_available is false.
Request
Responses
- 200
- 400
- 500
ArcGIS getItems page, or Message when the datasource type is not arcgis.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure (for example GE-1034 from ArcGIS search) or unbound response when action is missing/not getItems on an arcgis datasource.