Cell Specifications
Cell Instances

Create a new cell instance for a cell specification

Creates a new cell instance under the specified cell specification (by ID). Returns the created cell instance and sets the Location header.

post/cell_specifications/{cell_spec_id}/cell_instances

Path parameters

cell_spec_idstring required

Request body

object required

Response

Successful Response

namestring required

Name of the cell instance (serial number)

batchstring nullable

Batch number/identifier

date_manufacturedstring date nullable

Date of manufacture

measured_propertiesobject nullable

Measured (not designed) properties of this specific cell, grouped by component. Numeric values use the Quantity format. Example: {'cathode': {'loading': {'value': 7.06, 'unit': 'mg.cm-2'}}, 'cell': {'initial_capacity': {'value': 1.08, 'unit': 'A.h'}}}. Designed properties (target loading, rated capacity) belong on the cell specification.

notesstring nullable

Free-text notes about the cell instance

idstring required

Unique identifier for the cell instance

cell_specification_idstring required

Foreign key to the cell specification

organization_idstring required

Organization this cell instance belongs to.

project_idstring required

Project this cell instance belongs to

created_bystring nullable

User ID of the user who created this instance

created_by_emailstring nullable

Email of the user who created this instance

created_atstring date-time required

Timestamp when the instance was created

updated_atstring date-time required

Timestamp when the instance was last updated

measurement_idsobject[] nullable

List of measurement IDs associated with the cell instance

Changes

No recorded changes to this endpoint across all 1 revision of this API.