get | SELECT | matterId | Gets the specified matter. |
list | SELECT | | Lists matters the requestor has access to. |
create | INSERT | | Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view. |
delete | DELETE | matterId | Deletes the specified matter. Returns the matter with updated state. |
close | EXEC | matterId | Closes the specified matter. Returns the matter with updated state. |
count | EXEC | matterId | Counts the accounts processed by the specified query. |
reopen | EXEC | matterId | Reopens the specified matter. Returns the matter with updated state. |
undelete | EXEC | matterId | Undeletes the specified matter. Returns the matter with updated state. |
update | EXEC | matterId | Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter. |