curl --request GET \
--url 'https://api.stateset.com/api/v1/production-batches' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"production_batches": [
{
"created_at": "string",
"id": "string",
"name": "string",
"status": "string",
"work_order_ids": []
}
],
"total": 1
}
List production batches
List production batches
GET
/
api
/
v1
/
production-batches
curl --request GET \
--url 'https://api.stateset.com/api/v1/production-batches' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"production_batches": [
{
"created_at": "string",
"id": "string",
"name": "string",
"status": "string",
"work_order_ids": []
}
],
"total": 1
}
Query parameters
string
integer (int32)
integer (int32)
Responses
ProductionBatchListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/production-batches' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"production_batches": [
{
"created_at": "string",
"id": "string",
"name": "string",
"status": "string",
"work_order_ids": []
}
],
"total": 1
}
โI