Entities
ModelsExpand Collapse
type Entity struct{…}
type Entity struct{…}
Kind EntityKindType of entity - determines the specific subtype and applicable fields
Kind EntityKind
Type of entity - determines the specific subtype and applicable fields
type EntityList struct{…}
type EntityList struct{…}
Data []Entity
Data []Entity
Kind EntityKindType of entity - determines the specific subtype and applicable fields
Kind EntityKind
Type of entity - determines the specific subtype and applicable fields
PageInfo PageInfo
PageInfo PageInfo
EntitiesValuation
Get the current valuation for an entity
client.Entities.Valuation.Get(ctx, id) (*Valuation, error)
GET/entities/{id}/valuation
Create a new valuation for an entity
client.Entities.Valuation.New(ctx, id, body) (*Valuation, error)
POST/entities/{id}/valuation