Modify metaproperty
Modify a metaproperty by id
Path Parameters
Body
application/json
Body
MetapropertyUpdateInput
Allowed values:single-selectmulti-selectdatetext
Response
application/json
Response
MetapropertyUpdatedOutput
Authentication
Path Parameters
Body
Metaproperties - Old API (Please use new API if possible)
Retrieve metaproperties
Query Parameters
Indicates whether or not the response should include asset count results for metaproperty-options.
Default:false
Comma-separated list of asset types. Filters the count results by asset type.
Allowed values:imagedocumentaudiovideo3d
Indicates whether or not the response should include the metaproperty options of each metaproperty. Warning: Always ensure to remove the metaproperty options from the response when using this endpoint. Include the param options=0 in every request sent.
Default:true
Comma-separated list of metaproperty ids. Will return a metaproperty for each existing id.
Response
200 application/json
Response
Successful response
Authentication
Query Parameters
Create metaproperty
Requires the METAPROPERTYMANAGEMENT or METAMANAGEMENT security role.
Body
application/x-www-form-urlencoded
Body
JSON-serialised string
Example:{ "name": "ColourMeta", "type": "select", "label": "Colour", "labels": {"fr_FR": "foo", "en_US": "foo"}, "zindex": 4, "isEditable": true, "isFilterable": true, "isMainfilter": true, "isMultiselect": true, "isRequired": true, "isMultifilter": true, "isDrilldown": true, "isDisplayField": true, "isApiField": true }
Response
application/json
Response
Created
Authentication
Body
Delete metaproperty
Requires the METAPROPERTYMANAGEMENT or METAMANAGEMENT security role.
Path Parameters
Metaproperty id.
Response
Response
No Content