getGroupHomeUrl

Function

Return the URL of the group's page in the Portal Home application

  • getGroupHomeUrl(groupId: string, portalUrlOrObject: string | IPortal | IHubRequestOptions | IRequestOptions) : string

Parameters

Parameter Type Default Notes
groupId Required string

The group's ID

portalUrlOrObject Optional string | IPortal | IHubRequestOptions | IRequestOptions

a portal base or API URL, a portal object, or request options containing either of those

Returns

URL to the groups's url, defaults to https://www.arcgis.com/home/group.html?id={group.id}

string

Function defined in common/src/urls/getGroupHomeUrl.ts:12