Fields
Fields | Reference? |
---|---|
accountRoles | Yes |
assetTypes | Yes |
attributes | |
brandName | |
createdAt | |
datasets | Yes |
id | |
metaProject | Yes |
name | |
owner | Yes |
projectRoles | Yes |
projects | Yes |
seats | |
status | |
subscriptionExpiresAt | |
subscriptionName | |
toolAdapters | Yes |
toolkits | Yes |
updatedAt | |
usageMB | |
users | Yes |
Example
query MyQuery {
accounts(count: 10) {
id
seats
name
users {
emailAddress
}
}
}
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!