Domain Objects

Domain objects are data transfer objects used to pass eHive data into and out of the eHive API. These are always represented as JSON objects.

Account

The Account domain object is used to pass eHive Account (public profile) information.

Comment

The Comment domain object is used to pass individual object record comments.

CommentsCollection

The CommentsCollection domain object is used to pass collections of object record comments related to a single object record.

ObjectRecord

The Object Record domain object is used to pass an individual object catalog record.

ObjectRecordsCollection

The Object Records Collection domain object is used to pass a collection of object catalog records.

ObjectRecordTag

The Object Record Tag domain object is used to pass an individual tag related to a single object record.

ObjectRecordTagsCollection

The Object Record Tags Collection domain object is used to pass a collection of object tags related to a single object record.

TagCloudTag

The Tag Cloud Tag domain object is used to pass a single weighted tag (keyword) that appears in a tag cloud.

TagCloud

The Tag Cloud domain object is used to pass a collection of weighted tags.