# Get matter types Retrieve a list of matter types Endpoint: GET /v2/matterTypes ## Response 200 fields (application/json): - `items` (array) The collection of items - `items.id` (integer,null) The system identifier for the matter type Example: 7492 - `items.name` (string,null) The user defined name of the matter type Example: "My matter type" - `items.parent` (object,null) The parent matter type - `items.parent.name` (string) The name of the matter type Example: "NDA"