Skip to content

GetCase

Gets a case by its ID.

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

Parameters

string id
    The ID of the case.

Returns

The Case instance if found; otherwise, null.

See Also