v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Production

๐Ÿ”’ View production V3

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: production:read.

View a single production.

get/api/v3/productions/{id}

Path parameters

idstring required

Query parameters

includestring[]

Response

View a single production.

Example response

{
  "data": {
    "id": "1",
    "documentNumber": "PROD-12345",
    "documentDate": "2024-01-15",
    "status": "draft",
    "address": {
      "id": "42",
      "createdAt": "2025-03-15T09:27:00+01:00",
      "updatedAt": "2025-10-20T14:45:12+01:00"
    },
    "project": {
      "id": "54",
      "name": "Standard Project",
      "abbreviation": "STANDARD"
    },
    "salesOrder": {
      "id": "1"
    },
    "produceProduct": {
      "createdAt": "2025-03-15T09:27:00+01:00",
      "updatedAt": "2025-10-20T14:45:12+01:00"
    },
    "produceQuantity": 10.5,
    "tags": [
      "urgent",
      "quality-check"
    ],
    "internalDesignation": "FB-3860-L",
    "materials": [
      {
        "id": "1",
        "number": "2462-SK-D",
        "name": "Strawberry Jam",
        "description": "Delicious strawberry jam made from fresh strawberries.",
        "quantity": 2,
        "parentLineItem": {
          "id": "1"
        },
        "sort": 1,
        "updatedAt": "2023-10-01T12:00:00Z",
        "createdAt": "2023-10-01T12:00:00Z"
      }
    ],
    "materialReservation": "on_release",
    "materialRetrieval": "single",
    "functionTest": true,
    "stockRetrievalDate": "2024-01-25",
    "stockProvisioningDate": "2024-01-20",
    "productionStartDate": "2024-01-15",
    "productionEndDate": "2024-01-20",
    "bodyText": "Additional production notes",
    "internalComment": "Internal production comment",
    "printSettings": {
      "showTaskDescription": true
    },
    "preferredWarehouse": {
      "id": "1"
    },
    "activity": [],
    "updatedAt": "2023-10-01T12:00:00Z",
    "createdAt": "2023-10-01T12:00:00Z"
  }
}