Retrieve the listing of the asset metadata definitions.
/metadata_tag [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| include_default_definitions (BOOL) | Switch if we need to get all the default definitions that are 'global' over all apps. | Optional | TRUE | - |
| limit (INT) | Limit of the items of the result set. | Optional | 10 | - |
| name (ALPHA_NUM_UNDERSCORE) | Optional property name to search on. | Optional | - | |
| offset (UINT) | The starting items position in the result set. | Optional | 0 | - |
| order_by (ALPHA_NUM_UNDERSCORE) | On what column the result set should be ordered. Value (when supplied) must be either "prop_id" or "prop_name" or "type" or "created" or "changed". | Optional | - | |
| order_direction (ALPHA) | The direction of the result set. | Optional | asc | - |
metadata_tag?include_default_definitions=true&limit=10&order_direction=asc
<items>
<item id="1">
<prop_id>125</prop_id>
<name>Example</name>
<prop_group>app_14</prop_group>
<type>CHAR</type>
<created>2010-04-08 16:08:01</created>
<changed>2010-04-08 16:08:01</changed>
</item>
</items>