Asset Data

To view app asset data. Navigate to Networks and click on Deployed Apps and select Deploy Apps. Click on 'Asset Data'.

View Asset Data

Latest assets created asset can be viewed on this section. User has an option to filter to filter by asset type.

Asset History

To view the details of an asset, simply click on the 'Details' button. This will display all of the relevant information about the asset you need.

If you want to see the history of the asset, click on the 'History' tab to view all of the creation and update events for that asset. Click on 'View Details' to see more information about a specific event.

Transfer Ownership

Click on Transfer Owner option to update owner of a particular asset. Define the update owner by specifying:

  • owner's organisation

  • owner user ID (optional)

Owner can be either an organization or a specific user within an organization. Specific users can be defined by adding their key-value identifier. If user ID (optional field) is not added, the owner will be the selected organisation.

Create/ Update Asset

There are two ways to create new asset(s) or update new asset(s):

  1. Upload a CSV file

Please note: The key of the column or the field cannot have a hyphen '-' included.

Create or Update Asset (Upload CSV)

  1. From the "Create Asset" dropdown menu, select "Upload".

  2. Choose the type of asset you want to upload.

  3. Upload your CSV file.

  4. Click "Upload Asset".

Once the upload is complete, a summary will be displayed, showing the number of successful and failed uploads. In case of any failed uploads, you can download a list of the failed assets to view the errors.

Ensure that the primary key of the asset type is included as one of the columns in the upload sheet. Without a primary key, the upload will fail.

If an asset with the specified primary key already exists, the data will be updated. Otherwise, a new asset will be created.

Create or Update Asset (Type or Paste JSON)

  1. From the "Create Asset" dropdown menu, select "JSON".

  2. Choose the type of asset you want to create/ update.

  3. Type or paste your JSON.

  4. Click "Create Asset"

Ensure that the primary key of the asset type is included as one of the key in JSON. Without a primary key, the creation will fail.

If an asset with the specified primary key already exists, unlike CSV upload, JSON with thrown an error if the asset already exists.

Filter Asset

To narrow down your search results or find a specific asset, use the filter asset option.

To filter assets, follow these steps:

  1. Click on the filter option.

  2. Select the asset type.

  3. Form a condition using the keys of your asset types.

Edit Columns

To view or hide columns, use the "edit columns" option. You can see the count of visible columns.

Export

To download up to 1000 records, use the export option and apply filters to narrow down the results according to your requirements.

Last updated