v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Feedstock Batch

Get a single feedstock batch in the Isometric system.

get/feedstock_batches/{id}

Path parameters

idstring required
Example:ftb_1DYYDB3C91S0ZHPX

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
feedstock_type_idstring 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.

display_namestring required
delivery_datestring date required
created_atstring date-time required

Example response

{
  "id": "ftb_1DYYDB3C91S0ZHPX",
  "feedstock_type_id": "ftt_1D7KZ1P761S0G7BN"
}