Create External Link Attachment
const url = 'https://example.com/api/v1/entities/example/attachments/external';const options = { method: 'POST', headers: {Authorization: '<Authorization>', 'Content-Type': 'application/json'}, body: '{"attachment_type":"example","external_id":"example","source_type":"example","title":"example"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/entities/example/attachments/external \ --header 'Authorization: <Authorization>' \ --header 'Content-Type: application/json' \ --data '{ "attachment_type": "example", "external_id": "example", "source_type": "example", "title": "example" }'Links an entity to a document or URL in an external system without copying
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Entity ID
Request Body required
Section titled “Request Body required ”External document reference
object
Example generated
{ "attachment_type": "example", "external_id": "example", "source_type": "example", "title": "example"}Responses
Section titled “ Responses ”Created
object
object
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AttachmentQuery when eager-loading is set.
object
Entity holds the value of the entity edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityQuery when eager-loading is set.
object
Children holds the value of the children edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityType holds the value of the entity_type edge.
object
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTypeQuery when eager-loading is set.
object
DefaultTemplate holds the value of the default_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityTemplates holds the value of the entity_templates edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
EntityTypes holds the value of the entity_types edge.
object
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Icon holds the value of the “icon” field.
ID of the ent.
IsLocation holds the value of the “is_location” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
InvitationTokens holds the value of the invitation_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupInvitationTokenQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Uses holds the value of the “uses” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Tags holds the value of the tags edge.
object
Color holds the value of the “color” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TagQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Parent holds the value of the parent edge.
object
Icon holds the value of the “icon” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Users holds the value of the users edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityTemplates holds the value of the entity_templates edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
EntityTypes holds the value of the entity_types edge.
object
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Icon holds the value of the “icon” field.
ID of the ent.
IsLocation holds the value of the “is_location” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
InvitationTokens holds the value of the invitation_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupInvitationTokenQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Uses holds the value of the “uses” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Tags holds the value of the tags edge.
object
Color holds the value of the “color” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TagQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Parent holds the value of the parent edge.
object
Icon holds the value of the “icon” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Users holds the value of the users edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Icon holds the value of the “icon” field.
ID of the ent.
IsLocation holds the value of the “is_location” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityFieldQuery when eager-loading is set.
object
Entity holds the value of the entity edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityTemplates holds the value of the entity_templates edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
EntityTypes holds the value of the entity_types edge.
object
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTypeQuery when eager-loading is set.
object
DefaultTemplate holds the value of the default_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Icon holds the value of the “icon” field.
ID of the ent.
IsLocation holds the value of the “is_location” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
InvitationTokens holds the value of the invitation_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupInvitationTokenQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Uses holds the value of the “uses” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Tags holds the value of the tags edge.
object
Color holds the value of the “color” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TagQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Parent holds the value of the parent edge.
object
Icon holds the value of the “icon” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Users holds the value of the users edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
MaintenanceEntries holds the value of the maintenance_entries edge.
object
Cost holds the value of the “cost” field.
CreatedAt holds the value of the “created_at” field.
Date holds the value of the “date” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the MaintenanceEntryQuery when eager-loading is set.
object
Entity holds the value of the entity edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityID holds the value of the “entity_id” field.
ID of the ent.
Name holds the value of the “name” field.
ScheduledDate holds the value of the “scheduled_date” field.
UpdatedAt holds the value of the “updated_at” field.
Parent holds the value of the parent edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Tag holds the value of the tag edge.
object
Color holds the value of the “color” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TagQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupQuery when eager-loading is set.
object
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
EntityTemplates holds the value of the entity_templates edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
EntityTypes holds the value of the entity_types edge.
object
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTypeQuery when eager-loading is set.
object
DefaultTemplate holds the value of the default_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the EntityTemplateQuery when eager-loading is set.
object
Fields holds the value of the fields edge.
object
BooleanValue holds the value of the “boolean_value” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the TemplateFieldQuery when eager-loading is set.
object
EntityTemplate holds the value of the entity_template edge.
object
CreatedAt holds the value of the “created_at” field.
Default description for items created from this template
DefaultInsured holds the value of the “default_insured” field.
DefaultLifetimeWarranty holds the value of the “default_lifetime_warranty” field.
DefaultManufacturer holds the value of the “default_manufacturer” field.
Default model number for items created from this template
Default name template for items (can use placeholders)
DefaultQuantity holds the value of the “default_quantity” field.
Default tag IDs for items created from this template
DefaultWarrantyDetails holds the value of the “default_warranty_details” field.
Description holds the value of the “description” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
NumberValue holds the value of the “number_value” field.
TextValue holds the value of the “text_value” field.
TimeValue holds the value of the “time_value” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Location holds the value of the location edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
ID of the ent.
Whether to include purchase fields in items created from this template
Whether to include sold fields in items created from this template
Whether to include warranty fields in items created from this template
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
UpdatedAt holds the value of the “updated_at” field.
Entities holds the value of the entities edge.
object
Archived holds the value of the “archived” field.
AssetID holds the value of the “asset_id” field.
CreatedAt holds the value of the “created_at” field.
Description holds the value of the “description” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Icon holds the value of the “icon” field.
ID of the ent.
IsLocation holds the value of the “is_location” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
InvitationTokens holds the value of the invitation_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the GroupInvitationTokenQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Uses holds the value of the “uses” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Users holds the value of the users edge.
object
ActivatedOn holds the value of the “activated_on” field.
CreatedAt holds the value of the “created_at” field.
DefaultGroupID holds the value of the “default_group_id” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the UserQuery when eager-loading is set.
object
APIKeys holds the value of the api_keys edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the APIKeyQuery when eager-loading is set.
object
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
LastUsedAt holds the value of the “last_used_at” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
AuthTokens holds the value of the auth_tokens edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthTokensQuery when eager-loading is set.
object
Roles holds the value of the roles edge.
object
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the AuthRolesQuery when eager-loading is set.
object
Token holds the value of the token edge.
object
ID of the ent.
Role holds the value of the “role” field.
User holds the value of the user edge.
object
ExpiresAt holds the value of the “expires_at” field.
ID of the ent.
Token holds the value of the “token” field.
UpdatedAt holds the value of the “updated_at” field.
Groups holds the value of the groups edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Notifiers holds the value of the notifiers edge.
object
CreatedAt holds the value of the “created_at” field.
Edges holds the relations/edges for other nodes in the graph. The values are being populated by the NotifierQuery when eager-loading is set.
object
Group holds the value of the group edge.
object
CreatedAt holds the value of the “created_at” field.
Currency holds the value of the “currency” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
User holds the value of the user edge.
object
GroupID holds the value of the “group_id” field.
ID of the ent.
IsActive holds the value of the “is_active” field.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
UserID holds the value of the “user_id” field.
Email holds the value of the “email” field.
ID of the ent.
IsSuperuser holds the value of the “is_superuser” field.
Name holds the value of the “name” field.
OidcIssuer holds the value of the “oidc_issuer” field.
OidcSubject holds the value of the “oidc_subject” field.
Role holds the value of the “role” field.
Settings holds the value of the “settings” field.
object
Superuser holds the value of the “superuser” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
Parent holds the value of the parent edge.
object
Icon holds the value of the “icon” field.
ID of the ent.
Name holds the value of the “name” field.
UpdatedAt holds the value of the “updated_at” field.
ID of the ent.
ImportRef holds the value of the “import_ref” field.
Insured holds the value of the “insured” field.
LifetimeWarranty holds the value of the “lifetime_warranty” field.
Manufacturer holds the value of the “manufacturer” field.
ModelNumber holds the value of the “model_number” field.
Name holds the value of the “name” field.
Notes holds the value of the “notes” field.
PurchaseDate holds the value of the “purchase_date” field.
PurchaseFrom holds the value of the “purchase_from” field.
PurchasePrice holds the value of the “purchase_price” field.
Quantity holds the value of the “quantity” field.
SerialNumber holds the value of the “serial_number” field.
SoldDate holds the value of the “sold_date” field.
SoldNotes holds the value of the “sold_notes” field.
SoldPrice holds the value of the “sold_price” field.
SoldTo holds the value of the “sold_to” field.
SyncChildEntityLocations holds the value of the “sync_child_entity_locations” field.
UpdatedAt holds the value of the “updated_at” field.
WarrantyDetails holds the value of the “warranty_details” field.
WarrantyExpires holds the value of the “warranty_expires” field.
Thumbnail holds the value of the thumbnail edge.
object
ID of the ent.
MimeType holds the value of the “mime_type” field.
Path holds the value of the “path” field.
Primary holds the value of the “primary” field.
Title holds the value of the “title” field.
Type holds the value of the “type” field.
UpdatedAt holds the value of the “updated_at” field.
Container-specific fields (for entities whose entity_type.is_location = true)
object
object
object
Container-specific (populated when querying locations)
Edges
object
Sale details
object
object
object
object
Container-specific (populated when querying locations)
Warranty
Extras
Edges
object
object
object
Container-specific (populated when querying locations)
Edges
object
object
object
Container-specific (populated when querying locations)
Sale details
object
Sale details
object
Purchase
Sold
object
Example
{ "assetId": "0", "attachments": [ { "thumbnail": { "edges": { "entity": { "edges": { "entity_type": { "edges": { "default_template": { "edges": { "fields": [ { "type": "text" } ], "group": { "edges": { "notifiers": [ { "edges": { "user": { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } } } ], "users": [ { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } ] } } } }, "group": { "edges": { "entity_templates": [ { "edges": { "fields": [ { "type": "text" } ] } } ], "notifiers": [ { "edges": { "user": { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } } } ], "users": [ { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } ] } } } }, "fields": [ { "type": "text" } ], "group": { "edges": { "entity_templates": [ { "edges": { "fields": [ { "type": "text" } ] } } ], "entity_types": [ { "edges": { "default_template": { "edges": { "fields": [ { "type": "text" } ] } } } } ], "notifiers": [ { "edges": { "user": { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } } } ], "users": [ { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } ] } }, "tag": [ { "edges": { "group": { "edges": { "entity_templates": [ { "edges": { "fields": [ { "type": "text" } ] } } ], "entity_types": [ { "edges": { "default_template": { "edges": { "fields": [ { "type": "text" } ] } } } } ], "notifiers": [ { "edges": { "user": { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } } } ], "users": [ { "edges": { "auth_tokens": [ { "edges": { "roles": { "role": "user" } } } ] }, "role": "user" } ] } } } } ] } } }, "type": "attachment" } } ], "children": [ { "assetId": "0" } ], "parent": { "assetId": "0" }}Bad Request
object
Example generated
{ "error": "example", "fields": "example"}