getItemBaseUrl
constant
FunctiongetItemBaseUrl(id: string, portalUrlOrRequestOptions?: string | IRequestOptions): stringGet 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
stringURL to the item's REST end point, defaults to https://www.arcgis.com/sharing/rest/content/items/{id}