API Objects

Names

Name objects contain the locale-relevant name of a piece of content.

Default Fields

All Name objects contain a default set of fields:

{
"object": {
"mhid": String (default field),
"name": String (default field),
},
"context":{}
}

Default Field Summary

PropertyDescription
mhidThe MediaHound ID of the Name object.
nameThe locale-specific name of the Content, which defaults to en-us if there is no resolvable name for the specified locale.