list

abstract fun list(    spaceId: String?,     personId: String?,     personEmail: String?,     max: Int?,     handler: CompletionHandler<List<Membership>>)

Fetches the list of membership based on the provided params

Since

0.1

Parameters

spaceId

The identifier of the space where the membership belongs.

personId

The identifier of the person who has the memberships.

personEmail

The email address of the person who has the memberships.

max

The maximum number of items in the response.

handler

A closure to be executed once the request has finished.