Function getSpaceShares

  • Retrieves the shares of the space matching the query.

    Parameters

    • spaceId: string

      The ID of the space containing the shares.

    • query: {
          groupId?: string;
          limit?: number;
          name?: string;
          next?: string;
          prev?: string;
          resourceId?: string;
          resourceType?: string;
          type?: ShareType;
          userId?: string;
      }

      an object with query parameters

      • OptionalgroupId?: string

        The ID of the group to which the resource is shared.

      • Optionallimit?: number
      • Optionalname?: string
      • Optionalnext?: string
      • Optionalprev?: string
      • OptionalresourceId?: string
      • OptionalresourceType?: string
      • Optionaltype?: ShareType
      • OptionaluserId?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetSpaceSharesHttpResponse>

    GetSpaceSharesHttpError