ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Parameters

      • request: NextRequest
      • __namedParameters: { params: Promise<{ id: string }> }

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  createdBy: { id: string; name: string | null }
                  | null;
                  currentLocation: { id: string; name: string } | null;
                  maintenanceLogs: {}[];
                  toolAssignments: (
                      {
                          assignedByUser: { id: string; name: (...) | (...) }
                          | null;
                          workOrder: { id: string; number: string } | null;
                          workStation: { code: string; id: string; name: string } | null;
                      } & {}
                  )[];
                  warehouse: { id: string; name: string }
                  | null;
              } & {},
          >,
      >