get(Gets the matter type of the matter associated to the current context or the specified matter type id if provided.matterTypeId?
):Promise
<MatterType
>
string
the matter to retrieve, use null to get matter type of the matter in the current context.
Promise
<MatterType
>
the specified matter type.
getMany(Get matter types associated with matter type ids provided.request
):Promise
<GetMatterTypesResponse
>
GetMatterTypesRequest
set optional filters for matter types to retrieve.
Promise
<GetMatterTypesResponse
>
specified matter types.
select(Opens a matter type picker to multi-select matter types. Returns the selected matter type ids.request
):Promise
<string
[]>
SelectMatterTypesRequest
set default location for matter types picker.
Promise
<string
[]>
selected matter types.