# List Type Codes Returns the list of all Type Codes. Endpoint: POST /fetch Security: basic, X-PriceFx-jwt ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.massEditable` (boolean) - `response.data.bulkLoadable` (boolean) - `response.data.name` (string) - `response.data.className` (string) - `response.data.codeString` (string) - `response.status` (number) ## Response 201 fields