The ID of the space containing the shares.
an object with query parameters
Optional
groupId?: stringThe ID of the group to which the resource is shared.
Optional
limit?: numberMaximum number of shares to return.
Optional
name?: stringThe name of the shared resource.
Optional
next?: stringThe next page cursor. Next links make use of this.
Optional
prev?: stringThe previous page cursor. Previous links make use of this.
Optional
resourceId?: stringThe ID of the shared resource.
Optional
resourceType?: stringThe type of the shared resource.
Optional
type?: ShareTypeThe type of share. user
shares assign to a specific user, group
shares assign to a specific group, and link
shares provide anonymous access to a resource.
Optional
userId?: stringThe ID of the user to which the resource is shared.
Optional
options: ApiCallOptions
Retrieves the shares of the space matching the query.