{ "opencollection": "1.0.0", "info": { "name": "ESRI ArcGIS Platform Geocoding Portal API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Portal", "type": "folder" }, "items": [ { "info": { "name": "Get portal information", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/portals/self", "params": [ { "name": "f", "value": "", "type": "query", "description": "Output format" }, { "name": "token", "value": "", "type": "query", "description": "Authentication token (alternative to Authorization header)" } ] }, "docs": "Returns information about the organization's portal including available resources, helpers, and members. The response includes information about the portal's name, description, and thumbnail." }, { "info": { "name": "Get user profile", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/community/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "Username of the ArcGIS Online user" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Returns the profile information of a specified user within the portal organization." }, { "info": { "name": "List user content items", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/content/users/:username/items", "params": [ { "name": "username", "value": "", "type": "path" }, { "name": "num", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "start", "value": "", "type": "query", "description": "Index of the first entry in the result set (1-based)" }, { "name": "sortField", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Returns items owned by the specified user. Supports pagination, sorting, and filtering." }, { "info": { "name": "Get portal item", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/content/items/:itemId", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "Unique identifier of the portal item" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Returns information about a specific portal item (map, layer, application, etc.)." }, { "info": { "name": "Search portal content", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "Query string using ArcGIS search syntax (e.g., \"type:Feature Service owner:jsmith\")" }, { "name": "num", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "sortField", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Searches for portal items, groups, and users using ArcGIS query syntax. Supports spatial, temporal, and attribute filtering." } ] } ], "bundled": true }