Metadata instance

A piece of metadata as specified by a metadata template and applied to a file or folder.

boolean
true

Whether the user can edit this metadata

string / uuid
01234500-12f1-1234-aa12-b1d234cb567e36

A UUID to identify the metadata object

string
folder_59449484661,

An ID for the parent folder

string
enterprise_27335

An ID for the scope in which this template has been applied

string
properties

The name of the template

string
properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0

A unique identifier for the "type" of this instance. This is an internal system property and should not be used by a client application.

integer
2

The last-known version of the template of the object. This is an internal system property and should not be used by a client application.

integer
1

The version of the metadata object. Starts at 0 and increases every time a user-defined property is modified.

Response Example

{
  "$canEdit": true,
  "$id": "01234500-12f1-1234-aa12-b1d234cb567e",
  "$parent": "folder_59449484661,",
  "$scope": "enterprise_27335",
  "$template": "properties",
  "$type": "properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0",
  "$typeVersion": 2,
  "$version": 1
}