get

abstract fun get(teamMembershipId: String, handler: CompletionHandler<TeamMembership>)

Fetches the team membership details based on the team membership id

Since

0.1

Parameters

teamMembershipId

The identifier of the team membership.

handler

A closure to be executed once the request has finished.