meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
assets [2023/09/09 13:07] – update asset csv import fields wrongechoassets [2024/08/29 22:07] (current) – Mention asset transfers and history wrongecho
Line 26: Line 26:
   * Tickets   * Tickets
   * Services   * Services
 +
 +Assets can be transferred between clients. On the backend this involves the asset being archived and most data being copied to the new asset under the new client. Transferring an asset changes it's ID. 
 +
 +//Note: The asset history tab is currently based on audit logs. If you adjust the audit log retention, older asset events may disappear. We plan to incorporate recording asset activities (including user assignment and transfers) into a dedicated asset history table at a later date.//
  
 ===== Import & Export CSV ===== ===== Import & Export CSV =====
Line 53: Line 57:
  
  
-  Invoke-RestMethod -Uri "https://127.0.0.1/itflow/api/v1/assets/read.php?api_key=XetQjoZiti5Opg7y&asset_id=7" | ConvertTo-Json+  Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/assets/read.php?api_key=YOUR-API-KEY&asset_id=7" | ConvertTo-Json