Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Response

Meaning

asset.key

This represents a unique identifier or key associated with an asset.

asset.collectionId

An identifier that categorizes or groups assets into different collections.

globalAttributes

These are attributes that are shared across multiple assets or throughout a system.

attachments

This refers to the count or number of attachments that are associated with a particular asset.

createdBy

This indicates the entity (user, system, etc.) that created or added the asset to the system.

createdAt

This refers to the timestamp or date when the asset was created or added to the system.

attributes

These are specific characteristics, properties, or metadata associated with an asset.

startAt

This refers to a parameter used in pagination or data retrieval, indicating the starting point or offset from where the results should be fetched. For example, if you want to fetch data in batches of 10 and you fetch the first 50, the "startAt" value should be set to 51 for the second set of 50.

maxResult

This is a parameter related to pagination, specifying the maximum number of results or items to be returned in a single response.

sortParams

These are parameters that define the sorting order for the retrieved data.