Interface: Api
Entry point for matter items to Smokeball.Methods
get()
get(Gets the matter items associated to the current context or the specified matter id if provided.matterId?
):Promise
<MatterItems
>
Parameters
matterId?
string
the matter items to retrieve, use null for the matter in the current context.
Returns
Promise
<MatterItems
>
the matter items for the specified matter.