Fields

FieldsReference?
assetTypeYes
attributes
createdAt
creatorYes
featuresYes
geometry
groupsYes
id
levelsYes
linkSourcesYes
linkTargetsYes
mediaYes
modifiedByYes
placesYes
projectYes
properties
updatedAt

Example

query MyQuery {
  assets(count: 10) {
    attributes
    id
    creator {
      id
    }
  }
}




The Unearth API allows you to query your data using a number of tools to sort and filter. Click the link above to see how!