Cell Components

List cell components for the current organization scoped to a project

Retrieve cell components for the current organization scoped to a project.

get/cell_components

Query parameters

project_idstring required

Project to scope components to

Project to scope components to

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell'

Enum for cell component types.

Filter by component type

Response

Successful Response

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell' required

Enum for cell component types.

material_idstring required

ID of the material

propertiesobject nullable

Application properties using Quantity format for numerics. Example: {'diameter': {'value': 14, 'unit': 'mm'}, 'binder': 'PVDF'}

idstring required

Unique identifier for the component

organization_idstring required

Organization ID of the component

project_idstring required

Project the component is scoped to, derived from the cell specification(s) that reference it.

created_atstring date-time required

Timestamp when the component was created

updated_atstring date-time required

Timestamp when the component was last updated

created_bystring nullable

User ID of the creator.

Changes