Matter Types
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.
GET
Query Parameters
Required range:
0 <= x <= 2147483647
Required range:
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.
Available options:
0
, 1
Example:
0
Response
200 - application/json
When request is successful. Returns a paged collection of 'MatterTypeInfo' objects.
The response is of type object
.