Get matter types
Returns a paginated list of matter types based on search criteria. Deleted matter types are not included.
Note: If no Location
is provided, all matter types from all locations will be returned.
Query Parameters
0 <= x <= 2147483647
1 <= x <= 500
Searches for partial match on matter type name
Return matter types from a specific location. In the US API this is the ANSI 2 letter state code (e.g. IL, NY). In the AU API this is shorthand state code (e.g. NSW, ACT, etc)
Return matter types from a specific category.
Return matter types by category type (i.e. MatterType or LeadType).
Possible values: Matter Type = 0, Lead Type = 1. Name of the category type to which the matter type belongs (i.e. MatterType or LeadType).
Possible values: Matter Type = 0, Lead Type = 1.
0
, 1
0
Response
When request is successful. Returns a paged collection of 'MatterTypeInfo' objects.
The response is of type object
.