Versions Compared

Key

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

...

Name

Example

Description

itemIds (tick)

[9588, 9589]

The item ids of the assets to request metadata for. Multiple ids can be passed.

labelIds

[10438, 10437] Requests keywords in english and danish only.

If you only want metadata for certain metafield label ids, then use this parameter.

fieldItemIds

[5532, 5537] Requests only the title and description metafields.

If you only want certain metafield, then you can pass the item ids of the metafields with this parameter.

fieldItemGuids

["c8bb4af3-1598-4ea4-8d7a-98d54eead977", "5eb3eefc-a043-410f-89b0-29ed3ef37078"]

If you only want certain metafield, then you can pass the item guids of the metafields with this parameter.

groupIds

[10025] All fields in the “Asset info” metadata group.

If you only want fields in a specific metadata group, then the group ids can be passed here.

onlyShowInList

true or false

If true then only fields with show in list selected will be returned. If false, fields will be returned irrespective of the value of show in list.

languages

[1, 3]

If multiple languages are enabled on the system, then this can be used to restrict what languages values are returned in. If empty or not specified, then all enabled languages will be returned.

...