getItemGroups
getItemGroups
FunctiongetItemGroups(id: string, requestOptions?: IRequestOptions): Promise<IGetItemGroupsResponse>
Lists the groups of which the item is a part, only showing the groups that the calling user can access. See the REST Documentation for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | The Id of the item to query group association for. |
request | IRequestOptions | Options for the request |
Returns
Promise<IGetItemGroupsResponse>
A Promise to get some item groups.