APIs: GET Workgroups/{workgroupID}/Assets or Workgroups/{workgroupName}/Assets
Parameters
- Workgroup: ID or name of the workgroup.
- Limit (optional): Number of records to return.
- Offset (optional): Number of records to skip before returning records (works only with limit).
Examples
psrun2 $(cat conn) ListAssets 1
psrun2 $(cat conn) ListAssets PasswordSafe
psrun2 $(cat conn) ListAssetts PasswordSafe 2 2
