# Get contract types Retrieve a list of contract types Endpoint: GET /v2/contractTypes ## Response 200 fields (application/json): - `items` (array) The collection of items - `items.id` (integer,null) The system identifier for the contract type Example: 1234 - `items.name` (string,null) The user defined name of the contract type Example: "Contractor Agreement" - `items.parent` (object,null) The parent contract type - `items.parent.id` (integer) The system identifier for the contract group Example: 5002 - `items.parent.name` (string) The name of the contract type Example: "Employment" - `items.hasWizard` (boolean,null) The contract type has a wizard in place. - `items.teamAssignmentRequired` (boolean,null) The contract type has a team assignment required.