fetchGroupEnrichments
Fetch enrichments for Groups
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| group Required | IGroup | ||
| enrichments Required | GroupEnrichment[] | ||
| requestOptions Optional | IHubRequestOptions |
Available requestOptions
| Property | Type | Notes |
|---|---|---|
| Optional | ArcGISIdentityManager | |
| Optional | function(input: RequestInfo, init: RequestInit) : Promise<Response> |
The implementation of |
| Optional | string |
This is for server-side usage only, not for front-end use. |
| Optional | string | |
| Optional | boolean | |
| Optional | IHubRequestOptionsPortalSelf |
Returns
| Property | Type | Notes |
|---|---|---|
| IGroup | ||
| Optional Inherited | number | |
| Optional Inherited | IEnrichmentErrorInfo[] |
Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors |
| Optional Inherited | "org" | "collaboration" | "none" |
Represents who can become members of the group. This is separate from the |
| Optional Inherited | IGroupMembershipSummary | |
| Optional Inherited | GroupMembership |
Function defined in packages/common/src/groups/_internal/enrichments.ts:193