📄️ Get Asset Summaries
Retrieves a paginated list of asset summaries supporting optional filtering and sorting.
📄️ Get Asset
Retrieves a specific asset by its unique identifier. Returns 404 if the asset is not found.
📄️ Create Asset
Creates a new asset with the provided details.
📄️ Create Assets from Ticket
Creates assets for products on a ticket that have ConvertToAsset flag enabled. Supports serialized, non-serialized, and non-inventory products.
📄️ Update Asset
Updates an existing asset with the provided details. Only provided fields will be updated. Returns 404 if not found.
📄️ Update Asset Status
Updates the status of an existing asset. Returns 404 if the asset is not found.
📄️ Get Asset Statuses
Retrieves a list of all available asset statuses in the system.
📄️ Get Asset Status
Retrieves a specific asset status by its unique identifier.
📄️ Get Asset Types
Returns a list of all available asset types in the system.
📄️ Get Asset Types Dropdown
Returns a list of all available asset types for use in dropdown menus and forms.
📄️ Get Asset Type
Returns a specific asset type by its unique identifier. Returns 404 if the asset type is not found.
📄️ Create Asset Type
Creates one or more new asset types in the system.
📄️ Update Asset Type
Updates an existing asset type by its unique identifier. Returns 404 if the asset type is not found.
📄️ Delete Asset Type
Permanently removes an asset type by its unique identifier. Returns detailed response about the operation result.