v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Biochar Application

Get a single biochar application in the Isometric system

get/biochar_applications/{id}

Path parameters

idstring required
Example:bse_1F1FDSGPE1S0374B

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
storage_location_idstring required
production_batch_idstring required
removal_idstring nullable required
ghg_entry_idstring nullable required
supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

application_datestring date required
uploaded_atstring date-time required

Example response

{
  "id": "bse_1F1FDSGPE1S0374B",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "production_batch_id": "ptb_1GAFJ4C051S06E0Z",
  "removal_id": "rmv_1EEM6NJXX1S0EXKD",
  "ghg_entry_id": "rmv_1EEM6NJXX1S0EXKD"
}