Metaproperty

Retrieve metaproperty

get
https://{your-bynder-domain}/api/v4/metaproperties/{id}

Query Parameters

countboolean

Indicates whether or not the response should include asset count results for metaproperty-options.

Default:false

typestring

Comma-separated list of asset types. Filters the count results by asset type.

Allowed values:imagedocumentaudiovideo3d

optionsboolean

Indicates whether or not the response should include the metaproperty options of the metaproperty.

Default:true

Path Parameters

idstringrequired

Metaproperty id.

Response

application/json

Successful response

get/api/v4/metaproperties/{id}
 
application/json

Modify metaproperty

Requires the METAPROPERTYMANAGEMENT or METAMANAGEMENT security role.

post
https://{your-bynder-domain}/api/v4/metaproperties/{id}

Path Parameters

idstringrequired

Metaproperty id.

Body

application/x-www-form-urlencoded
datastring

JSON-serialised string

Example:{ "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 }

idstring

Metaproperty id.

Example:00000000-0000-0000-0000000000000000

Response

application/json

Created

post/api/v4/metaproperties/{id}

Body

{}
 
application/json

ConfigurationNotExisting

object
errorCodestringrequired
messagestringrequired
Example

CreatedMetapropertyStreamOutput

object
allowDuplicatesbooleanrequired
autocompletebooleanrequired
createDuringApplybooleanrequired
definitionstring
idstring(uuid)required
metapropertyTypestringrequired

Allowed values:single-selectmulti-selectdatetext

namestringrequired
statusstringrequired
Example

ErrorMessage

object
errorCodestringrequired
messagestringrequired
Example