# Get general asset types

Returns the list of general asset types available within the current account context.
            
Behavior:
- Validates manage or view privilege for asset types
- Retrieves all configured general asset types
- Returns structured asset type response data
- Logs the action as an equipment category list view event

Endpoint: GET /api/v1/assets/general/assettypes/list

## Response 200 fields (text/plain):

  - `data` (array,null)

  - `data.assetTypeId` (string)

  - `data.assetTypeName` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


