Skip to content

GetCase

Gets a case by id.

1
$Domain.GetCase(id: string):Case

Parameters

string id
    of case

Returns

Instance of Case if found, otherwise null.

See Also