getItemBaseUrl
constant
FunctiongetItemBaseUrl(id: string, portalUrlOrRequestOptions?: string | IRequestOptions): string
Get the fully qualified base URL to the REST end point for an item.
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | Item Id |
portal | string | IRequestOptions | a portal URL or request options |
Returns
string
URL to the item's REST end point, defaults to https://www.arcgis.com/sharing/rest/content/items/{id}